Skip to content

Commit

Permalink
Now MIDI file plays correctly!!!
Browse files Browse the repository at this point in the history
  • Loading branch information
sinshu committed Aug 12, 2022
1 parent 846e3a7 commit fef2187
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meltysynth/synthesizer.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (

const (
synth_channelCount int32 = 16
synth_percussionChannel int32 = 16
synth_percussionChannel int32 = 9
)

type Synthesizer struct {
Expand Down

0 comments on commit fef2187

Please sign in to comment.