Method: JSound::Midi::Devices::Recorder#message
- Defined in:
- lib/jsound/midi/devices/recorder.rb
#message(message) ⇒ Object
48 49 50 |
# File 'lib/jsound/midi/devices/recorder.rb', line 48 def () << [, Time.now.to_i] if recording? end |