mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-02-07 04:10:08 +00:00
added support for sysexes to the VST plugin/hosting. Also tweaked URL::isProbablyAWebsiteURL(), and fixed a couple of mac build problems.
This commit is contained in:
parent
693c94978c
commit
ec87ea494c
14 changed files with 866 additions and 524 deletions
|
|
@ -66,6 +66,12 @@
|
|||
#pragma warning (disable: 4309 4305)
|
||||
#endif
|
||||
|
||||
#if JUCE_MAC && JUCE_SUPPORT_CARBON
|
||||
BEGIN_JUCE_NAMESPACE
|
||||
#include "../build/macosx/platform_specific_code/juce_mac_CarbonViewWrapperComponent.h"
|
||||
END_JUCE_NAMESPACE
|
||||
#endif
|
||||
|
||||
//==============================================================================
|
||||
#include "juce_core/basics/juce_FileLogger.cpp"
|
||||
#include "juce_core/basics/juce_Logger.cpp"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue