hogliux
|
7897331403
|
Added support for level meter parameter categories
|
2017-01-11 18:02:40 +00:00 |
|
jules
|
c587d4b495
|
Minor code style tidy-ups
|
2016-10-20 10:55:27 +01:00 |
|
hogliux
|
9e4741f2e4
|
Fixed an AAX bug where the sidechain buffer was not cleared when the sidechain isn't connected
|
2016-10-16 18:17:54 +02:00 |
|
hogliux
|
4fa0516f40
|
Revised multibus API and added support for multibus hosting
|
2016-09-16 17:06:19 +01:00 |
|
hogliux
|
6039a19b1a
|
Add new line to end of juce_AAX_Modifier_Injector.h
|
2016-07-11 16:17:33 +01:00 |
|
hogliux
|
54e23514dd
|
Fix compile error in AAX wrapper
|
2016-06-15 10:24:44 +01:00 |
|
hogliux
|
968cee4ad2
|
Remove unnecessary code after moving to static shared code library
|
2016-05-24 18:59:35 +01:00 |
|
hogliux
|
f11a2b2ff1
|
Fix modifier keys in AAX plug-ins on Windows 10
|
2016-05-23 18:47:39 +01:00 |
|
hogliux
|
0d52caff68
|
Make sure AAX wrapper calls releaseResources
|
2016-05-23 10:00:42 +01:00 |
|
hogliux
|
af6198b74f
|
Add support for plug-ins to report the IDs of their parameters
|
2016-05-05 11:32:44 +01:00 |
|
jules
|
0708b7af87
|
Added AAX macro JucePlugin_AAXDisableSaveRestore to set the AAX_eProperty_SupportsSaveRestore parameter
|
2016-04-26 10:53:21 +01:00 |
|
Timur Doumler
|
92a1747f27
|
Fixed AAX plug-in builds with new module format on OS X.
|
2016-04-13 14:20:30 +01:00 |
|
Timur Doumler
|
70949aa0c6
|
Added several new features: support for AudioUnit v3, new simplified JUCE module format, deleted the Introjucer and replaced it by the Projucer, various improvements for exporting of iOS and Android projects.
|
2016-04-06 18:31:24 +01:00 |
|
hogliux
|
a53eda27d4
|
Fix various multi-bus issues and add support for consistent surround channel ordering
|
2016-02-09 17:46:28 +00:00 |
|
jules
|
308a5b97e3
|
Fixed an AAX win32 include problem and avoided a warning
|
2016-01-29 10:39:31 +00:00 |
|
Timur Doumler
|
5ada47aa6f
|
Removed the hacky CarbonDummy*Name workaround for Point and Component (name clash with Carbon headers); fixed a few header include issues that prevented RTAS from compiling.
|
2016-01-28 15:34:00 +00:00 |
|
jules
|
40f51f030b
|
Added some Windows hooks to the AAX wrapper to improve mouse-wheel handling
|
2016-01-28 12:29:27 +00:00 |
|
jules
|
a48465327b
|
Added a macro JucePlugin_AAXDisableDynamicProcessing, which can be used to disable dynamics processing in an AAX plugin
|
2016-01-11 10:18:49 +00:00 |
|
jules
|
63df487c86
|
Fixed an include problem with the AAX build
|
2015-12-30 10:41:36 +00:00 |
|
jules
|
4b4b8df491
|
Simplified some headers in juce_audio_plugin_client to remove direct inclusion of AppConfig.h
|
2015-12-29 08:42:59 +00:00 |
|
jules
|
e4e78c8591
|
Made the AAX wrapper support the isSuspended() flag
|
2015-12-24 12:06:07 +00:00 |
|
jules
|
4583fa3fbf
|
Used the ignoreUnused() function to tidy up some old code
|
2015-12-23 16:27:50 +00:00 |
|
jules
|
6cceb10417
|
Fixed an AAX compile error
|
2015-12-21 16:38:13 +00:00 |
|
jules
|
66a4f56cd7
|
Added a projucer workaround to the AAX wrapper
|
2015-12-21 14:20:29 +00:00 |
|
hogliux
|
4fef661ada
|
Added multi-bus support for audio plug-in clients
|
2015-12-16 17:58:25 +00:00 |
|
jules
|
99ebba4e4c
|
Workarounds to avoid clashes with stupid 3rd-party headers that rely on defining a macro called "check"
|
2015-12-07 19:31:05 +00:00 |
|
hogliux
|
155ab812a4
|
Disable some warnings in the VST and AAX SDK for VS2015
|
2015-11-03 14:53:31 +00:00 |
|
Timur Doumler
|
16cfead473
|
Fixed an issue in the AAX wrapper where scrubbing in ProTools caused spurious calls to prepareToPlay() from JuceAAX_Processor::process().
|
2015-09-02 11:45:12 +01:00 |
|
hogliux
|
359f6e29aa
|
Fix multiple warnings in VS 2015
|
2015-07-28 18:11:50 +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
|
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
|
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
|
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
|
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
|
22ab2e4b1d
|
Added a few assertions to check plugin parameter ranges.
|
2014-10-19 09:48:13 +01:00 |
|
jules
|
086dd2dad4
|
Removed a couple of redundant 'virtual's
|
2014-09-26 13:05:55 +01:00 |
|
jules
|
f5b1919e51
|
Added support for setting a flag JucePlugin_AAXDisableAudioSuite to prevent the AAX wrapper adding audiosuite support
|
2014-09-18 09:14:18 +01:00 |
|
jules
|
f3d59a0f2f
|
Fix for bypass parameter handling in AAX.
|
2014-09-02 17:58:21 +01:00 |
|
jules
|
4604767220
|
Extensions to AudioProcessorEditor to help clicking on AAX controls.
|
2014-08-19 17:03:09 +01:00 |
|
jules
|
3e7d305094
|
A few minor whitespace cleanups.
|
2014-08-16 21:06:27 +01:00 |
|
jules
|
aba0ff9240
|
Added method AudioProcessorEditor::setControlHighlight() for support of this AAX functionality.
|
2014-08-14 18:03:13 +01:00 |
|
jules
|
d01a508217
|
Added a method AudioProcessor::isParameterInverted(), and support for this in AAX/RTAS
|
2014-05-28 16:44:02 +01:00 |
|
jules
|
619716751e
|
Tweaked the ScopedJuceInitialiser_GUI to use reference-counting internally, and used it to replace/simplify some similar objects in the plugin wrapper classes.
|
2014-05-28 11:06:48 +01:00 |
|
jules
|
395082b107
|
AAX: set the parameter modes differently depending upon the number of steps.
|
2014-04-05 22:05:44 +01:00 |
|
jules
|
5ede2da44b
|
Improved some MemoryBlock comments and gave the class a reset() method.
|
2014-03-14 10:15:35 +00:00 |
|
jules
|
a2b67cbfae
|
Incrementing AAX change counter when audioProcessorChanged is called.
|
2014-03-02 21:41:34 +00:00 |
|