schollz / miti

miti is a musical instrument textual interface. Basically, its MIDI, but with human-readable text. :musical_note:
https://schollz.com/blog/miti/
MIT License
168 stars 4 forks source link

declared but not used error in miti/src/record/record.go #18

Open shakfu opened 1 year ago

shakfu commented 1 year ago

Incidentally, just tried to compile current master using latest golang 1.19.3 and I get 'declared but not used error' on line 36 of miti/src/record/record.go:

patterns := 0
currentPattern := ""
currentState := ""
previousNote := music.NewNote("C", 4) // <--- here
go func() {