1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-18 00:54:19 +00:00
Commit graph

1452 commits

Author SHA1 Message Date
hogliux
54e23514dd Fix compile error in AAX wrapper 2016-06-15 10:24:44 +01:00
hogliux
a0259ce408 Add support for plug-ins which do not want to use a resize corner 2016-06-13 16:43:55 +01:00
hogliux
c484a9ed55 Fix some minor warnings on OS X 32-bit 2016-06-13 15:52:04 +01:00
hogliux
8cd6f49ea0 Add program change parameter to VST-3 plug-ins 2016-06-13 11:59:35 +01:00
jules
ec40f0940c Updated version numbers in modules, and resaved example projects 2016-06-07 12:52:59 +01:00
jules
db7ada59b1 Avoided compile problems when the JUCE_USE_CUSTOM_AU3_STANDALONE_APP flag is set 2016-05-31 09:46:42 +01:00
hogliux
968cee4ad2 Remove unnecessary code after moving to static shared code library 2016-05-24 18:59:35 +01:00
hogliux
a714febbe3 Fix incorrect number of output buses in standalone plug-in client 2016-05-24 17:07:40 +01:00
hogliux
0ea9e33544 Enable subclassing of StandaloneFilterApp 2016-05-24 16:53:38 +01:00
hogliux
f5391cd9f9 Only report one midi in & out bus in VST3 wrapper 2016-05-24 16:41:49 +01:00
hogliux
437b5c2bd2 Third time lucky? 2016-05-24 16:37:26 +01:00
hogliux
c5a7fe6d6d Add additional checks to enable/disable AUv3 support 2016-05-24 15:31:16 +01:00
hogliux
fe1421064b Fix incorrect order of includes in VST_wrapper.mm 2016-05-24 12:52:53 +01:00
hogliux
f11a2b2ff1 Fix modifier keys in AAX plug-ins on Windows 10 2016-05-23 18:47:39 +01:00
hogliux
54243ef0c0 Support hosting your own VST bundles on iOS 2016-05-23 15:41:45 +01:00
hogliux
0d52caff68 Make sure AAX wrapper calls releaseResources 2016-05-23 10:00:42 +01:00
hogliux
4e91fd7cb8 Add an extra byte when copying VST2 strings 2016-05-21 08:07:53 +01:00
hogliux
ebb0a156a4 Add options to make AuidoProcessorEditors resizable with constraints 2016-05-19 14:28:34 +01:00
hogliux
ee7a56a115 Fix potential crash if DAW probes non-existent bus 2016-05-19 09:57:57 +01:00
hogliux
6b9890107f Fix link errors when build VST plug-ins with VST 3 hosting support 2016-05-09 08:15:11 +01:00
hogliux
dbf915603d Fix RTAS support 2016-05-05 19:52:19 +01:00
hogliux
af6198b74f Add support for plug-ins to report the IDs of their parameters 2016-05-05 11:32:44 +01:00
hogliux
f2bca436d5 Fix AUv3 version check for iOS 2016-05-03 11:13:11 +01:00
hogliux
0cd926a199 Fix a bug which stopped multi-bus VST3 synths from working properly in Cakewalk 2016-04-27 15:48:18 +01:00
jules
0708b7af87 Added AAX macro JucePlugin_AAXDisableSaveRestore to set the AAX_eProperty_SupportsSaveRestore parameter 2016-04-26 10:53:21 +01:00
fr810
0d1f6211b1 Fix crash & assertion when running multi-bus plug-ins in Cakewalk 2016-04-21 10:56:07 +01:00
jules
0b3a11ee07 Updated version number to 4.2.1 2016-04-21 10:08:47 +01:00
Timur Doumler
6dd2fbe813 AUv3: added compiler error if compiling with deployment target < 10.8, avoiding another more confusing compiler error "undefined symbol _main" that would otherwise appear instead. 2016-04-20 14:32:18 +01:00
jules
06d8d4167c Added a method to StandaloneFilterApp to allow customisation of the window it creates 2016-04-15 09:02:37 +01:00
jules
e1205ec36c Re-added a WaveLab workaround in the VST wrapper 2016-04-14 11:38:08 +01:00
Timur Doumler
0eb0f27a16 Fixed Carbon host support for AudioUnit v2 by fixing the Projucer's Rez file treatment to work with new module system. 2016-04-13 17:40:30 +01:00
Timur Doumler
92a1747f27 Fixed AAX plug-in builds with new module format on OS X. 2016-04-13 14:20:30 +01:00
jules
fb864a5cb1 Corrected some spelling mistakes in comments 2016-04-11 11:13:44 +01:00
jules
32178f4a1f Tidied up some AUv3 code 2016-04-08 16:07:25 +01:00
Timur Doumler
70949aa0c6 Added several new features: support for AudioUnit v3, new simplified JUCE module format, deleted the Introjucer and replaced it by the Projucer, various improvements for exporting of iOS and Android projects. 2016-04-06 18:31:24 +01:00
hogliux
7cecc7edfb Add automation support for VST3 bypass 2016-03-20 13:09:00 +00:00
hogliux
bbf716af9c Fix StandaloneFilterWindow compile error 2016-03-03 17:15:46 +00:00
jules
5840ba97ad Added DaVinci Resolve to PluginHostType 2016-03-02 10:46:07 +00:00
jules
66a52e505b Removed an old workaround in the VST wrapper that would substitute a sample rate of 44100 if the host failed to provide a rate. Now, in line with other formats, the VST wrapper will pass a rate of 0 through to the plugin. 2016-02-29 15:13:14 +00:00
Timur Doumler
94eb1e61f4 Fixed broken RTAS compilation on Visual Studio. 2016-02-25 23:32:35 +00:00
Timur Doumler
08c5c52061 Reverted a change that broke RTAS compilation on OS X (commit 672b07b9). 2016-02-23 17:33:25 +00:00
jules
672b07b9ac Added explicit namespaces to some RTAS code 2016-02-23 10:08:46 +00:00
jules
70a3db1cb1 Added method PluginHostType::isProTools() 2016-02-22 18:05:38 +00:00
hogliux
203e4e8c67 Fix a bug where AUs would incorrectly return an error when Logic tries to decrease the number of buses 2016-02-22 11:37:02 +00:00
hogliux
be34912b67 Remove unnecessary copying of channels in VST2 wrapper 2016-02-19 15:18:45 +00:00
hogliux
32e34bc808 Fix ugly noise feedback bug for AUs in Logic 2016-02-19 12:31:37 +00:00
hogliux
8465dea2ac Fixed missing surround format in PluginBusUtilities 2016-02-18 10:35:20 +00:00
jules
536ca6cedf Added an internal flag JUCE_VST3_EMULATE_MIDI_CC_WITH_PARAMETERS which can turn off this VST3 hack if you don't need it 2016-02-16 14:37:33 +00:00
hogliux
a53eda27d4 Fix various multi-bus issues and add support for consistent surround channel ordering 2016-02-09 17:46:28 +00:00
jules
82c4938ebe Deprecated theAudioProcessor::silenceInProducesSilenceOut method, which is no longer actually used by any of the plugin wrappers 2016-02-08 16:53:48 +00:00