Home
last modified time | relevance | path

Searched refs:sysex_length (Results 1 – 1 of 1) sorted by relevance

/third_party/alsa-utils/seq/aplaymidi/
Daplaymidi.c273 static struct event *new_event(struct track *track, int sysex_length) in new_event() argument
277 event = malloc(sizeof(struct event) + sysex_length); in new_event()