summaryrefslogtreecommitdiff
path: root/libs/evoral/test/SMFTest.cpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2009-02-11 20:20:41 +0000
committerDavid Robillard <d@drobilla.net>2009-02-11 20:20:41 +0000
commit43c9e2a121736f516e6602d4c49e992473478153 (patch)
tree5c13f0c5382f337d02c0b9ea0fd11b4151beba9c /libs/evoral/test/SMFTest.cpp
parent9579ea0801ce9c60a41fb62708efbdcd81ef5c9a (diff)
verbosity--
git-svn-id: svn://localhost/ardour2/branches/3.0@4534 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/evoral/test/SMFTest.cpp')
-rw-r--r--libs/evoral/test/SMFTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/evoral/test/SMFTest.cpp b/libs/evoral/test/SMFTest.cpp
index 49233101cb..fcfa6ef1dd 100644
--- a/libs/evoral/test/SMFTest.cpp
+++ b/libs/evoral/test/SMFTest.cpp
@@ -28,7 +28,7 @@ SMFTest::takeFiveTest ()
time += delta_t;
if (ret > 0) { // didn't skip (meta) event
- cerr << "read smf event type " << hex << int(buf[0]) << endl;
+ //cerr << "read smf event type " << hex << int(buf[0]) << endl;
// make ev.time absolute time in frames
ev.time() = time * frames_per_beat / (double)smf.ppqn();
ev.set_event_type(type_map->midi_event_type(buf[0]));