int OSCLinkDLL();
void OSCOpen(void);
void OSCClose(void);
int OSCMsgCnt(void);
int OSCMsgParaCnt(void);
int OSCAddressSplitCnt(void);
char* OSCAddress(void);
char* OSCAddressSplit(int n);
void OSCNext(void);
int OSCParaAsInt(int n);
float OSCParaAsSingle(int n);
char* OSCParaAsString(int n);