fix: changes after review (see PR #176)

This commit is contained in:
qm210
2024-11-10 00:02:13 +02:00
committed by Veikko Sariola
parent d517576a65
commit b255a68ebc
10 changed files with 252 additions and 207 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ type (
LoopStart int // loop start offset in words
LoopLength int // loop length in words
SuggestedTranspose int // suggested transpose in semitones, so that all samples play at same pitch
Name string // sample name
Name string // sample Name
}
InstrumentPresetYieldFunc func(index int, item string) (ok bool)