added whitespace

This commit is contained in:
2023-08-27 21:36:34 +01:00
parent 8d2cc774ac
commit f594f2a9a0
2 changed files with 5 additions and 0 deletions

View File

@@ -5,6 +5,7 @@ class Main
def initialize(vm)
@vm = vm
@vm.on :midi do
current = @vm.midi.current
handler(current, @vm.midi.get(current))