sointu/tests/test_dbgain_stereo.yml
5684185+vsariola@users.noreply.github.com 04fbc9f6a7 feat(vm): add dbgain unit, where gain is defined in decibels
Closes #78
2023-10-23 21:57:29 +03:00

21 lines
509 B
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: 0}
- type: loadval
parameters: {stereo: 0, value: 128}
- type: dbgain
parameters: {decibels: 32, stereo: 1}
- type: out
parameters: {gain: 128, stereo: 1}