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.

20 lines
469 B

LIBAMIDI {
global:
AMidiDevice_fromJava;
AMidiDevice_release;
AMidiDevice_getDefaultProtocol; # introduced=Tiramisu
AMidiDevice_getType;
AMidiDevice_getNumInputPorts;
AMidiDevice_getNumOutputPorts;
AMidiOutputPort_open;
AMidiOutputPort_close;
AMidiOutputPort_receive;
AMidiInputPort_open;
AMidiInputPort_send;
AMidiInputPort_sendWithTimestamp;
AMidiInputPort_sendFlush;
AMidiInputPort_close;
local:
*;
};