summaryrefslogtreecommitdiff
path: root/libs/ardour/session_midi.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2009-11-30 13:16:38 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2009-11-30 13:16:38 +0000
commitacdc88f279760443dc7397290e9c4752af5b23c9 (patch)
tree014adddabb815ab9d906f3bda1a2b2c78128e0ca /libs/ardour/session_midi.cc
parent395efbc32d02fda70df50079bedee35c355b3b37 (diff)
attempt to remove confusion and errors caused by unclear semantics of _is_embedded for FileSources; member renamed _within_session, and is now ALWAYS determined by the _path of the FileSource, never by the creator
git-svn-id: svn://localhost/ardour2/branches/3.0@6213 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/session_midi.cc')
-rw-r--r--libs/ardour/session_midi.cc23
1 files changed, 0 insertions, 23 deletions
diff --git a/libs/ardour/session_midi.cc b/libs/ardour/session_midi.cc
index 2e8915cdb5..6ff058f3a6 100644
--- a/libs/ardour/session_midi.cc
+++ b/libs/ardour/session_midi.cc
@@ -512,29 +512,6 @@ Session::spp_stop (Parser&, nframes_t /*timestamp*/)
request_stop ();
}
}
-/*
-void
-Session::midi_clock_start (Parser& ignored, nframes_t timestamp)
-{
- if (config.get_external_sync() && (config.get_sync_source() == MIDIClock)) {
- request_transport_speed (1.0);
- }
-}
-
-void
-Session::midi_clock_continue (Parser& parser, nframes_t timestamp)
-{
- midi_clock_start (parser, 0);
-}
-
-void
-Session::midi_clock_stop (Parser& ignored, nframes_t timestamp)
-{
- if (config.get_external_sync() && (config.get_slave_source() == MIDIClock)) {
- request_stop ();
- }
-}
-*/
void
Session::mmc_deferred_play (MIDI::MachineControl &/*mmc*/)