mozaic_cc_switch

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
mozaic_cc_switch [2020/01/10 04:57] – Added CC-Toggle script _kimozaic_cc_switch [2020/01/10 05:03] (current) – Updated modificated script _ki
Line 68: Line 68:
   * CC   * CC
   * Value for on and off state   * Value for on and off state
 +all defined directly in the script code
  
 <code> <code>
-// CC-Toggle v1.04, mod by -ki +// CC-Switch  (Mozaic v1.03) mod by -ki 
-// based on CC-Switch v1.03 by mbncp @ audiobus forum+// main functionality by mbncp @ audiobus forum
  
 // Allows the use of a Controller to act like a switch  // Allows the use of a Controller to act like a switch 
Line 98: Line 99:
   FillArray TrigState, 0,16 // keep state of all channels   FillArray TrigState, 0,16 // keep state of all channels
   FillArray TrigReset, 1,16   FillArray TrigReset, 1,16
-  SetShortName {Toggle+  SetShortName {Switch
-  LabelPads {CC Toggle}+  LabelPads {CC Switch}
   LabelKnobs { }   LabelKnobs { }
   for k = 0 to 3   for k = 0 to 3
  • mozaic_cc_switch.txt
  • Last modified: 2020/01/10 05:03
  • by _ki