jules
|
5ee02150e1
|
Added some MIDI controller mapping functionality to VST3, and fixed a couple of VST3 bugs.
|
2015-08-24 10:14:17 +01:00 |
|
jules
|
2535fc8fcc
|
Added a workaround for a compatibility problem involving old 10.6 AudioUnit hosts.
|
2015-08-23 19:06:49 +01:00 |
|
jules
|
2194bc9c97
|
Avoided Clang warning in VST3 code
|
2015-08-20 12:38:45 +01:00 |
|
jules
|
245e4011e2
|
Added a workaround to our embedded CoreAudio files, to avoid problems for people using very old SDK versions.
|
2015-08-20 10:51:35 +01:00 |
|
jules
|
a001a8e26c
|
Fixed a few warnings in the AU code
|
2015-08-19 17:15:12 +01:00 |
|
jules
|
2cecf92a0e
|
Embedded the Apple CoreAudio support files inside the juce_audio_plugin module, so that users no longer need to install or patch these files themselves!
|
2015-08-18 10:16:25 +01:00 |
|
jules
|
f4ec37c704
|
Fixed a typo in the VST3 code that affected latency change reporting.
|
2015-08-16 09:46:32 +01:00 |
|
jules
|
6c662a70f0
|
Added a macro JucePlugin_AUHighResolutionParameters, which can be used if you're building an AU and want to enable the kAudioUnitParameterFlag_IsHighResolution flag.
|
2015-08-03 14:58:15 +01:00 |
|
hogliux
|
359f6e29aa
|
Fix multiple warnings in VS 2015
|
2015-07-28 18:11:50 +01:00 |
|
jules
|
861d3d9710
|
Version 3.2.0
|
2015-07-22 19:48:35 +01:00 |
|
hogliux
|
c7b8e77031
|
Update copyright notice
|
2015-07-22 15:59:34 +01:00 |
|
hogliux
|
52825b180b
|
Fix build error with newest AAX SDK
|
2015-07-17 18:13:17 +01:00 |
|
jules
|
6ea3b5ba49
|
Added Final Cut to the PluginHostType list of recognised hosts.
|
2015-07-17 12:34:14 +01:00 |
|
jules
|
f92828f1f0
|
Added an ignoreUnused in the AU code.
|
2015-06-09 11:02:37 -07:00 |
|
jules
|
d1348f7f5a
|
Added a header guard to juce_IncludeModuleHeaders.h
|
2015-06-05 12:12:58 +01:00 |
|
jules
|
dffe781318
|
Fix for RTAS parameter default values.
|
2015-05-20 16:55:55 +01:00 |
|
hogliux
|
04df084d73
|
Change behaviour of VST3EditController::setComponentState to fall through to base class instead of returning false
|
2015-05-14 09:30:23 +01:00 |
|
hogliux
|
2b27f5b36e
|
Fix automation issue when automation points are edited before opening editor. See: http://www.juce.com/forum/topic/automation-issue-cubase/nuendo#new
|
2015-05-13 10:38:02 +01:00 |
|
Timur Doumler
|
a0c30467da
|
Fixed an issue where an AU host would not update the current preset name in case it was changed inside the plugin.
|
2015-05-12 14:36:02 +01:00 |
|
jules
|
e056223b52
|
Removed a Logic workaround that's no longer needed.
|
2015-05-07 12:16:23 +01:00 |
|
hogliux
|
a401655297
|
Fix missed linux warning in VST wrapper
|
2015-05-05 18:25:14 +01:00 |
|
hogliux
|
e732c6e6d8
|
Fix VisualStudio warning
|
2015-04-29 16:35:04 +01:00 |
|
jules
|
e0556acccc
|
Added a JucePlugin_PreferredChannelConfigurations_AAX flag which can be used as an AAX-specific alternative to JucePlugin_PreferredChannelConfigurations in edge-case situations where you need it to be different.
|
2015-04-13 17:06:20 +01:00 |
|
jules
|
1ee737c7cd
|
Removed no-longer-necessary check in the AU code which was producing a warning.
|
2015-04-13 12:38:57 +01:00 |
|
jules
|
c0ccc756e4
|
Made it possible to build plugins with JUCE_MODAL_LOOPS_PERMITTED turned off
|
2015-03-30 14:13:57 +01:00 |
|
jules
|
4eecccfd92
|
Fix for Ableton plugin window resizing issues.
|
2015-03-30 12:46:38 +01:00 |
|
jules
|
95b4198e2c
|
Removed a couple of superfluous methods from AudioProcessor.
|
2015-03-28 09:50:20 +00:00 |
|
jules
|
6225b5de49
|
Added support for parameter value<->text conversion in VST and VST3 plugin formats. Also updated the JUCE demo audio plugin code to use the new AudioProcessorParameter class for its params.
|
2015-03-26 15:40:52 +00:00 |
|
jules
|
3bcc182fe9
|
Fix for blank windows when closing VST windows on Cubase 7 or later.
|
2015-03-24 16:08:46 +00:00 |
|
jules
|
53314f8eda
|
Fix for plugin resize/repaint glitch when running in Ableton.
|
2015-03-23 17:22:56 +00:00 |
|
jules
|
0bb60f9c76
|
VST3 parameter begin/end workaround for problems in Cubase.
|
2015-03-23 16:17:35 +00:00 |
|
jules
|
4058c25da3
|
Added a missing namespace in the AAX code.
|
2015-03-18 08:58:28 +00:00 |
|
jules
|
251a059644
|
Fixes for AAX yesterday's chunk improvements.
|
2015-03-17 11:23:16 +00:00 |
|
jules
|
bb14c94af2
|
Added missing virtual destructor to StandalonePluginHolder.
|
2015-03-17 10:46:37 +00:00 |
|
jules
|
ab018dbe38
|
Virtualised a couple of methods in StandalonePluginHolder
|
2015-03-17 10:04:34 +00:00 |
|
jules
|
61293f590e
|
Fix for an AAX problem involving chunks on multiple threads
|
2015-03-16 18:06:58 +00:00 |
|
jules
|
05cc54abf6
|
Improved AAX support for parameter value<->string conversion, and fix for some problems with AAX parameter highlighting.
|
2015-03-12 12:49:16 +00:00 |
|
jules
|
3e947f1612
|
Fixes for unused parameter warnings when modal loops are disabled.
|
2015-03-05 14:38:42 +00:00 |
|
jules
|
7819bd39fc
|
AAX tweak to work around a bug when loading RTAS presets in an AAX.
|
2015-02-18 11:07:31 +00:00 |
|
jules
|
2dc21b670e
|
Removed an old workaround for AAX which has since been fixed in the SDK.
|
2015-02-13 10:59:00 +00:00 |
|
jules
|
b640d965b7
|
Added a few new methods to FloatVectorOperations
|
2015-02-03 16:27:04 +00:00 |
|
jules
|
6682e07fe6
|
Linux VST windowing fix.
|
2015-01-14 12:21:44 +00:00 |
|
jules
|
c1dbb8684a
|
Fix for auval fail with parameter strings in plugins with old-style parameter implementations.
|
2015-01-10 15:32:29 +00:00 |
|
jules
|
aea422609c
|
Avoided some compiler warnings about unused functions.
|
2015-01-03 13:08:24 +00:00 |
|
jules
|
ae8910cbcf
|
Extended the AU wrapper to implement the kAudioUnitProperty_ParameterStringFromValue and kAudioUnitProperty_ParameterValueFromString properties.
|
2014-12-29 14:53:30 +00:00 |
|
jules
|
f7ccb5a5c0
|
Removed the noTail call in the VST wrapper, which was getting incorrectly set by plugins which reported an unknown tail size of 0
|
2014-12-23 11:52:33 +00:00 |
|
jules
|
91b5d77477
|
Version number update
|
2014-12-16 17:21:34 +00:00 |
|
jules
|
b9d317db98
|
Warning fix.
|
2014-12-11 18:56:14 +00:00 |
|
jules
|
50a55b2e9c
|
Avoided a few compiler warnings.
|
2014-12-03 11:45:15 +00:00 |
|
jules
|
52f4d01831
|
Avoided some compiler warnings
|
2014-12-02 10:17:09 +00:00 |
|