Gotcha, thanks for the info and the plugs.insertpizhere wrote:actually, i originally compiled it as an instrument plugin, but i don't know why... i just uploaded a new version that's an effect.
still, in XT2 it's better to just put it somewhere in the modular area. if you used it as an insert effect, XT would automatically disable it when the output is silent, which may not be desirable.
piz midi plugins (windows/linux/mac)
-
- KVRist
- 490 posts since 9 Dec, 2008
-
- KVRist
- 223 posts since 18 Feb, 2004
Hey All
What I'd like to do is transform the y axis of my korg nanopad using midiCCModulator, but i am having some trouble do so.
I have the y pad of the touchpad set to cc19, and a buttom set to cc 14. When the modulator (14) is depressed, it should transform cc19 to cc 22. But no matter how I configure the plugin I cannot get it to output cc22. Is there something simple i am missing? have I chosen the correct plug for the situation at hand?
thanks in advance guys.
What I'd like to do is transform the y axis of my korg nanopad using midiCCModulator, but i am having some trouble do so.
I have the y pad of the touchpad set to cc19, and a buttom set to cc 14. When the modulator (14) is depressed, it should transform cc19 to cc 22. But no matter how I configure the plugin I cannot get it to output cc22. Is there something simple i am missing? have I chosen the correct plug for the situation at hand?
thanks in advance guys.
HP Peter Swimm
-
- KVRAF
- Topic Starter
- 2237 posts since 12 Nov, 2002 from swordfish
if i understand corrently, that's not really what the modulator is for. however, you could do it, if you use two midiCCModulators in parallel:
- set Input to 19 on both
- set Modulator to 14 on both
- set one with Output 19, and ModType to "Block"
- set the other one's Output to 22, with ModType "Gate"
you might have to press the button once to initialize the plugin states.
another approach would be to use the CC 14 button to automate one of the "CC Out" parameters of midi16CCRouter.
- set Input to 19 on both
- set Modulator to 14 on both
- set one with Output 19, and ModType to "Block"
- set the other one's Output to 22, with ModType "Gate"
you might have to press the button once to initialize the plugin states.
another approach would be to use the CC 14 button to automate one of the "CC Out" parameters of midi16CCRouter.
wrongtastic, baby
tucson's number one gothic rock band since 1995
tucson's number one gothic rock band since 1995
-
- KVRAF
- 6111 posts since 18 Oct, 2007
Hi IPH,
I was wondering if there was a way to create a MIDI velocity inverter (or just a CC inverter)? It could have a center of 64 (rather than 0 as there are no negatives). The center value could be customizable to provide varying amounts of scale.
Let me know if this is at all possible.
Thanks
ooop just saw midiVelocityScale.. Will check this out to see if its what I'm looking for
I was wondering if there was a way to create a MIDI velocity inverter (or just a CC inverter)? It could have a center of 64 (rather than 0 as there are no negatives). The center value could be customizable to provide varying amounts of scale.
Let me know if this is at all possible.
Thanks
ooop just saw midiVelocityScale.. Will check this out to see if its what I'm looking for
-
- KVRAF
- Topic Starter
- 2237 posts since 12 Nov, 2002 from swordfish
that's the one. just set Velocity 1 higher than Velocity 2.
wrongtastic, baby
tucson's number one gothic rock band since 1995
tucson's number one gothic rock band since 1995
-
- KVRist
- 483 posts since 7 Aug, 2005 from Germany
I was wondering if there is a possibility to implement midi increment / decrement using either one of your existing plugins by creating a new one. comes quite handy when using endless dials, like the ones on my doepfer pocket dial. afaik ext doesn't support this feature but maybe it's simple to implement?
-
- KVRAF
- Topic Starter
- 2237 posts since 12 Nov, 2002 from swordfish
well, i've thought about this, and i can try it, but i don't know how useful it would be. it should really be implemented in the thing you want to control. if you wanted to control a fader in the mixer for example, the plugin would have to know the position of the fader to be able to increment/decrement it correctly. otherwise it would have to assume a default value, which would usually be wrong.
i guess it would be useful for controllers that can only send increment/decrement messages, if such things exist.
i guess it would be useful for controllers that can only send increment/decrement messages, if such things exist.
wrongtastic, baby
tucson's number one gothic rock band since 1995
tucson's number one gothic rock band since 1995
-
- KVRAF
- Topic Starter
- 2237 posts since 12 Nov, 2002 from swordfish
i just uploaded a new version of midiMonitor. it can save the log to a text file, and it has a menu for filtering what gets displayed.
also, it used to be that if you clicked on the text area, new incoming messages would be inserted where you clicked. this has now been fixed.
http://thepiz.org/xt/midiMonitor.zip
also, it used to be that if you clicked on the text area, new incoming messages would be inserted where you clicked. this has now been fixed.
http://thepiz.org/xt/midiMonitor.zip
wrongtastic, baby
tucson's number one gothic rock band since 1995
tucson's number one gothic rock band since 1995
- KVRist
- 443 posts since 13 Feb, 2006
idea\request
the same as moot plugin by delamancha
but with the possibility to trigger the "hit me" function using midi notes
(actually i'm forced to use cc2note converters)
the "gate" section is not that necessary... but is a nice to have
it has to be ultra-cpu-saving so it could be a non-gui plugin
the same as moot plugin by delamancha
but with the possibility to trigger the "hit me" function using midi notes
(actually i'm forced to use cc2note converters)
the "gate" section is not that necessary... but is a nice to have
it has to be ultra-cpu-saving so it could be a non-gui plugin
-
- KVRAF
- 6111 posts since 18 Oct, 2007
::tu: Nice piz! So any chance this one can get an INI to store color settings etc? I think I was begging for it a while back noinsertpizhere wrote:i just uploaded a new version of midiMonitor. it can save the log to a text file, and it has a menu for filtering what gets displayed.
also, it used to be that if you clicked on the text area, new incoming messages would be inserted where you clicked. this has now been fixed.
http://thepiz.org/xt/midiMonitor.zip
Any time is good.
Thanks
-
- KVRAF
- Topic Starter
- 2237 posts since 12 Nov, 2002 from swordfish
i guess you missed it, but i already added that a while ago (page 57). just save a "midiMonitor.fxp" with your default settings, like the example in the zip file.
wrongtastic, baby
tucson's number one gothic rock band since 1995
tucson's number one gothic rock band since 1995
-
- KVRAF
- Topic Starter
- 2237 posts since 12 Nov, 2002 from swordfish
the website says moot already uses a midi note. maybe you mean you want it to be triggered by a CC instead?-PIKU- wrote:idea\request
the same as moot plugin by delamancha
but with the possibility to trigger the "hit me" function using midi notes
(actually i'm forced to use cc2note converters)
the "gate" section is not that necessary... but is a nice to have
it has to be ultra-cpu-saving so it could be a non-gui plugin
if it's just muting/unmuting audio based on midi input, that would be easy to do.
wrongtastic, baby
tucson's number one gothic rock band since 1995
tucson's number one gothic rock band since 1995
- KVRist
- 443 posts since 13 Feb, 2006
that would be great for me... i have a problem with moot, it gets the "gate" function activated randomly... i don't understand whyinsertpizhere wrote:
if it's just muting/unmuting audio based on midi input, that would be easy to do.
if you decide to build such a muter plugin please don't forget the anti-click smoother (1 or 2 ms is enough)
- KVRist
- 443 posts since 13 Feb, 2006
i have an idea\request for another plugin
i know it can be difficult to realize...
it's the same concept of numerikart loopazoide looper
this plug is a very useful funny and easy to use for live performances
but it has two problems
* when you delete a loop , the audio flow (of the whole host) is interrupted for some milliseconds
* it seems that the recorded loops are played at double the latency of your audio interface. so i'm forced to set a latency of 128 samples or less.
the development of loopazoide has been stopped and i can't find a valid substitute.
i know it can be difficult to realize...
it's the same concept of numerikart loopazoide looper
this plug is a very useful funny and easy to use for live performances
but it has two problems
* when you delete a loop , the audio flow (of the whole host) is interrupted for some milliseconds
* it seems that the recorded loops are played at double the latency of your audio interface. so i'm forced to set a latency of 128 samples or less.
the development of loopazoide has been stopped and i can't find a valid substitute.
-
- KVRAF
- Topic Starter
- 2237 posts since 12 Nov, 2002 from swordfish
that's not really my kind of thing... i might do the muter plugin though.
wrongtastic, baby
tucson's number one gothic rock band since 1995
tucson's number one gothic rock band since 1995

