mirror of
https://github.com/vsariola/sointu.git
synced 2025-11-23 19:13:01 -05: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