Method: MTK::IO::UniMIDIOutput#poly_pressure
- Defined in:
- lib/mtk/io/unimidi_output.rb
#poly_pressure(pitch, midi_value, channel) ⇒ Object (protected)
Send a poly pressure event to the MIDI output.
46 47 48 |
# File 'lib/mtk/io/unimidi_output.rb', line 46 def poly_pressure(pitch, midi_value, channel) @device.puts(0xA0|channel, pitch, midi_value) end |