sointu/tests/test_send_global.yml
vsariola adcf3ebce8 feat(sointu, tracker,...): restructure domain & tracker models
send targets are now by ID and Song has "Score" part, which is the notes for it. also, moved the model part separate of the actual gioui dependend stuff.

sorry to my future self about the code bomb; ended up too far and did not find an easy way to rewrite the history to make the steps smaller, so in the end, just squashed everything.
2021-02-28 14:24:54 +02:00

37 lines
1.0 KiB
YAML

bpm: 100
rowsperbeat: 4
score:
rowsperpattern: 16
length: 1
tracks:
- numvoices: 1
order: [0]
patterns: [[64, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0]]
patch:
- numvoices: 1
units:
- type: loadval
parameters: {stereo: 0, value: 96}
- type: send
parameters: {amount: 96, port: 0, sendpop: 1, stereo: 0, target: 1}
- type: loadval
id: 2
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, target: 2}
- type: loadval
parameters: {stereo: 0, value: 64}
- type: loadval
id: 1
parameters: {stereo: 0, value: 64}
- type: out
parameters: {gain: 128, stereo: 1}