mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 11:06:32 +01:00
Unit-test: parameter ranges outside [0..1]
More updates after 3d15499cda
* set parameter-range for MIDI sequences
* set parameter-range for cubic spline
This commit is contained in:
parent
db063a6eb8
commit
beccc53bb6
2 changed files with 10 additions and 3 deletions
|
|
@ -315,6 +315,8 @@ CurveTest::constrainedCubic ()
|
|||
int32_t type = 0;
|
||||
Evoral::Parameter p(type);
|
||||
Evoral::ParameterDescriptor pd;
|
||||
pd.lower = 5;
|
||||
pd.upper = 325;
|
||||
Evoral::ControlList l(p,pd);
|
||||
|
||||
size_t i;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue