How to know the parameters of the Devices
I built a specific controller to use with OPERATOR, but I don’t know which parameter corresponds to each button.
for example: Volume – Parameter 4
I was able to discover some testanto, but the operator has hundreds of controls and it is very complicated to discover all of them.
Would anyone have any tips to find which parameter corresponds to your control?
Hi, if you take a look at this file: https://remotify.io/sites/default/files/community-forum-uploads/Devices.txt
And search for OPR_BANK, you will see the param names listed in the order that they are selectable in. As you mentioned, they a grouped into banks of 8 but you can just ignore that.
OPR_BANK1 = (‘Ae Attack’, ‘Ae Decay’, ‘Ae Sustain’, ‘Ae Release’, ‘A Coarse’, ‘A Fine’, ‘Osc-A Lev < Vel', 'Osc-A Level')
OPR_BANK2 = (‘Be Attack’, ‘Be Decay’, ‘Be Sustain’, ‘Be Release’, ‘B Coarse’, ‘B Fine’, ‘Osc-B Lev < Vel', 'Osc-B Level')
OPR_BANK3 = (‘Ce Attack’, ‘Ce Decay’, ‘Ce Sustain’, ‘Ce Release’, ‘C Coarse’, ‘C Fine’, ‘Osc-C Lev < Vel', 'Osc-C Level')
OPR_BANK4 = (‘De Attack’, ‘De Decay’, ‘De Sustain’, ‘De Release’, ‘D Coarse’, ‘D Fine’, ‘Osc-D Lev < Vel', 'Osc-D Level')
OPR_BANK5 = (‘Le Attack’, ‘Le Decay’, ‘Le Sustain’, ‘Le Release’, ‘LFO Rate’, ‘LFO Amt’, ‘LFO Type’, ‘LFO R < K')
OPR_BANK6 = (‘Fe Attack’, ‘Fe Decay’, ‘Fe Sustain’, ‘Fe Release’, ‘Filter Freq’, ‘Filter Res’, ‘Fe R < Vel', 'Fe Amount')
OPR_BANK7 = (‘Pe Attack’, ‘Pe Decay’, ‘Pe Sustain’, ‘Pe Release’, ‘Pe Init’, ‘Glide Time’, ‘Pe Amount’, ‘Spread’)
OPR_BANK8 = (‘Time < Key', 'Panorama', 'Pan < Key', 'Pan < Rnd', 'Algorithm', 'Time', 'Tone', 'Volume')
Example, if you want to control ‘Be Attack’, you can see that it is the first param in bank 2 which is parameter number 9.
Sign up
User registration is currently not allowed.