1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-13 00:04:19 +00:00
Commit graph

70 commits

Author SHA1 Message Date
jules
fb864a5cb1 Corrected some spelling mistakes in comments 2016-04-11 11:13:44 +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
jules
5840ba97ad Added DaVinci Resolve to PluginHostType 2016-03-02 10:46:07 +00:00
Timur Doumler
94eb1e61f4 Fixed broken RTAS compilation on Visual Studio. 2016-02-25 23:32:35 +00:00
jules
70a3db1cb1 Added method PluginHostType::isProTools() 2016-02-22 18:05:38 +00:00
hogliux
8465dea2ac Fixed missing surround format in PluginBusUtilities 2016-02-18 10:35:20 +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
b05ff2ab2a Added Renoise to the PluginHostType list, and fixed a problem it had with window closing 2016-02-04 09:19:52 +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
hogliux
e5522b78e3 Fix various mult-bus bugs in VST 2 plug-in wrapper 2016-01-25 15:58:23 +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
4583fa3fbf Used the ignoreUnused() function to tidy up some old code 2015-12-23 16:27:50 +00:00
jules
d0c4a8a4cb Fixed a Visual Studio warning 2015-12-21 14:53:01 +00:00
hogliux
4fef661ada Added multi-bus support for audio plug-in clients 2015-12-16 17:58:25 +00:00
jules
a3426aae10 Added support for iOS force-touch 2015-11-02 11:51:16 +00:00
hogliux
c7b8e77031 Update copyright notice 2015-07-22 15:59:34 +01:00
jules
6ea3b5ba49 Added Final Cut to the PluginHostType list of recognised hosts. 2015-07-17 12:34:14 +01:00
jules
d1348f7f5a Added a header guard to juce_IncludeModuleHeaders.h 2015-06-05 12:12:58 +01: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
aea422609c Avoided some compiler warnings about unused functions. 2015-01-03 13:08:24 +00:00
jules
20fac5c567 Fix for mingw. 2014-11-18 11:42:33 +02:00
jules
3a97797f35 Added Fruityloop bridge recognition to PluginHostType 2014-10-28 16:22:06 +00:00
jules
20020a83fe Fixed an OSX plugin build error. 2014-06-16 18:42:50 +01:00
jules
9c8afb5b48 Fixed a build error. 2014-06-15 09:04:01 +01:00
jules
6c61dbb68e Refactored the internal mouse-handling code to use floating point coords. This shouldn't affect much user code, but a few methods in MouseInputSource have now changed to use Point<float> rather than Point<int>. 2014-06-14 13:06:53 +01:00
jules
d102b61703 Another attempt at fixing win32 plugin key hook loops. 2014-03-24 19:23:39 +00:00
jules
93bf34ad0a Avoiding loops in win32 plugin key handling 2014-03-24 15:25:45 +00:00
jules
5feabe9687 Another attempt to fix the infamous VST cubase key focus problem. 2014-03-19 21:00:47 +00:00
jules
8d834b29a1 Refactored VST plugin win32 hooks, and added mouse-wheel hooking to VST3. Also added a VC2010 project to the audio demo plugin. 2014-03-14 18:16:56 +00:00
jules
dc6dd6544c VST3 client fixes. 2014-02-07 17:27:39 +00:00
jules
4fe7240eb2 Initial version of VST3 plugin support. 2014-02-05 16:20:57 +00:00
jules
2c56bb7818 Additions to PluginHostType class. 2014-02-04 13:29:19 +00:00
jules
7336f7da34 Added a couple of mingw tweaks for plugin builds. 2013-11-30 20:04:44 +00:00
jules
44ba3f52fe Some additions and updates to PluginHostType, including a method to get a string description. 2013-11-07 15:51:35 +00:00
jules
5818b89b04 Altered the method by which plugin UIs re-post carbon keyboard events. 2013-10-01 19:54:35 +01:00
jules
b629e4447d Added a couple of new hosts to PluginHostType. 2013-09-03 12:41:23 +01:00
jules
5a1112ab94 Updated the format of the header include guard macros. 2013-07-17 16:26:35 +01:00
jules
c75a7300f5 Added some 'override' modifiers to overridden methods. 2013-06-23 23:09:52 +01:00
jules
03c2801f3f Copyright header update in all module files. juce_core modules are now ISC licensed. All other modules are GPLv2/3/AGPLv3 2013-06-13 13:17:12 +01:00
jules
ba2964edaf Added some new plugin host types to PluginHostType 2013-05-15 11:18:55 -06:00
jules
55ccf9e496 Added DP to PluginHostType 2013-04-27 14:30:01 +01:00
jules
039b4aa542 Couple of compile fixes. 2013-04-22 09:35:29 +01:00
jules
4fe02d2c8d AudioUnits: eliminated the JucePlugin_AUCocoaViewClassName parameter - this is no longer needed. Also rearranged the way AUPlugInDispatch.cpp is included, to improve compatibility. (You may need to re-save your projects in the introjucer to build with these changes) 2013-03-05 21:07:45 +00:00
jules
aff0d98e4b Removed JucePlugin_TailLengthSeconds and added a getTailLengthSeconds() method to AudioProcessor instead. 2013-03-02 19:29:01 +00:00
jules
d6c3fed57f Added a couple of new hosts to PluginHostType. 2013-01-19 22:19:08 +00:00
jules
fecaeb37cf Added StudioOne to host types list. 2013-01-16 14:08:27 +00:00
jules
39eae806de Changes to make sure the AudioProcessor::wrapperType member is set correctly when its constructor is called. 2012-12-06 15:18:02 +00:00
jules
0ceeb573d8 Minor changes to avoid pedantic compiler warnings. 2012-12-04 21:39:15 +00:00
jules
b305389d46 Changes for DLL build. 2012-09-26 21:31:04 +01:00