feat: midi note input for the tracker

This commit is contained in:
qm210
2024-10-22 07:56:36 +03:00
committed by Veikko Sariola
parent 216cde2365
commit 8dfadacafe
17 changed files with 299 additions and 63 deletions
+1 -1
View File
@@ -271,7 +271,7 @@ func FuzzModel(f *testing.F) {
break loop
default:
ctx := NullContext{}
player.Process(buf, ctx)
player.Process(buf, ctx, nil)
}
}
}()