ALSA project - the C library reference
Loading...
Searching...
No Matches
ump_local.h
1/* SPDX-License-Identifier: LGPL-2.1+ */
2#include "rawmidi.h"
3#include "ump.h"
4#include "ump_msg.h"
5
6struct _snd_ump {
7 snd_rawmidi_t *rawmidi;
8 unsigned int flags;
9 int is_input;
10};
struct _snd_rawmidi snd_rawmidi_t
Definition rawmidi.h:68
Application interface library for the ALSA driver.
Definition ump_local.h:6