summaryrefslogtreecommitdiff
path: root/libs/ardour/smf_source.cc
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2007-07-20 01:56:19 +0000
committerDavid Robillard <d@drobilla.net>2007-07-20 01:56:19 +0000
commit6a4bd8e9260730dcd547022611ffd847ced23cdd (patch)
treecc7cddea29f60c78fc01c7acc8db349ac41213a8 /libs/ardour/smf_source.cc
parent1aba241919420198c82f31cffa11f6c8189747fb (diff)
Added Note tool to Keymouse Actions menu and gave it a hotkey (n).
Removed excessive MIDI debug messages. Fixed stuck note resolution bug, rewrote MidiModel "recording" stuff to be stronger, faster, better. We have the technology. git-svn-id: svn://localhost/ardour2/trunk@2156 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/smf_source.cc')
-rw-r--r--libs/ardour/smf_source.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/ardour/smf_source.cc b/libs/ardour/smf_source.cc
index e7ae4a3239..394a6f103f 100644
--- a/libs/ardour/smf_source.cc
+++ b/libs/ardour/smf_source.cc
@@ -176,7 +176,7 @@ SMFSource::flush_header ()
{
// FIXME: write timeline position somehow?
- cerr << "SMF Flushing header\n";
+ //cerr << "SMF Flushing header\n";
assert(_fd);
@@ -205,7 +205,7 @@ SMFSource::flush_header ()
int
SMFSource::flush_footer()
{
- cerr << "SMF - Writing EOT\n";
+ //cerr << "SMF - Writing EOT\n";
fseek(_fd, 0, SEEK_END);
write_var_len(1); // whatever...