mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 23:05:04 +01:00
FIX smf-tool compilation (library ordering)
This commit is contained in:
parent
207ad2d369
commit
3da54244ea
2 changed files with 8 additions and 5 deletions
|
|
@ -21,7 +21,7 @@ main (int argc, char** argv)
|
|||
#if 0
|
||||
Evoral::SMF smf;
|
||||
smf.open (fn);
|
||||
printf ("SMF '%s' tracks=%d, ppqn=%d\n", fn, smf.num_tracks (), smf.ppqn());
|
||||
printf ("SMF '%s' tracks=%d, ppqn=%d (n_notes: %ld)\n", fn, smf.num_tracks (), smf.ppqn(), smf.n_note_on_events ());
|
||||
#else
|
||||
FILE* f = g_fopen(fn, "r");
|
||||
if (!f) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue