summaryrefslogtreecommitdiff
path: root/libs/ardour/session_midi.cc
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2010-12-13 16:03:13 +0000
committerCarl Hetherington <carl@carlh.net>2010-12-13 16:03:13 +0000
commit8d5b4fbf4a1f4139aa776715ee243a52307f30db (patch)
treeff35ece8cc25dfee46b32fc20aa7789c024909d1 /libs/ardour/session_midi.cc
parenta97d522a4fa5ea96a638a9ce54a056d77fbd0128 (diff)
Fix comment.
git-svn-id: svn://localhost/ardour2/branches/3.0@8258 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/session_midi.cc')
-rw-r--r--libs/ardour/session_midi.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/libs/ardour/session_midi.cc b/libs/ardour/session_midi.cc
index ee43a7263a..83a17536e2 100644
--- a/libs/ardour/session_midi.cc
+++ b/libs/ardour/session_midi.cc
@@ -1,4 +1,3 @@
-
/*
Copyright (C) 1999-2002 Paul Davis
@@ -403,7 +402,7 @@ Session::send_full_time_code (framepos_t const t)
}
/** Send MTC (quarter-frame) messages for this cycle.
- * Must be called exactly once per cycle from the audio thread. Realtime safe.
+ * Must be called exactly once per cycle from the process thread. Realtime safe.
* This function assumes the state of full Timecode is sane, eg. the slave is
* expecting quarter frame messages and has the right frame of reference (any
* full MTC Timecode time messages that needed to be sent should have been sent