Hello
this tips consist to controlling all you want with the midibox and machine that use NRPN
ex my EA-1 use
0xBc 0x63 0x03 //for EA1 NRPN base
0xBc 0x62 0xEE // EE is the effect
0xBc 0x06 0xVV //Effect value
c :channel
EE : effect controller 0x06 for cutoff
VV : value 00 to 7F
for EA1
-requiert : 2 buttons :for 2 channels
1 boutton assigned to B0 63 03 and B1 63 03
-2 pots for effect selection
0xB0 0x62 0xEE EE: 00 to 7F
0xB1 0x62 0xEE
-2 pot for controlling the effect
0xBc 0x06 0xVV //Effect value
1 for 0xB0 0x06 0xVV
1 for 0xB1 0x06 0xVV
and bonheur for you
but you must know the nb controller of effect
use :
push one of the 2 button for channel
turn the pot of channel selected for effect
turn the pot for value effect
Question for thorsten : actually , is it possible to assigne a EE value (ex:0x01 … 0x7F) to a string
ex : 0x06 -> cut off 0x08 -> resonnance
that when i turn the button the value and string change ??
PS: this tips is not easy to use but we must make a generic NRPN handler in the source code
Best regards, Olivier
i stand for the MB 64 MIOS ;D ;D ;D
have fun