mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-04 13:30:12 -05:00
tools: also list some midi properties
This commit is contained in:
parent
3dfecf18d6
commit
8dd2229364
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@ static int dump_file(const char *filename)
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
printf("opened %s\n", filename);
|
printf("opened %s format:%u ntracks:%u division:%u\n", filename, info.format, info.ntracks, info.division);
|
||||||
|
|
||||||
while (midi_file_read_event(file, &ev) == 1) {
|
while (midi_file_read_event(file, &ev) == 1) {
|
||||||
midi_file_dump_event(stdout, &ev);
|
midi_file_dump_event(stdout, &ev);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue