13
0

* disabled debugging output

git-svn-id: svn://localhost/ardour2/branches/3.0@4541 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Hans Baier 2009-02-12 23:28:58 +00:00
parent e7c7c33563
commit 328691c9d1

View File

@ -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);