Basic CoreMIDI driver (Mac OSX). Ticket #18

This commit is contained in:
Pedro Lopez-Cabanillas 2009-01-08 22:47:01 +00:00
parent f07957e769
commit 291810dfe1

View file

@ -6,6 +6,9 @@
/* whether or not we are supporting CoreAudio */
#undef COREAUDIO_SUPPORT
/* whether or not we are supporting CoreMIDI */
#undef COREMIDI_SUPPORT
/* Define if building for Mac OS X Darwin */
#undef DARWIN
@ -123,10 +126,6 @@
/* Include the LADSPA Fx unit */
#undef LADSPA
/* Define to the sub-directory in which libtool stores uninstalled libraries.
*/
#undef LT_OBJDIR
/* Define to enable MidiShare driver */
#undef MIDISHARE_SUPPORT