mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-06 13:30:01 -05:00
pw-cat: add midi recording
This commit is contained in:
parent
d31d6b59f1
commit
a3582f0e0f
3 changed files with 148 additions and 51 deletions
|
|
@ -48,7 +48,8 @@ midi_file_open(const char *filename, const char *mode, struct midi_file_info *in
|
|||
|
||||
int midi_file_close(struct midi_file *mf);
|
||||
|
||||
int midi_file_peek_event(struct midi_file *mf, struct midi_event *event);
|
||||
int midi_file_consume_event(struct midi_file *mf, const struct midi_event *event);
|
||||
int midi_file_next_time(struct midi_file *mf, double *sec);
|
||||
|
||||
int midi_file_add_event(struct midi_file *mf, const struct midi_event *event);
|
||||
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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue