mirror of
https://github.com/vsariola/sointu.git
synced 2025-07-27 01:14:57 -04:00
feat: input midi velocity into a separate track (includes many structural changes)
This commit is contained in:
@ -64,7 +64,7 @@ func main() {
|
||||
|
||||
trackerUi := gioui.NewTracker(model)
|
||||
audioCloser := audioContext.Play(func(buf sointu.AudioBuffer) error {
|
||||
player.Process(buf, midiContext, trackerUi)
|
||||
player.Process(buf, midiContext)
|
||||
return nil
|
||||
})
|
||||
|
||||
|
Reference in New Issue
Block a user