mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 23:35:03 +01:00
* minor cleanup
git-svn-id: svn://localhost/ardour2/branches/3.0@4277 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
4c1aa58846
commit
fbc248d70c
1 changed files with 1 additions and 3 deletions
|
|
@ -104,13 +104,11 @@ void MidiClockTicker::position_changed(nframes_t position)
|
|||
|
||||
void MidiClockTicker::transport_looped()
|
||||
{
|
||||
nframes_t position = _session->transport_frame();
|
||||
|
||||
Location* loop_location = _session->locations()->auto_loop_location();
|
||||
assert(loop_location);
|
||||
|
||||
#if DEBUG_TICKER
|
||||
cerr << "Transport looped, position:" << position
|
||||
cerr << "Transport looped, position:" << p_session->transport_frame()
|
||||
<< " loop start " << loop_location->start( )
|
||||
<< " loop end " << loop_location->end( )
|
||||
<< " play loop " << _session->get_play_loop()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue