Method: MTK::IO::MIDIOutput#bend

Defined in:
lib/mtk/io/midi_output.rb

#bend(midi_value, channel) ⇒ Object (protected)

Send a pitch bend event to the MIDI output.



176
177
178
# File 'lib/mtk/io/midi_output.rb', line 176

def bend(midi_value, channel)
  [:bend, midi_value, channel]
end