mirror of
https://github.com/vsariola/sointu.git
synced 2026-02-20 23:23:23 -05:00
possible to disable wasm render on start
This commit is contained in:
11
song.go
11
song.go
@ -11,11 +11,12 @@ 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
|
||||
CreateEmptyPatterns bool
|
||||
BPM int
|
||||
RowsPerBeat int
|
||||
Score Score
|
||||
Patch Patch
|
||||
CreateEmptyPatterns bool
|
||||
WasmDisableRenderOnStart bool
|
||||
}
|
||||
|
||||
// Copy makes a deep copy of a Score.
|
||||
|
||||
Reference in New Issue
Block a user