mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-04 12:45:45 +01:00
verbosity--
git-svn-id: svn://localhost/ardour2/branches/3.0@4534 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
9579ea0801
commit
43c9e2a121
4 changed files with 11 additions and 10 deletions
|
|
@ -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]));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue