mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-27 15:38:19 +01:00
Oops, fix build.
git-svn-id: svn://localhost/ardour2/branches/3.0@8260 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
e8c59e4155
commit
3ccb32773b
1 changed files with 2 additions and 1 deletions
|
|
@ -24,6 +24,7 @@
|
|||
#include "ardour/ticker.h"
|
||||
#include "ardour/session.h"
|
||||
#include "ardour/tempo.h"
|
||||
#include "ardour/debug.h"
|
||||
|
||||
#ifdef DEBUG_MIDI_CLOCK
|
||||
#include <iostream>
|
||||
|
|
@ -182,7 +183,7 @@ void MidiClockTicker::send_midi_clock_event (pframes_t offset)
|
|||
return;
|
||||
}
|
||||
|
||||
DEBUG_TRACE (DEBUG::MidiClock, string_compose ("Tick with offset %1", offset));
|
||||
DEBUG_TRACE (PBD::DEBUG::MidiClock, string_compose ("Tick with offset %1", offset));
|
||||
|
||||
static uint8_t _midi_clock_tick[1] = { MIDI_CMD_COMMON_CLOCK };
|
||||
_midi_port->write (_midi_clock_tick, 1, offset);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue