mirror of
https://github.com/vsariola/sointu.git
synced 2025-07-18 04:54:27 -04:00
feat: midi note input for the tracker
This commit is contained in:
@ -271,7 +271,7 @@ func FuzzModel(f *testing.F) {
|
||||
break loop
|
||||
default:
|
||||
ctx := NullContext{}
|
||||
player.Process(buf, ctx)
|
||||
player.Process(buf, ctx, nil)
|
||||
}
|
||||
}
|
||||
}()
|
||||
|
Reference in New Issue
Block a user