mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-19 01:04:20 +00:00
With this patch applied, the DemoRunner should build under MinGW, and be (nearly) feature-complete compared to the MSVC build. Specifically, when building with MinGW: - Adds support for accessibility - Fixes build issues in the juce_video module - Fixes a link issue in the VST3 wrapper when VST3_CAN_REPLACE_VST2 is defined - Adds support for the new-style native FileChooser - Tidies up some other low-severity warnings Known issues: - Direct2D rendering is still not supported when building with MinGW due to ABI compatibilities. |
||
|---|---|---|
| .. | ||
| AAX | ||
| AU | ||
| RTAS | ||
| Standalone | ||
| Unity | ||
| utility | ||
| VST | ||
| VST3 | ||
| AUResources.r | ||
| juce_audio_plugin_client.h | ||
| juce_audio_plugin_client_AAX.cpp | ||
| juce_audio_plugin_client_AAX.mm | ||
| juce_audio_plugin_client_AU.r | ||
| juce_audio_plugin_client_AU_1.mm | ||
| juce_audio_plugin_client_AU_2.mm | ||
| juce_audio_plugin_client_AUv3.mm | ||
| juce_audio_plugin_client_RTAS.r | ||
| juce_audio_plugin_client_RTAS_1.cpp | ||
| juce_audio_plugin_client_RTAS_2.cpp | ||
| juce_audio_plugin_client_RTAS_3.cpp | ||
| juce_audio_plugin_client_RTAS_4.cpp | ||
| juce_audio_plugin_client_RTAS_utils.cpp | ||
| juce_audio_plugin_client_RTAS_utils.mm | ||
| juce_audio_plugin_client_Standalone.cpp | ||
| juce_audio_plugin_client_Unity.cpp | ||
| juce_audio_plugin_client_utils.cpp | ||
| juce_audio_plugin_client_VST2.cpp | ||
| juce_audio_plugin_client_VST3.cpp | ||
| juce_audio_plugin_client_VST_utils.mm | ||