File:  [RetroPC.NET] / np2 / macosx / cmmidi.h
Revision 1.4: download - view: text, annotated - select for diffs
Wed Mar 3 08:23:06 2004 JST (21 years, 8 months ago) by tk800
Branches: MAIN
CVS tags: HEAD
support CoreMIDI and IA32[MacOSX] (tk800)


// ---- com manager midi for Mac OS X

#ifdef __cplusplus
extern "C" {
#endif

extern const char cmmidi_midimapper[];
#if defined(VERMOUTH_LIB)
extern const char cmmidi_vermouth[];
#endif
extern const char *cmmidi_mdlname[12];

void cmmidi_initailize(void);
COMMNG cmmidi_create(const char *midiout, const char *midiin,
														const char *module);

//void cmmidi_recvdata(HMIDIIN hdr, UINT32 data);
//void cmmidi_recvexcv(HMIDIIN hdr, MIDIHDR *data);

#ifdef __cplusplus
}
#endif


RetroPC.NET-CVS <cvs@retropc.net>