mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-17 20:26:30 +01:00
add a bit of debugging to JACK transport code
This commit is contained in:
parent
302fe227b8
commit
0b52ea7a9c
1 changed files with 4 additions and 0 deletions
|
|
@ -29,6 +29,7 @@
|
||||||
#include "pbd/error.h"
|
#include "pbd/error.h"
|
||||||
|
|
||||||
#include "ardour/audioengine.h"
|
#include "ardour/audioengine.h"
|
||||||
|
#include "ardour/debug.h"
|
||||||
#include "ardour/session.h"
|
#include "ardour/session.h"
|
||||||
#include "ardour/types.h"
|
#include "ardour/types.h"
|
||||||
|
|
||||||
|
|
@ -1212,6 +1213,9 @@ JACKAudioBackend::speed_and_position (double& speed, samplepos_t& position)
|
||||||
}
|
}
|
||||||
|
|
||||||
position = pos.frame;
|
position = pos.frame;
|
||||||
|
|
||||||
|
DEBUG_TRACE (DEBUG::Slave, string_compose ("JACK transport: speed %1 position %2 starting %3\n", speed, position, starting));
|
||||||
|
|
||||||
return starting;
|
return starting;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue