Skip to content

Commit

Permalink
OS Audio API targeting
Browse files Browse the repository at this point in the history
  • Loading branch information
pd3v committed Jul 10, 2024
1 parent a30bc1a commit 03536ac
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions line.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,10 @@
#include "RtMidi.h"

#if (__APPLE__)
#define MACOSX_CORE
#else if(__linux__)
#define LINUX_ALSA
#define MACOSX_CORE 1
#endif
#if (__linux__)
#define LINUX_ALSA 1
#endif

#if defined(LINK_PLATFORM_UNIX)
Expand Down

0 comments on commit 03536ac

Please sign in to comment.