some more MIDI plugins...
-
- KVRAF
- 10366 posts since 2 Sep, 2003 from Surrey, UK
Of course, and it may well be in the next Commands Guide
-
- KVRist
- 71 posts since 13 Oct, 2001 from seattle, usa
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?
The synchronizer is running, what am I doing wrong?
NEW STUFF! for your eyes: www.tomdegroot.com
-
- Banned
- 6127 posts since 1 Apr, 2004 from Et in Arcadia Ego
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?

-
- KVRAF
- 5350 posts since 8 Aug, 2003 from Berlin Germany
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
Here's the .se1
http://home.comcast.net/~soma720/CC.se1
Guess no one like the default SE GUI's
Here's the .se1
http://home.comcast.net/~soma720/CC.se1
-
- KVRian
- Topic Starter
- 1256 posts since 6 Sep, 2003 from Seattle/Oklahoma
Cool soma!...I'll check this out later and definately give the gui treatment and perhaps a few enhancments before finding it a new homesoma 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
nF
-
- KVRian
- Topic Starter
- 1256 posts since 6 Sep, 2003 from Seattle/Oklahoma
Hi Caleb...good to see you back...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
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
-
- KVRAF
- 5350 posts since 8 Aug, 2003 from Berlin Germany
CoolNicFit 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
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.
-
- KVRian
- Topic Starter
- 1256 posts since 6 Sep, 2003 from Seattle/Oklahoma
Ok...here is a skinned version of somas CC formulator plugin.

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

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
-
- KVRAF
- 1981 posts since 29 Feb, 2004
I have uploaded the following to NicFit's pages:
soma_CC_Form
NicFit has updated nF_MungRack2

NicFit has updated nF_Note2CCv2

soma_CC_Form
NicFit has updated nF_MungRack2

NicFit has updated nF_Note2CCv2

-
- KVRAF
- 5350 posts since 8 Aug, 2003 from Berlin Germany
-
- KVRer
- 12 posts since 7 Oct, 2004
I must confess I switched over to nicfit's skin...soma wrote:My first skinned plugin! Thanks guys.
Is it possible the IPART() function is defunct? I tried with
Code: Select all
IPART(w/16)*16+IPART(x/8)-
- KVRian
- Topic Starter
- 1256 posts since 6 Sep, 2003 from Seattle/Oklahoma
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:

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
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:

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
-
- KVRAF
- 5350 posts since 8 Aug, 2003 from Berlin Germany
-
- KVRian
- Topic Starter
- 1256 posts since 6 Sep, 2003 from Seattle/Oklahoma
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:Miq wrote:I must confess I switched over to nicfit's skin...soma wrote:My first skinned plugin! Thanks guys.
Is it possible the IPART() function is defunct? I tried withbut it does something weird. The 'x' CC works okay, but the 'w' CC results into nothing.Code: Select all
IPART(w/16)*16+IPART(x/8)
Code: Select all
ipart(w/16)*16+ipart(x/8);nF
