mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-05 13:30:02 -05:00
mididump: dump offset
This commit is contained in:
parent
09b6ef41a8
commit
f06a884f29
1 changed files with 1 additions and 0 deletions
|
|
@ -114,6 +114,7 @@ static void on_process(void *userdata, struct spa_io_position *position)
|
|||
ev.data = SPA_POD_BODY(&c->value),
|
||||
ev.size = SPA_POD_BODY_SIZE(&c->value);
|
||||
|
||||
fprintf(stdout, "%4d: ", c->offset);
|
||||
midi_file_dump_event(stdout, &ev);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue