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

570 commits

Author SHA1 Message Date
hogliux
63a71ff20d Fixed a bug where the VST3 plug-in wrapper would not respect the legacy layout field when disabling/enabling buses 2016-11-15 12:09:02 +00:00
tpoole
d438fa59e8 Fixed issues with AudioProcessorValueTreeState parameter synchronization 2016-11-14 12:37:01 +00:00
hogliux
5a2ebefa00 Fixed a bug where the bundle exit function would be called before the VST3 factory is released 2016-11-11 15:44:54 +00:00
hogliux
363ceb08cf Bump version number to 4.3.0 2016-11-02 14:02:52 +00:00
hogliux
7cdcb19d25 Added a convenient function to get all channel sets with a particular number of channels 2016-10-29 17:20:55 +01:00
hogliux
c4d36d15b1 Whitespace clean-up 2016-10-27 09:52:24 +01:00
jules
23a248fe75 Added method VSTPluginFormat::getPluginInstanceFromVstEffectInterface() which can be used for devious purposes to retrieve a plugin's AudioPluginInstance object from an AEffect 2016-10-25 16:11:33 +01:00
jules
c587d4b495 Minor code style tidy-ups 2016-10-20 10:55:27 +01:00
tpoole
0ed9003a8d Fixed bundle ref initialisation of statically linked VSTs on iOS 2016-10-10 15:28:40 +01:00
hogliux
848b400eaf Avoided warning in release builds in AudioUnit hosting code 2016-09-30 14:48:06 +01:00
hogliux
3fb55ffd1f Fixed a compiler error which occured in gcc based compilers 2016-09-26 11:05:00 +01:00
hogliux
5a365ed535 Removed assertion which gets hit by too many VST plug-ins 2016-09-20 12:34:21 +01:00
hogliux
8835a24417 Fixed another typo and removed unecessary for loop 2016-09-20 12:33:38 +01:00
hogliux
4fa0516f40 Revised multibus API and added support for multibus hosting 2016-09-16 17:06:19 +01:00
hogliux
4eb89336f9 Bump version number to 4.2.4 2016-09-16 16:42:43 +01:00
hogliux
0862167459 Fixed a compiler warning for MIDI effect plug-ins 2016-09-16 15:20:58 +01:00
jules
9fa0d49be7 Added an option JUCE_ALLOW_STATIC_NULL_VARIABLES that can be used to turn off dangerous statics like String::empty, var::null, etc. 2016-09-16 12:03:02 +01:00
hogliux
f25753642e Fixed #100: If base sdk version is newer than 10.12 then no need to define kAudioUnitProperty_SupportsMPE 2016-08-31 13:04:24 +01:00
ed
70530a9d9a Added beginParameterChange() and endParameterChange() methods to AudioProcessorValueTreeState::AttachedControlBase so that changes to ButtonAttachment and ComboBoxAttachment objects can be recorded as automation in hosts. 2016-08-30 14:42:20 +01:00
ed
19d654d43a Added symmetric skew option to NormalisableRange class. Added option to use symmetric skew in SliderPropertyComponent class. Fixed skew factor bug in AudioProcessorValueTreeState::SliderAttachment class 2016-08-30 12:30:32 +01:00
ed
5c46c65456 Changed the documentation for AudioProcessorValueTreeState::SliderAttachment and ComboBoxAttachment to fix typos 2016-08-30 09:20:30 +01:00
tpoole
17dee9add2 Restore depecated VST opcodes for CarbonWrapperComponents 2016-08-24 08:56:50 +01:00
tpoole
1ddd394291 Restore missing VST opcode. 2016-08-23 22:37:19 +01:00
tpoole
cb6b4b7170 Remove VST editor idle 2016-08-23 22:23:44 +01:00
jules
6ba384f4c8 Fixed some missing definitions in the VST hosting for Carbon compatibility 2016-08-23 11:59:08 +01:00
tpoole
9f31d6498a Use a bespoke VST2 interface 2016-08-22 09:57:16 +01:00
Timur Doumler
c7db4bb7f5 Avoided a compiler warning on OS X due to unused private fields in VSTPluginWindow. 2016-08-17 09:55:00 +01:00
jules
2417676ec9 Increased buffer size for names read by the VST host, and changed the string decoder to detect Windows codepage strings as well as UTF8 2016-08-15 16:51:29 +01:00
hogliux
1470928b0c Use effGetProductString when getting the name of a VST-2 plugin 2016-08-11 17:50:44 +01:00
tpoole
aa1acb3fed Avoid unnecessary calls to AudioUnitInitialize. 2016-08-10 14:48:44 +01:00
jules
3d1b2d66a3 Added a cast to some VST code to avoid a C++14 warning 2016-08-05 15:40:10 +01:00
hogliux
b50f941d26 First connect controller and component and then load the state in VST3 2016-07-29 14:42:00 +01:00
hogliux
1696c23fb9 Add support for hosting staticly linked VSTs 2016-07-22 10:14:48 +01:00
hogliux
56d5f7bab0 Don't update the rendering graph if the graph is not prepared 2016-07-20 18:19:06 +01:00
hogliux
8b1374d4b7 Don't call processBlock on a AudioProcessorGraph's node if it is suspended 2016-07-20 18:12:52 +01:00
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