Method: PM::PatchMaster#stop

Defined in:
lib/patchmaster/patchmaster.rb

#stopObject

Stop everything, including input instruments’ MIDIEye listener threads.



111
112
113
114
115
# File 'lib/patchmaster/patchmaster.rb', line 111

def stop
  @cursor.patch.stop if @cursor.patch
  @inputs.map(&:stop)
  @running = false
end