Method: Musa::Clock::InputMidiClock#terminate

Defined in:
lib/musa-dsl/transport/input-midi-clock.rb

#terminatevoid

This method returns an undefined value.

Terminates the MIDI Clock processing loop.

Calls #stop to ensure on_stop callbacks fire, then exits the run loop.



235
236
237
238
# File 'lib/musa-dsl/transport/input-midi-clock.rb', line 235

def terminate
  stop
  @run = false
end