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

51 commits

Author SHA1 Message Date
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
jules
01be101f41 Added error callback dispatching to AudioDeviceManager. 2012-09-26 16:30:05 +01:00
jules
438e813d0e More plugin DllMain tweaks. 2012-09-26 12:12:19 +01:00
jules
da4d2a46cb Refactored audio plugin DllMain. 2012-09-25 17:20:32 +01:00
jules
3831af62ef Updated CodeEditorComponent to act as an ApplicationCommandTarget 2012-09-17 21:20:18 +01:00
jules
8549139335 Added reaper to OSX plugin host types. 2012-08-27 12:33:53 +01:00
jules
df729be74a Cleaned-up class inheritance visibilities and encapsulation for some internal classes. 2012-07-12 14:10:46 +01:00
jules
ac1d6955e7 Rewrote all internal OSX obj-C classes as dynamically-created classes. A side-effect of this is that plugins will no longer suffer from obj-C name-collision problems, and the old JUCE_ObjCExtraSuffix value is no longer needed. 2012-05-29 10:30:41 +01:00
jules
a2845d8895 Introjucer: some preliminary AAX work. 2012-05-09 12:06:47 +01:00
jules
ab33b1a05d Fix for component notifications when peer is changing. Some fixes for GCC4.7 on linux. 2012-04-12 10:10:42 +01:00
jules
572cf1deb8 Cleaned up some docs. 2012-04-11 13:33:08 +01:00
jules
018d070948 Introjucer: tidied up command-line handling, added "--resave-resources" option. 2012-03-19 12:01:11 +00:00
jules
9772564eb3 OSX Carbon fix. 2012-03-02 16:06:20 +00:00
jules
a6069d1c02 Introjucer: added Xcode frameworks setting. Fix for win32 bold fonts. Fix for 64-bit plugin builds. 2012-02-14 18:08:12 +00:00
jules
164cd8909b Fixes for TextEditor, ASIO, Windows touch, AU. 2011-10-13 16:43:12 +01:00
jules
b684a99d3a Added a new plugin host type. 2011-10-07 16:30:41 +01:00
Julian Storer
02494168e6 Fixed audio plugin mac build. 2011-09-09 16:03:48 +01:00
Julian Storer
2cae7a76f5 Linux http fix. Plugin header fix. win32 IME fix. 2011-09-08 15:14:41 +01:00
Julian Storer
da7e8603f7 Fix for plugin host build on mac, and minor tidy-up of some plugin hosting classes. 2011-09-06 11:55:24 +01:00
Julian Storer
4808d9c318 Hard-coded some juce namespace declarations. 2011-08-13 21:13:50 +01:00