I have found a pitch shifter plugic called Kuassa Efecttor Whammo Pitch Shifter, and whle trying to use some scripting for modifiying some parameters, i have noticed that this plugin uses midi cc beyond 127, as far as i know MIDI 2.0 can use something like that but i am not sure if this plugn really uses MIDI 2.0
what i try to do is to modify the scripting created by @rank13 to do the same changes on a rackspace, (Changing script behavior from CC steps to full semitones - #14 by Josehdx) but even when i modify it and set for example midi CC 131, and after compiling, the script does not work. IDK why this developer decided to use the midi CCs on the next attahment
Yes, i had already saw that is possible to map to a knob, but as i mentioned on the original post, i would not like to use knobs but the script on the link i pasted. And then i can not relate the script to the midi ccs on the attached screenshot
Interesting that you succeed to assign the value 130 to parameter CC_NUM which ranges from 1 through 127. I would have expected that the compiler would catch that.
The goal is to use 4 buttons to modify the pitch up and down values without opening the plugin
basically the same behavior that was achieve on the same effect but on helix native.
As @edm11 mentined, is possible to map it with a knob, but with the script is possible to have jumps on integer values, and also to see on the rackspace the value that is shown on the plugin GUI.
well. i dont know if i did the “right” thing there, i am not a scripter but i know how to read it and modify it. If it is not an expected behavior, maybe is it a bug?