some more MIDI plugins...

Official support for: energy-xt.com
Post Reply New Topic
RELATED
PRODUCTS

Post

Looks good DarkStar, may I place your documentation on the http://asseca-pt.net/nicfit/controlfront.html page ??

Post

Of course, and it may well be in the next Commands Guide
DarkStar, ... Interesting, if true
Inspired by ...

Post

Great plugs, thanks, but I'm having trouble with ControlFront in XT. It doesn't run. I have it hooked up to one of your monitors, and nothing is coming out. I just want to get an LFO to uotput data.
The synchronizer is running, what am I doing wrong?
NEW STUFF! for your eyes: www.tomdegroot.com

Post

tinman wrote:Great plugs, thanks, but I'm having trouble with ControlFront in XT. It doesn't run. I have it hooked up to one of your monitors, and nothing is coming out. I just want to get an LFO to uotput data.
The synchronizer is running, what am I doing wrong?
Image

Post

Hey nicfit- had some requests for you to GUI-fy my CC formula. Care to slap one on there?

Guess no one like the default SE GUI's :hihi:

Here's the .se1
http://home.comcast.net/~soma720/CC.se1

Post

soma wrote:I just whiped up this little midi plug in SE. It applys a formula to MIDI CC's you specify up to 4 CC's to use as vars and a formula then a CC to output the results. U and V are aftertouch and bend.
Here it is. There are no conditions on this plug. PLease host it, send it out. Say it's yours; anything (under VST and SE licence). If someone wants to make a GUI or edit the file send me a PM and I'll give you the file.

http://home.comcast.net/~soma720/CC_Formula.dll

the help for the expression handler is here (uses EZMath II): http://www.synthedit.com/modules/se_ezmath2.zip
Cool soma!...I'll check this out later and definately give the gui treatment and perhaps a few enhancments before finding it a new home ;)

nF

Post

Caleb wrote:I actually thought you were going to send me updated plugs to include on the site - but I don't think I received anything.

Caleb
Hi Caleb...good to see you back...
I've been very busy also(working 2 jobs, new girlfriend, remodling, etc...)

as for the plugins...Asseca contacted me about a month ago and said that he had been downloading them, and since you were busy with work he put up a page on his site and I gave him permission. These are "community property"...you are welcome to host them also if you like.

I have put zero effort into the "NicFit Plugins" page...all work, updates are handled by Asseca.

You are still welcome to put any plugins on your site, and I hopefully I'll be able to contribute some other types of content also ;)

nF

Post

NicFit wrote: Cool soma!...I'll check this out later and definately give the gui treatment and perhaps a few enhancments before finding it a new home ;)

nF
Cool :) I was thinking it could use a midi thru option and a bank of patches (even if it's 128 blank ones).

One thing I wanted to implement but couldn't find a way to was, allowing the user to Click the X button (for example) and then move the CC they wanted assigned to X to automatically assign it. It would then have that CC number displayed next to the X. Make sense? Don't know if it's possible.

Post

Ok...here is a skinned version of somas CC formulator plugin.

Image
Click here to download

I added MIDI learn to the incoming CC selection. Added dynamic MIDI filtering so that now the selected MIDI channel and CC#s will be filtered from the rest of the MIDI data, which will be passed thru unchanged. Added a "HELP" button that launches the EZMath expression modules help file. Also added a clipper to the output to try and keep the data within the standard range of 0-
127. ...and I added a Patch Select module so it's ready for you to throw some presets together and get them to me for the next update ;)


nF

Post

I have uploaded the following to NicFit's pages:
soma_CC_Form

NicFit has updated nF_MungRack2
Image

NicFit has updated nF_Note2CCv2
Image

Post

:love: My first skinned plugin! Thanks guys.

Post

soma wrote::love: My first skinned plugin! Thanks guys.
I must confess I switched over to nicfit's skin... :)

Is it possible the IPART() function is defunct? I tried with

Code: Select all

IPART(w/16)*16+IPART(x/8)
but it does something weird. The 'x' CC works okay, but the 'w' CC results into nothing.

Post

I dunno Miq....I'll check into it when I get the chance.

Looks like you are expecting the expression editor to be dealing with a range of 0-127, but in fact it is 0-10v for the controls. You can define variables and scale the values to 0-127 if you prefer. Do you think I should scale the values by default to 0-127?...

here is an updated version:
Image
Download

I've removed the output clipper and added level indicators to the input/output controls...and also clip lamps on the output so you can see when you go outside the range. You can "clip" the data in the expression editor(see help. I've also increased the expression editor display size.

nF

Post

:D

Post

Miq wrote:
soma wrote::love: My first skinned plugin! Thanks guys.
I must confess I switched over to nicfit's skin... :)

Is it possible the IPART() function is defunct? I tried with

Code: Select all

IPART(w/16)*16+IPART(x/8)
but it does something weird. The 'x' CC works okay, but the 'w' CC results into nothing.
okay I see why it's not working for you...the expression editor is CAPS sensitive, and the internal functions need to be lowercase...also you need a semicolon at the end of each expression. Try this:

Code: Select all

ipart(w/16)*16+ipart(x/8);
Also download the new version above again....I've added a switch to choose between 0-10v or 0-127v :)


nF

Post Reply

Return to “energyXT”