1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-31 03:00:05 +00:00
Commit graph

146 commits

Author SHA1 Message Date
jules
2b4d0d8819 Disabled some more warnings in 3rd party AU and AAX code 2017-05-04 10:49:31 +01:00
hogliux
b5afccc37c Updated file headers and the README with the JUCE 5 license 2017-04-27 14:43:04 +01:00
jules
79c54bc076 Added some missing 60fps framerate variables 2017-04-03 11:25:48 +01:00
tpoole
9caa91b166 Fixed uninitialised variables warning 2017-03-01 15:42:23 +00:00
tpoole
4c59a920b4 Added Inter-App Audio capabilities to standalone plug-ins 2017-03-01 11:55:52 +00:00
hogliux
dd2d64c363 Added missing call to JuceAU's base class' SetBusCount method 2017-02-09 09:06:09 +00:00
tpoole
d0b0644af0 Fixed compiler error in AUv3_Wrapper 2017-01-16 11:32:31 +00:00
hogliux
7897331403 Added support for level meter parameter categories 2017-01-11 18:02:40 +00:00
hogliux
b86e1331ac Fixed a bug where the AU/AUv3 wrapper would create a spurious input bus when no inputs where specified in the Projucer's legacy channel configuration field 2016-12-01 10:47:52 +00:00
hogliux
8313ba7a23 Added a workaround for DSP Quattro 2016-11-30 13:54:07 +00:00
hogliux
e49022bfba Added JUCE_USE_STUDIO_ONE_COMPATIBLE_PARAMETERS option to workaround a Studio One bug 2016-11-17 14:18:00 +00:00
hogliux
6711016102 Fixed a bug that could make surround plug-ins fail AU validation in certain rare edge cases 2016-10-29 17:21:49 +01:00
tpoole
321ca8c070 Fixed AUv3_Wrapper include path 2016-10-03 16:36:34 +01:00
hogliux
848073d207 Always remove silence flag in AU render callback 2016-10-01 13:06:55 +01:00
hogliux
42b8156cf6 Fixed crashes in old 32-bit Carbon plugin editor windows when running in macOS Sierra 2016-09-22 10:58:16 +01:00
hogliux
ef50b8d89f Fixed trying to write to invalid input buffer when AUs connected to the input of an AU fail 2016-09-20 19:09:55 +01:00
hogliux
4f06ff9257 Third time lucky: hopefully fixed a white-noise issue when pulling from invalid inputs in AU wrapper 2016-09-20 15:28:27 +01:00
hogliux
cbbf76b749 Made sure buffers are prepared before clearing them in the AU wrapper 2016-09-20 10:13:43 +01:00
hogliux
1b217d13ec Zero out buffers if pulling audio returns an error in the AU wrapper 2016-09-19 18:54:44 +01:00
hogliux
4fa0516f40 Revised multibus API and added support for multibus hosting 2016-09-16 17:06:19 +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
72878309f8 Fix AUv3 OS X version compiler error message 2016-07-25 14:58:01 +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
3791939923 Fix unused warning in AU plugin client release build 2016-07-07 16:21:55 +01:00
hogliux
1a40df99bc Revert commit d0c238d: Use getParameterText to respond to AU's kAudioUnitProperty_ParameterStringFromValue 2016-06-27 16:06:09 +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
c484a9ed55 Fix some minor warnings on OS X 32-bit 2016-06-13 15:52:04 +01:00
hogliux
968cee4ad2 Remove unnecessary code after moving to static shared code library 2016-05-24 18:59:35 +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
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
Timur Doumler
6dd2fbe813 AUv3: added compiler error if compiling with deployment target < 10.8, avoiding another more confusing compiler error "undefined symbol _main" that would otherwise appear instead. 2016-04-20 14:32:18 +01:00
Timur Doumler
0eb0f27a16 Fixed Carbon host support for AudioUnit v2 by fixing the Projucer's Rez file treatment to work with new module system. 2016-04-13 17:40:30 +01:00
jules
32178f4a1f Tidied up some AUv3 code 2016-04-08 16:07:25 +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
203e4e8c67 Fix a bug where AUs would incorrectly return an error when Logic tries to decrease the number of buses 2016-02-22 11:37:02 +00:00
hogliux
32e34bc808 Fix ugly noise feedback bug for AUs in Logic 2016-02-19 12:31:37 +00: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
82c4938ebe Deprecated theAudioProcessor::silenceInProducesSilenceOut method, which is no longer actually used by any of the plugin wrappers 2016-02-08 16:53:48 +00:00
jules
08b853ee35 Removed some cross-module header inclusions, replacing them with macros to optionally make native helper classes public 2016-02-04 16:07:21 +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
1240d4d6b3 Added new method AudioProcessor::supportsMPE(), and implemented this in AU and VST2 2016-01-07 11:44:57 +00:00
hogliux
69d371d195 Make bus count non-writable or simple effect plug-ins: this seems to upset Logic 2016-01-04 11:49:37 +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
hogliux
4fef661ada Added multi-bus support for audio plug-in clients 2015-12-16 17:58:25 +00:00
jules
0d3afee459 AudioUnits: In host + plugin sides, passed the loop start/end ppq positions via the playhead position info. 2015-12-13 11:23:37 +00:00
jules
31381c6864 Stripped out some defunct OSX 10.4 fallback code 2015-12-01 12:48:01 +00:00
jules
064e45bc85 Projucer: Added a workaround for build errors caused by a Clang bug when building audio plugin projects 2015-11-30 11:47:04 +00:00