sointu/tests/test_noise_stereo.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

21 lines
687 B
YAML

bpm: 100
output16bit: false
tracks:
- numvoices: 1
sequence: [0]
patterns: [[64, 0, 68, 0, 32, 0, 0, 0, 75, 0, 78, 0, 0, 0, 0, 0]]
patch:
instruments:
- numvoices: 1
units:
- type: noise
parameters: {gain: 128, shape: 96, stereo: 1}
- type: envelope
parameters: {attack: 32, decay: 32, gain: 128, release: 64, stereo: 0, sustain: 64}
- type: envelope
parameters: {attack: 32, decay: 32, gain: 128, release: 64, stereo: 0, sustain: 64}
- type: mulp
parameters: {stereo: 1}
- type: out
parameters: {gain: 128, stereo: 1}