--- In bc2000@yahoogroups.com, virteo <virteo@...> wrote: > I put this line to Custom Output page of BCManager : > $F0 $3E $13 $00 $20 $00 $00 $0A val $F7 > I put the Min and Max values. > Everything works well I turn the encoder: the LED lights on, BCR > sends a message, Blofeld receives the message, but > > My master keyboard has no Aftertouch (and some others features) and I > would like that BCR passes from LFO1*MW to LFO2 and then "jumps" > from LFO2 to LFO3 directly without any access to LFO2*Aftertouch > parameter. > > Could I program that? I don't think you can do this with an encoder. I assume you have set the encoder's "Show value" parameter to "on"? Then at least you can see the selected value on the BCR's display; that should help in skipping 4 (=LFO2*Aftertouch). However, you might "hard-code" each individual value that you want under a separate button. So for instance: button 1: F0 3E 13 00 20 00 00 0A 00 F7 button 2: F0 3E 13 00 20 00 00 0A 01 F7 button 3: F0 3E 13 00 20 00 00 0A 02 F7 button 4: F0 3E 13 00 20 00 00 0A 03 F7 button 5: F0 3E 13 00 20 00 00 0A 05 F7 You might also set up two buttons, as follows: Button 1 selects 1=LFO 1, 3=LFO 2 and 5=LFO 3 (cyclically): Default value = e.g. 5 (so that the first time you press the button you get 1) Output = $F0 $3E $13 $00 $20 $00 $00 $0A val $F7 Value 1 = 1 Value 2 = 5 Mode = Increment Increment = +2 Button 2 selects 0=off and 4=LFO2*Aftertouch, e.g.: Default value = off (irrelevant for Mode=Toggle, I think) Output = $F0 $3E $13 $00 $20 $00 $00 $0A val $F7 Value 1 = 4 Value 2 = 0 Mode = Toggle Or you could put 0-3 under button 1, and 5 under button 2. Hope this helps, Mark.
Message
Re: Particular driving Waldorf Blofeld by BCR2000
2010-05-19 by markwinvdb
Attachments
- No local attachments were found for this message.