MidiNote Op
Read a single midi note
Summary (oneliner)
<p>This op replaces the older <code>MidiButton op</code></p> <p>Gets incoming midi notes from the selected midi channel. Notes can be selected with a dropdown menu or you can click "learn" and press a midi key to automatically map the correct note.</p> <p>Velocity values come in between 0-127 These values can be normalised between 0 to 1 or -1 to 1 with a dropdown menu.</p>
- Ops.Devices.Midi.MidiNote
- Core Op - Official cables op
- MIT
Documentation (markdown)
Issues
Example patch id
Youtube ids (comma seperated)
Op Licence
Caniuse query
Example Patch Midi ops example
This example file demonstrates how to use all the new midi ops.
Youtube Video Tutorial
INPUT PORTS
MIDI
<p>Midi event in</p>
<i>integer</i>
)Note
<i>integer</i>
)<i>integer</i>
)<i>boolean</i>
)<p>When activated, playing a note turns the gate on. Playing it again turns it off.</p>
<p>Click and then press a midi note to automatically select it</p>
<p>reset op to default state</p>
OUTPUT PORTS
<p>Midi event out - passes all midi data through to allow midi ops to be stacked</p>
<p>Triggers when the selected midi note comes in</p>
<p>If no note has been selected it will output all changing note numbers else it outputs selected note</p>
<p>Velocity is normally between 0-127 unless Normalise velocity is enabled</p>
<i>boolean</i>
Number)<p>True when the note is on else false. When toggle is activated, true when note comes in. False when note comes in again.</p>