@@ -5,6 +5,11 @@ | |||||
set -e | set -e | ||||
# ------------------------------------------------------------------------------------ | |||||
# check for needed binaries | |||||
# TODO, check for binaries like /opt/local/bin/7z | |||||
# ------------------------------------------------------------------------------------ | # ------------------------------------------------------------------------------------ | ||||
# cd to correct path | # cd to correct path | ||||
@@ -385,6 +385,8 @@ public: | |||||
} | } | ||||
fMidiOutMutex.unlock(); | fMidiOutMutex.unlock(); | ||||
return true; | |||||
} | } | ||||
bool patchbayRefresh(const bool external) override | bool patchbayRefresh(const bool external) override | ||||
@@ -613,6 +615,8 @@ protected: | |||||
return true; | return true; | ||||
} break; | } break; | ||||
} | } | ||||
return false; | |||||
} | } | ||||
bool disconnectExternalGraphPort(const uint connectionType, const uint portId, const char* const portName) override | bool disconnectExternalGraphPort(const uint connectionType, const uint portId, const char* const portName) override | ||||
@@ -97,7 +97,7 @@ | |||||
# define P_INTPTR "%i" | # define P_INTPTR "%i" | ||||
# define P_UINTPTR "%x" | # define P_UINTPTR "%x" | ||||
# define P_SIZE "%u" | # define P_SIZE "%u" | ||||
#elif defined(CARLA_OS_MAC) && defined(__LP64__) | |||||
#elif defined(CARLA_OS_MAC) | |||||
# define P_INT64 "%lli" | # define P_INT64 "%lli" | ||||
# define P_UINT64 "%llu" | # define P_UINT64 "%llu" | ||||
# define P_INTPTR "%li" | # define P_INTPTR "%li" | ||||