hogliux
|
2fd331fac7
|
Modified compile-time error to warn the user that juce_audio_devices module is also needed when building AUv3s
|
2016-09-13 11:05:49 +01:00 |
|
tpoole
|
132c1d6ae8
|
Removed "C" after all mono channel names
|
2016-09-01 10:26:08 +01:00 |
|
tpoole
|
1a28e7acb2
|
Fixed modulo zero bug in VST bus arrangement
|
2016-09-01 09:18:06 +01:00 |
|
tpoole
|
f0555e6a59
|
Fixed JucePlugin_IsSynth compiler warning.
|
2016-08-30 09:02:43 +01:00 |
|
tpoole
|
ddb879663b
|
Fixed VSTs erroneously wanting midi input
|
2016-08-23 23:24:41 +01:00 |
|
tpoole
|
d873d2426a
|
Fix some Xcode warnings in the VST and VST3 wrappers.
|
2016-08-23 22:32:10 +01:00 |
|
tpoole
|
cb6b4b7170
|
Remove VST editor idle
|
2016-08-23 22:23:44 +01:00 |
|
luigisambuy
|
ea7677970c
|
modified sliderValueChanged() to notify host only on mouse clicks
|
2016-08-22 11:51:32 +01:00 |
|
tpoole
|
9f31d6498a
|
Use a bespoke VST2 interface
|
2016-08-22 09:57:16 +01:00 |
|
tpoole
|
08b2116c2b
|
Make the mousemove behaviour of OS X plug-ins the same as their Windows counterparts
|
2016-08-19 09:53:13 +01:00 |
|
hogliux
|
aa150395f4
|
Automatically connect midi input devices on mobile in standalone filter apps
|
2016-08-05 16:20:23 +01:00 |
|
hogliux
|
1053dc5755
|
Allow having zero programs in VST
|
2016-08-01 10:04:58 +01:00 |
|
hogliux
|
4cf3c02998
|
Send parameter changes to processor when received via the EditController
|
2016-08-01 09:42:33 +01:00 |
|
hogliux
|
72878309f8
|
Fix AUv3 OS X version compiler error message
|
2016-07-25 14:58:01 +01:00 |
|
hogliux
|
88803f6378
|
Don't call methods that require modal loops in Standalone filter windows
|
2016-07-19 10:24:48 +01:00 |
|
hogliux
|
ca62e560f3
|
Revert support for hosting your own VST bundles on iOS
|
2016-07-16 16:13:54 +02:00 |
|
hogliux
|
6039a19b1a
|
Add new line to end of juce_AAX_Modifier_Injector.h
|
2016-07-11 16:17:33 +01:00 |
|
hogliux
|
872f84dfd9
|
Check for hash collisions when generating integer parameter ids from parameter id strings
|
2016-07-10 10:10:20 +01:00 |
|
hogliux
|
3ff5ed0f44
|
Reject any inconsistent VST-2 channel layout requests
|
2016-07-07 17:41:23 +01:00 |
|
hogliux
|
3791939923
|
Fix unused warning in AU plugin client release build
|
2016-07-07 16:21:55 +01:00 |
|
hogliux
|
630ab88f8b
|
Version number update
|
2016-07-05 11:27:53 +01:00 |
|
hogliux
|
1a40df99bc
|
Revert commit d0c238d: Use getParameterText to respond to AU's kAudioUnitProperty_ParameterStringFromValue
|
2016-06-27 16:06:09 +01:00 |
|
jules
|
84810b72cc
|
Fixed some code that used a C++11 function
|
2016-06-27 12:01:33 +01:00 |
|
hogliux
|
d0c238d41d
|
Use getParameterText to respond to AU's kAudioUnitProperty_ParameterStringFromValue request when using the legacy parameter system
|
2016-06-23 11:05:19 +01:00 |
|
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 |
|