From 0ac99a4236bf3b499870e196c5cfc040f37aac22 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Sat, 24 Oct 2009 13:51:33 +0000 Subject: debug-tracify current MIDI playlist debug output git-svn-id: svn://localhost/ardour2/branches/3.0@5904 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/opts.cc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'gtk2_ardour') diff --git a/gtk2_ardour/opts.cc b/gtk2_ardour/opts.cc index 917d2a49d7..d3380ffb8f 100644 --- a/gtk2_ardour/opts.cc +++ b/gtk2_ardour/opts.cc @@ -79,6 +79,7 @@ list_debug_options () { cerr << _("The following debug options are available. Their use is case-insensitive.\n\n"); cerr << "\tMidiSourceIO\n"; + cerr << "\tMidiPlaylistIO\n"; } static int @@ -101,6 +102,9 @@ parse_debug_options (const char* str) if (strcasecmp (p, "midisourceio") == 0) { bits |= ARDOUR::DEBUG::MidiSourceIO; } + if (strcasecmp (p, "midiplaylistio") == 0) { + bits |= ARDOUR::DEBUG::MidiPlaylistIO; + } p = strtok_r (0, ",", &sp); } -- cgit v1.2.3