new fade in/fade out colors from chrisg
git-svn-id: svn://localhost/ardour2/branches/3.0@7272 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
@@ -564,6 +564,7 @@ MidiTrack::MidiControl::set_value(float val)
|
||||
void
|
||||
MidiTrack::set_step_editing (bool yn)
|
||||
{
|
||||
cerr << name() << " IS NOW STEP EDITING\n";
|
||||
_step_editing = yn;
|
||||
}
|
||||
|
||||
|
||||
@@ -470,6 +470,9 @@ MTC_Slave::speed_and_position (double& speed, nframes64_t& pos)
|
||||
|
||||
DEBUG_TRACE (DEBUG::MTC, string_compose ("MTC::speed_and_position FINAL %1 %2\n", last.speed, pos));
|
||||
|
||||
|
||||
DEBUG_TRACE (DEBUG::MTC, string_compose ("last = %1 elapsed = %2 pos = %3 speed = %4\n", last.position, elapsed, pos, speed));
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user