joshnishikawa / MIDIcontroller

A library for creating Teensy MIDI controllers with support for hold or latch buttons, potentiometers, encoders, capacitive sensors, Piezo transducers and other velocity sensitive inputs with aftertouch.
223 stars 19 forks source link

How to use MidiOff #12

Closed Reaktor63 closed 3 years ago

Reaktor63 commented 3 years ago

Hello, thank you very much for sharing your work. Question, how to use MidiOff with an FSR or Piezo sensor? Thank you very much

joshnishikawa commented 3 years ago

If you use a MIDIdrum object, the MIDI-OFF messages are automatically sent immediately after the ON messages. A drum module will ignore the OFF message and continue to play through the sample (unless another sound in its 'choke group' has been triggered or CC#120 has been sent.)

ALERT! If you are using MIDIdrum, make sure you have version 2.4.0 of the library or later. A major bug has just been fixed.