Bc2000 (for the BCF2000 & BCR2000) group photo

Yahoo Groups archive

Bc2000 (for the BCF2000 & BCR2000)

Index last updated: 2026-04-28 23:16 UTC

Message

Switch Encoder Off with Button

2010-03-07 by dna_soundsystems

Hi again...


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?


Code normal: 
$rev R1
$preset
  .name 'all controls            '
  .snapshot off
  .request off
  .egroups 1
  .fkeys on
  .lock off
  .init
$encoder 1
  .easypar CC 1 62 0 127 absolute
  .showvalue on
  .mode bar/off
  .resolution 96 96 192 192
  .default 77
$button 33
  .easypar CC 1 59 127 0 toggleon
  .showvalue off
  .default 127
$end



Modified:
$rev R1
$preset
  .name 'all controls            '
  .snapshot off
  .request off
  .egroups 1
  .fkeys on
  .lock off
  .init
$encoder 1
  .easypar off
  .showvalue on
  .mode off
  .resolution 96 96 192 192
  .default 77
$button 33
  .easypar CC 1 59 127 0 toggleon
  .showvalue off
  .default 127
$end



Would be nice if somone can teach me a lil bit  :)



cheers,
Phil

Attachments

Move to quarantaine

This moves the raw source file on disk only. The archive index is not changed automatically, so you still need to run a manual refresh afterward.