mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-08 15:54:57 +01:00
Sshh.
git-svn-id: svn://localhost/ardour2/branches/3.0@5884 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
7524b90985
commit
f68f8839a5
1 changed files with 2 additions and 2 deletions
|
|
@ -1096,9 +1096,9 @@ ControlList::rt_safe_earliest_event_linear_unlocked (double start, double end, d
|
||||||
x = first->when + (y - first->value) / (double)slope;
|
x = first->when + (y - first->value) / (double)slope;
|
||||||
}
|
}
|
||||||
|
|
||||||
cerr << first->value << " @ " << first->when << " ... "
|
/*cerr << first->value << " @ " << first->when << " ... "
|
||||||
<< next->value << " @ " << next->when
|
<< next->value << " @ " << next->when
|
||||||
<< " = " << y << " @ " << x << endl;
|
<< " = " << y << " @ " << x << endl;*/
|
||||||
|
|
||||||
assert( (y >= first->value && y <= next->value)
|
assert( (y >= first->value && y <= next->value)
|
||||||
|| (y <= first->value && y >= next->value) );
|
|| (y <= first->value && y >= next->value) );
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue