Configurable to create empty patterns for the live coding environment

This commit is contained in:
Peter Salomonsen
2023-03-24 21:44:35 +01:00
committed by Peter Salomonsen
parent eb846ba42d
commit 77356f8e49
2 changed files with 17 additions and 5 deletions

View File

@ -11,10 +11,11 @@ import (
// playback speed, but this could be changed to a floating point in future if
// finer adjustments are necessary.
type Song struct {
BPM int
RowsPerBeat int
Score Score
Patch Patch
BPM int
RowsPerBeat int
Score Score
Patch Patch
CreateEmptyPatterns bool
}
// Copy makes a deep copy of a Score.