mirror of
https://github.com/vsariola/sointu.git
synced 2025-05-28 03:10:24 -04:00
test: the filenames of test_gain and test_gain_stereo were flipped
This commit is contained in:
parent
04fbc9f6a7
commit
8227691523
@ -11,10 +11,12 @@ patch:
|
||||
- numvoices: 1
|
||||
units:
|
||||
- type: loadval
|
||||
parameters: {stereo: 0, value: 0}
|
||||
parameters: {stereo: 0, value: 32}
|
||||
- type: gain
|
||||
parameters: {gain: 128, stereo: 0}
|
||||
- type: loadval
|
||||
parameters: {stereo: 0, value: 128}
|
||||
- type: gain
|
||||
parameters: {gain: 64, stereo: 1}
|
||||
parameters: {gain: 64, stereo: 0}
|
||||
- type: out
|
||||
parameters: {gain: 128, stereo: 1}
|
||||
|
@ -11,12 +11,10 @@ patch:
|
||||
- numvoices: 1
|
||||
units:
|
||||
- type: loadval
|
||||
parameters: {stereo: 0, value: 32}
|
||||
- type: gain
|
||||
parameters: {gain: 128, stereo: 0}
|
||||
parameters: {stereo: 0, value: 0}
|
||||
- type: loadval
|
||||
parameters: {stereo: 0, value: 128}
|
||||
- type: gain
|
||||
parameters: {gain: 64, stereo: 0}
|
||||
parameters: {gain: 64, stereo: 1}
|
||||
- type: out
|
||||
parameters: {gain: 128, stereo: 1}
|
||||
|
Loading…
Reference in New Issue
Block a user