sointu/tests/test_send_global.yml
vsariola 30379c981d feat: remove hold from song
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.
2021-01-05 15:50:27 +02:00

33 lines
1.1 KiB
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: 96}
- type: send
parameters: {amount: 96, port: 0, sendpop: 1, stereo: 0, unit: 3, voice: 2}
- type: loadval
parameters: {stereo: 0, value: 64}
- type: loadval
parameters: {stereo: 0, value: 64}
- type: out
parameters: {gain: 128, stereo: 1}
- numvoices: 1
units:
- type: loadval
parameters: {stereo: 0, value: 32}
- type: send
parameters: {amount: 96, port: 0, sendpop: 1, stereo: 0, unit: 2, voice: 1}
- type: loadval
parameters: {stereo: 0, value: 64}
- type: loadval
parameters: {stereo: 0, value: 64}
- type: out
parameters: {gain: 128, stereo: 1}