1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00
JUCE/modules/juce_audio_plugin_client
2017-03-27 13:06:42 +01:00
..
AAX Fixed a bug in the AAX wrapper where the code would access uninitialised values in the known stem formats array when compiling with newer AAX SDK versions 2017-02-14 09:39:01 +00:00
AU Fixed uninitialised variables warning 2017-03-01 15:42:23 +00:00
RTAS Ensured that RTAS plug-in ids match AAX plug-in ids 2017-03-05 17:47:16 +00:00
Standalone Fixed some whitespace style and cleaned up some code using C++11 2017-03-27 13:06:42 +01:00
utility Fixed call to ComponentPeer::handleMouseEvent() in FakeMouseMoveGenerator. Added isPen() and isMouse() methods to MouseInputSource. 2017-03-16 08:53:46 +00:00
VST Added a cast to avoid a compiler warning 2017-03-16 09:34:42 +00:00
VST3 Fixed some whitespace style and cleaned up some code using C++11 2017-03-27 13:06:42 +01:00
AUResources.r Revised multibus API and added support for multibus hosting 2016-09-16 17:06:19 +01:00
juce_audio_plugin_client.h Replace include guards with "#pragma once" 2017-02-01 17:18:07 +00:00
juce_audio_plugin_client_AAX.cpp 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
juce_audio_plugin_client_AAX.mm Fixed AAX plug-in builds with new module format on OS X. 2016-04-13 14:20:30 +01:00
juce_audio_plugin_client_AU.r Whitespace cleanup 2017-02-10 12:25:47 +00:00
juce_audio_plugin_client_AU_1.mm 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
juce_audio_plugin_client_AU_2.mm 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
juce_audio_plugin_client_AUv3.mm 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
juce_audio_plugin_client_RTAS.r Whitespace cleanup 2017-02-10 12:25:47 +00:00
juce_audio_plugin_client_RTAS_1.cpp 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
juce_audio_plugin_client_RTAS_2.cpp 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
juce_audio_plugin_client_RTAS_3.cpp 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
juce_audio_plugin_client_RTAS_4.cpp 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
juce_audio_plugin_client_RTAS_utils.cpp 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
juce_audio_plugin_client_RTAS_utils.mm 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
juce_audio_plugin_client_Standalone.cpp 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
juce_audio_plugin_client_utils.cpp 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
juce_audio_plugin_client_VST2.cpp 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
juce_audio_plugin_client_VST3.cpp 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
juce_audio_plugin_client_VST_utils.mm 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