1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-02-06 04:00:08 +00:00
Commit graph

1585 commits

Author SHA1 Message Date
hogliux
142ce5eb84 Fix a typo in the previous commit 2016-07-19 16:15:41 +01:00
hogliux
69cd509e4c Add missing getNumSteps override to AudioProcessorValueTree parameters 2016-07-19 11:03:43 +01:00
hogliux
e5f306e1d1 Fix bad property id when registering AU event listener 2016-07-16 18:18:57 +02:00
hogliux
ca62e560f3 Revert support for hosting your own VST bundles on iOS 2016-07-16 16:13:54 +02:00
hogliux
70f4b0d5dc Add more details to the documentation of the setResizable method in the AudioProcessorEditor 2016-07-12 14:29:22 +01:00
hogliux
5e9c2566e3 Label attribute of AudioProcessorParamater should be public 2016-07-10 09:29:06 +01:00
hogliux
a050e0700b Fix incorrect parameter id <-> index conversion when hosting AUs 2016-07-08 09:04:47 +01:00
hogliux
c552872fd6 Never define JUCE_SUPPORT_CARBON on iOS 2016-07-07 09:47:08 +01:00
hogliux
630ab88f8b Version number update 2016-07-05 11:27:53 +01:00
hogliux
2ca0c9200f Add beginParameterChangeGesture/endParameterChangeGesture support to GenericAudioProcessorEditor 2016-07-05 09:35:29 +01:00
hogliux
3969000010 Avoid a compile error due to steinberg renaming a constant in their SDKs 2016-06-30 16:46:32 +01:00
hogliux
f7d7f8a204 Clear unused outputs when bypassing a plug-in 2016-06-27 15:48:54 +01:00
hogliux
95c66f5659 Make sure timer is stopped before releasing a VST plugin 2016-06-22 11:11:49 +01:00
jules
a33abe657e Added method VSTPluginFormat::createCustomVSTFromMainCall() for loading in-process plugin code 2016-06-21 15:49:46 +01:00
hogliux
320c5b66c7 Add removeChannel to AudioChannelSet 2016-06-15 12:16:17 +01:00
hogliux
877d834c0c Fix compiler error on VS2015 in recent commit 2016-06-15 07:14:32 +01:00
hogliux
9ecc1e9935 Fix an issue when hosting Waves plug-ins 2016-06-13 18:24:25 +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
jules
ec40f0940c Updated version numbers in modules, and resaved example projects 2016-06-07 12:52:59 +01:00
jules
565d664c58 Fixed a typo in a comment 2016-05-31 11:29:25 +01:00
jules
23c361a08e Fixed a minor compiler warning 2016-05-28 16:35:45 +01:00
hogliux
3852771d1c Always send VST3 editor parameter changes to the VST3 processor 2016-05-27 10:29:08 +01:00
hogliux
0141d0e1a6 Connecting an output node to a processor is an input and vice versa 2016-05-26 10:02:22 +01:00
hogliux
437b5c2bd2 Third time lucky? 2016-05-24 16:37:26 +01:00
hogliux
b003543cca Fix typo in last commit 2016-05-24 15:41:58 +01:00
hogliux
c5a7fe6d6d Add additional checks to enable/disable AUv3 support 2016-05-24 15:31:16 +01:00
hogliux
9069d70141 Fix bug in AudioGraphIOProcessor 2016-05-24 14:36:36 +01:00
hogliux
54243ef0c0 Support hosting your own VST bundles on iOS 2016-05-23 15:41:45 +01:00
hogliux
8e53286a20 Fix some warnings in VS2013 in the recent commits 2016-05-19 18:47:33 +01:00
hogliux
4205123d45 Fix an edge-case if the last stored editor window size is zero 2016-05-19 14:40:33 +01:00
hogliux
ebb0a156a4 Add options to make AuidoProcessorEditors resizable with constraints 2016-05-19 14:28:34 +01:00
hogliux
2c3783e834 Workaround for loading Izotope Plug-Ins 2016-05-17 16:53:48 +01:00
hogliux
368ce48198 Fix a race condition in the plugin scanner 2016-05-17 16:47:15 +01:00
hogliux
1bd850d28d Minor tidy up of yesterday's VST3 preset commit 2016-05-17 12:11:04 +01:00
hogliux
7eb80b815c Ensure that AudioUnitUninitialize is called on the message thread when destroying an AudioUnitPluginInstance 2016-05-16 18:23:57 +01:00
hogliux
5098232062 Tidy up a few warning 2016-05-16 18:22:27 +01:00
hogliux
f4086ad8f4 Support factory programs in VST3 hosting 2016-05-16 14:35:10 +01:00
hogliux
93a41cf743 Call setProcessing (false) when resting a VST3 plug-in 2016-05-16 14:33:53 +01:00
hogliux
fc8c6283c3 Add more detailed comment on why getting the "getPluginFactory" symbol from a VST3 plug-in may fail 2016-05-13 11:51:59 +01:00
jules
e13286ab55 Minor comment correction 2016-05-10 17:20:04 +01:00
hogliux
79dca43be3 Workaround for VST-3 plug-ins which do not change their parameter values internally when the user changes them in the custom UI 2016-05-09 11:16:08 +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
7056128bbc Add intersect method to AudioChannelSet 2016-05-05 11:55:06 +01:00
hogliux
af6198b74f Add support for plug-ins to report the IDs of their parameters 2016-05-05 11:32:44 +01:00
Timur Doumler
2c7a0e067e Fixed a wrong preprocessor macro which caused plugin hosting to break on Windows. 2016-05-04 14:24:59 +01:00
jules
d32c64d590 Avoided an unused variable warning 2016-04-27 17:09:00 +01:00
hogliux
af9491caf9 Fix typo in previous commit by incorrectly checking the OS X version 2016-04-27 16:17:47 +01:00
hogliux
7196e57f4d Don't try to build VST/VST3 hosting code on iOS and add missing header 2016-04-27 14:44:32 +01:00
jules
49a7ca4d82 Improved the String::createStringFromData method to fall back to a Windows 1252 codepage if given non-UTF8 data, and used this in parsing VST and WAV strings 2016-04-25 21:16:54 +01:00
jules
0b3a11ee07 Updated version number to 4.2.1 2016-04-21 10:08:47 +01:00