--- In bc2000@yahoogroups.com, "dna_soundsystems" <dna_soundsystems@...> wrote: > I wan to set up a Button to control besides it normal On/Off & Midi Functions the easypar & mode functions from a Encoder. > > So if i switch the Button, the Encoder should stop to work & don´t send any value. > It would make sense to me if i can control diffrent Encoders with such a On/Off switch. > > Here 2 Test Codes which show how the Encoder1 should work in both cases, but how can i set up Button Nr 33 to achieve this feature beside it´s actually functions? This is again something I think you can't do within the BCR itself; so you would have to loop the BCL statements back to the BCR (either directly or via some piece of software). Note that to switch OFF the encoder, you only need to include the $encoder section: you don't need to re-send the $preset and $button sections (since these are the same). However, ".easypar off" isn't valid BCL. You'd just have to send "$encoder 1" WITHOUT a .easypar statement. In fact, you can leave out the other statements under $encoder too, so just: $rev R1 $encoder 1 $end You can even leave out the "1" after "R" and the "$end" statement: $rev R $encoder 1 But of course switching the encoder back on would have to include the whole original $encoder section. Hope this helps a bit, Mark.
Message
Re: Switch Encoder Off with Button
2010-03-08 by markwinvdb
Attachments
- No local attachments were found for this message.