MidiChord3 Op
Map 3 midi notes to values
Summary (oneliner)
<p>This op is able to output the note numbers and velocities of up to 3 different midi notes at once. Useful when playing chords. </p> <p>You can press "learn" and then play the notes on your midi-keyboard / in your DAW to automatically assign them to MidiChord3.</p> <p>It is also possible to normalize the velocity values (which usually range from 0-127) to either "0 to 1" or "-1 to 1".</p>
- Ops.Devices.Midi.MidiChord3
- Core Op - Official cables op
- MIT
Documentation (markdown)
Issues
Example patch id
Youtube ids (comma seperated)
Op Licence
Caniuse query
INPUT PORTS
MIDI
<p>The in port for the MIDI event</p>
<i>integer</i>
)Notes
<i>integer</i>
)<i>integer</i>
)<i>integer</i>
)<i>integer</i>
)<p>Press to learn notes</p>
<p>Reset the learned values</p>
OUTPUT PORTS
<p>The out port for the MIDI event</p>
<p>Triggers whenever one of the chosen notes is played</p>
<p>Outputs first note's velocity</p>
<i>boolean</i>
Number)<p>true when first note is played, false when not</p>
<p>Outputs second note's velocity</p>
<i>boolean</i>
Number)<p>true when first note is played, false when not</p>
<p>Outputs third note's velocity</p>
<i>boolean</i>
Number)<p>true when third note is played, false when not</p>