This website requires JavaScript.
Explore
Help
Sign in
mirror
/
JUCE
Watch
1
Star
0
Fork
You've already forked JUCE
0
mirror of
https://github.com/juce-framework/JUCE.git
synced
2026-02-06 04:00:08 +00:00
Code
Activity
f2824e96ef
JUCE
/
modules
/
juce_audio_plugin_client
History
Download ZIP
Download TAR.GZ
hogliux
cfb071d52f
PlugIns: Ensured that the midi buffer is allocated with a reasonable size before the plugin starts processing
2018-05-24 09:44:50 +01:00
..
AAX
PlugIns: Ensured that the midi buffer is allocated with a reasonable size before the plugin starts processing
2018-05-24 09:44:50 +01:00
AU
PlugIns: Ensured that the midi buffer is allocated with a reasonable size before the plugin starts processing
2018-05-24 09:44:50 +01:00
RTAS
Added parameter listener callbacks when a plug-in host changes a parameter
2018-02-21 18:58:58 +00:00
Standalone
Fixed a unique_ptr compiler error
2018-05-03 17:02:16 +01:00
Unity
Added support for building Unity native audio plugins on desktop platforms
2018-05-10 16:32:30 +01:00
utility
Added support for building Unity native audio plugins on desktop platforms
2018-05-10 16:32:30 +01:00
VST
Added a "plug-in can do" callback to the VSTCallbackHandler interface
2018-04-23 14:44:18 +01:00
VST3
PlugIns: Ensured that the midi buffer is allocated with a reasonable size before the plugin starts processing
2018-05-24 09:44:50 +01:00
AUResources.r
juce_audio_plugin_client.h
Bump version number to 5.3.2
2018-05-09 12:34:36 +01:00
juce_audio_plugin_client_AAX.cpp
juce_audio_plugin_client_AAX.mm
juce_audio_plugin_client_AU.r
juce_audio_plugin_client_AU_1.mm
juce_audio_plugin_client_AU_2.mm
AU: Pragma ignore warnings which are triggered by Apple code
2018-03-27 08:51:07 +01:00
juce_audio_plugin_client_AUv3.mm
juce_audio_plugin_client_RTAS.r
Renamed XCode to Xcode in multiple places
2017-10-06 09:54:32 +01:00
juce_audio_plugin_client_RTAS_1.cpp
juce_audio_plugin_client_RTAS_2.cpp
juce_audio_plugin_client_RTAS_3.cpp
juce_audio_plugin_client_RTAS_4.cpp
juce_audio_plugin_client_RTAS_utils.cpp
juce_audio_plugin_client_RTAS_utils.mm
juce_audio_plugin_client_Standalone.cpp
Moved all "namespace juce" declarations from module headers to the individual .h and .cpp source files. This makes life a lot easier for Intellisense and other IDE autocompletion tools
2017-09-08 08:59:55 +01:00
juce_audio_plugin_client_Unity.cpp
Added support for building Unity native audio plugins on desktop platforms
2018-05-10 16:32:30 +01:00
juce_audio_plugin_client_utils.cpp
Restored an accidentally deleted file and resaved all projects
2017-06-30 16:59:53 +01:00
juce_audio_plugin_client_VST2.cpp
juce_audio_plugin_client_VST3.cpp
juce_audio_plugin_client_VST_utils.mm