mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-29 18:07:42 +01:00
Shutup.
git-svn-id: svn://localhost/ardour2/branches/3.0@4574 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
0d7936d823
commit
67ce82c9b4
3 changed files with 8 additions and 9 deletions
|
|
@ -89,7 +89,7 @@ SMF::open(const std::string& path, int track) THROW_FILE_ERROR
|
|||
if (!_smf_track)
|
||||
return -2;
|
||||
|
||||
cerr << "Track " << track << " # events: " << _smf_track->number_of_events << endl;
|
||||
//cerr << "Track " << track << " # events: " << _smf_track->number_of_events << endl;
|
||||
if (_smf_track->number_of_events == 0) {
|
||||
_smf_track->next_event_number = 0;
|
||||
_empty = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue