You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
411 B
19 lines
411 B
4 months ago
|
LIBAMIDI {
|
||
|
global:
|
||
|
AMidiDevice_fromJava;
|
||
|
AMidiDevice_release;
|
||
|
AMidiDevice_getType;
|
||
|
AMidiDevice_getNumInputPorts;
|
||
|
AMidiDevice_getNumOutputPorts;
|
||
|
AMidiOutputPort_open;
|
||
|
AMidiOutputPort_close;
|
||
|
AMidiOutputPort_receive;
|
||
|
AMidiInputPort_open;
|
||
|
AMidiInputPort_send;
|
||
|
AMidiInputPort_sendWithTimestamp;
|
||
|
AMidiInputPort_sendFlush;
|
||
|
AMidiInputPort_close;
|
||
|
local:
|
||
|
*;
|
||
|
};
|