mirror of
https://github.com/vsariola/sointu.git
synced 2025-05-28 03:10:24 -04:00
assume songs code it as 1 always; implementations are free to change this during compilation, but this should be a compile time flag / optimization; not a concern of song.
19 lines
529 B
YAML
19 lines
529 B
YAML
bpm: 100
|
|
output16bit: false
|
|
tracks:
|
|
- numvoices: 1
|
|
sequence: [0]
|
|
patterns: [[64, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0]]
|
|
patch:
|
|
instruments:
|
|
- numvoices: 1
|
|
units:
|
|
- type: loadval
|
|
parameters: {stereo: 0, value: 0}
|
|
- type: aux
|
|
parameters: {channel: 1, gain: 64, stereo: 0}
|
|
- type: loadval
|
|
parameters: {stereo: 0, value: 96}
|
|
- type: aux
|
|
parameters: {channel: 0, gain: 128, stereo: 0}
|