Skip to content

Commit 46ee01d

Browse files
committed
Spider - fix incorrect method name
1 parent 2833196 commit 46ee01d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/server/ruby/lib/sonicpi/runtime.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,7 @@ def __stop_jobs
394394
end
395395

396396
def __midi_flush!
397-
@tau_api.midi_flush
397+
@tau_api.midi_flush!
398398
end
399399

400400
def __midi_system_start(silent=false)

0 commit comments

Comments
 (0)