summaryrefslogtreecommitdiff
path: root/libs/ardour/session_events.cc
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2006-06-09 07:19:00 +0000
committerDavid Robillard <d@drobilla.net>2006-06-09 07:19:00 +0000
commit27e00ec4e706ac1620a43c1fc1f27e25df546695 (patch)
tree6e994e151fde28d4bbba14b2ee318e0a6b7c94bf /libs/ardour/session_events.cc
parent2f4392f043fe174f798f0d2ca60dc37b2dd8ec7b (diff)
Got MTC actually working somewhat correctly, though there seems to be jitter over Jack MIDI
according to my test app, which doestn't make sense (probably the testing app broken.. again) git-svn-id: svn://localhost/ardour2/branches/midi@578 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/session_events.cc')
-rw-r--r--libs/ardour/session_events.cc4
1 files changed, 1 insertions, 3 deletions
diff --git a/libs/ardour/session_events.cc b/libs/ardour/session_events.cc
index 5687e3f733..7e0b6fbef5 100644
--- a/libs/ardour/session_events.cc
+++ b/libs/ardour/session_events.cc
@@ -120,7 +120,6 @@ Session::queue_event (Event* ev)
}
}
-/* [DR] Always called from audio thread? */
void
Session::merge_event (Event* ev)
{
@@ -311,8 +310,7 @@ Session::process_event (Event* ev)
return;
}
- // FIXME [DR]
- printf("Processing event: %s\n", event_names[ev->type]);
+ //printf("Processing event: %s\n", event_names[ev->type]);
switch (ev->type) {
case Event::SetLoop: