Skip to content

Commit

Permalink
Improve comment
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkKremer committed Jul 11, 2024
1 parent 037bbd2 commit 24dec25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion midi/decode.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const (
midiPrecision = 4
)

// Read a sound font containing instruments. A sound font is required in order to play MIDI files.
// NewSoundFont reads a sound font containing instruments. A sound font is required in order to play MIDI files.
func NewSoundFont(r io.Reader) (*SoundFont, error) {
sf, err := meltysynth.NewSoundFont(r)
if err != nil {
Expand Down

0 comments on commit 24dec25

Please sign in to comment.