* disabled debugging output
git-svn-id: svn://localhost/ardour2/branches/3.0@4541 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
e7c7c33563
commit
328691c9d1
@ -271,12 +271,14 @@ SMFSource::append_event_unlocked(EventTimeUnit unit, const Evoral::Event<double>
|
||||
return;
|
||||
}
|
||||
|
||||
/*
|
||||
printf("SMFSource: %s - append_event_unlocked time = %lf, size = %u, data = ",
|
||||
name().c_str(), ev.time(), ev.size());
|
||||
for (size_t i=0; i < ev.size(); ++i) {
|
||||
printf("%X ", ev.buffer()[i]);
|
||||
}
|
||||
printf("\n");
|
||||
*/
|
||||
|
||||
assert(ev.time() >= 0);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user