mirror of
https://github.com/vsariola/sointu.git
synced 2025-07-25 16:34:45 -04:00
Configurable to create empty patterns for the live coding environment
This commit is contained in:
committed by
Peter Salomonsen
parent
eb846ba42d
commit
77356f8e49
9
song.go
9
song.go
@ -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.
|
||||
|
Reference in New Issue
Block a user