possible to disable wasm render on start

This commit is contained in:
Peter Salomonsen
2023-04-05 18:57:42 +00:00
parent c429178758
commit 53a8429a69
4 changed files with 11 additions and 6 deletions

11
song.go
View File

@ -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.