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 |
|
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 |
|