Shifty's Finally v0.1

MIDI Controller Numbers --- version 0.1

  • 1 - operation: 0-31=none 32-63=and 64-95=or 96-127=xor
  • 2 - paramter for operation

    MIDI Controller Numbers --- version 0.2

  • 1 - operation #1
  • 2 - paramter for operation
  • 3 - operation #2
  • 4 - paramter for operation
  • 5 - operation #3
  • 6 - paramter for operation
  • 7 - operation #4
  • 8 - paramter for operation
  • 9 - operation #5
  • 10 - paramter for operation
  • 11 - operation #6
  • 12 - paramter for operation
  • 13 - operation #7
  • 14 - paramter for operation
  • 15 - operation #8
  • 16 - paramter for operation

    Operations:

  • 0-15: NOP
  • 16-31: AND
  • 32-47: OR
  • 48-63: XOR
  • 64-79: SHIFT
  • 80-95: ADD (x1=slow)
  • 96-111: MULTIPLY (0->0.999)
  • 112-127: ADD (x64=fast)

    About parameters

    parameter values 126 and 127 are "special." instead of the normal data, the input from the A/D converters is used!!!!

  • 126 = left audio input

  • 127 = right audio input

    back