Fix type casting issue when calculating static fader values
This commit is contained in:
@@ -61,9 +61,7 @@ test('scales P07-like note velocities with static and automated VEL values', ()
|
||||
...occurrence.faderParams,
|
||||
[FaderParam.VEL]: 0.5325199961662292,
|
||||
},
|
||||
faderAutomation: [
|
||||
{ parameter: FaderParam.VEL, position: 192, value: 0.25, flags: 0 },
|
||||
],
|
||||
faderAutomation: [{ parameter: FaderParam.VEL, position: 192, value: 0.25, flags: 0 }],
|
||||
};
|
||||
|
||||
assert.deepEqual(
|
||||
|
||||
Reference in New Issue
Block a user