mirror of
https://github.com/vsariola/sointu.git
synced 2025-07-19 13:34:34 -04:00
refactor(tests): Save .yml in the repo; auto-generate .asm when needed
This commit is contained in:
27
tests/test_mulp.yml
Normal file
27
tests/test_mulp.yml
Normal file
@ -0,0 +1,27 @@
|
||||
bpm: 100
|
||||
output16bit: false
|
||||
hold: 1
|
||||
patterns: [[64, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0]]
|
||||
tracks:
|
||||
- numvoices: 1
|
||||
sequence: [0]
|
||||
patch:
|
||||
instruments:
|
||||
- numvoices: 1
|
||||
units:
|
||||
- type: loadval
|
||||
parameters: {stereo: 0, value: 96}
|
||||
- type: loadval
|
||||
parameters: {stereo: 0, value: 0}
|
||||
- type: mulp
|
||||
parameters: {stereo: 0}
|
||||
- type: loadval
|
||||
parameters: {stereo: 0, value: 96}
|
||||
- type: loadval
|
||||
parameters: {stereo: 0, value: 128}
|
||||
- type: mulp
|
||||
parameters: {stereo: 0}
|
||||
- type: out
|
||||
parameters: {gain: 128, stereo: 1}
|
||||
delaytimes: []
|
||||
sampleoffsets: []
|
Reference in New Issue
Block a user