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 |
|
Julian Storer
|
b70e0a28d2
|
First check-in of the "jucequake": a major re-organisation of the library to break it up into modules. For more details about this, see the website forum..
|
2011-08-12 10:04:52 +01:00 |
|