mirror of
https://github.com/vsariola/sointu.git
synced 2025-09-26 23:25:39 -04:00
feat(sointu-cli): Support importing/exporting in YAML
This commit is contained in:
@ -7,11 +7,11 @@ import (
|
||||
|
||||
type Song struct {
|
||||
BPM int
|
||||
Patterns [][]byte
|
||||
Tracks []Track
|
||||
Patch Patch
|
||||
Output16Bit bool
|
||||
Hold byte
|
||||
Patterns [][]byte `yaml:",flow"`
|
||||
Tracks []Track
|
||||
Patch Patch
|
||||
}
|
||||
|
||||
func (s *Song) PatternRows() int {
|
||||
|
Reference in New Issue
Block a user