feat(sointu): remove 16-bit output toggle from song; make it compile time option

This commit is contained in:
vsariola
2021-01-05 18:08:13 +02:00
parent 30379c981d
commit 588488ce54
98 changed files with 48 additions and 140 deletions

View File

@ -212,10 +212,9 @@ var UnitTypes = map[string]([]UnitParameter){
}
type Song struct {
BPM int
Output16Bit bool
Tracks []Track
Patch Patch
BPM int
Tracks []Track
Patch Patch
}
func (s *Song) PatternRows() int {