mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-05 13:30:02 -05:00
midifile: make it possible to specify output file
This commit is contained in:
parent
84b048507b
commit
b09caaadc0
3 changed files with 29 additions and 29 deletions
|
|
@ -61,4 +61,4 @@ int midi_file_read_event(struct midi_file *mf, struct midi_event *event);
|
|||
|
||||
int midi_file_write_event(struct midi_file *mf, const struct midi_event *event);
|
||||
|
||||
int midi_file_dump_event(const struct midi_event *event);
|
||||
int midi_file_dump_event(FILE *out, const struct midi_event *event);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue