mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-04 12:45:45 +01:00
Remove debugging code.
git-svn-id: svn://localhost/ardour2/branches/3.0@7834 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
cf4091a03a
commit
b6eede26fa
1 changed files with 0 additions and 1 deletions
|
|
@ -237,7 +237,6 @@ SMF::read_event(uint32_t* delta_t, uint32_t* size, uint8_t** buf, event_id_t* no
|
|||
if (event->midi_buffer[2] == 6) { // 6 bytes following
|
||||
if (event->midi_buffer[3] == 0x1) { // Evoral Note ID
|
||||
*note_id = unmidify_note_id (&event->midi_buffer[4]);
|
||||
cerr << "Loaded Event ID " << *note_id << endl;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue