jules
|
3a97797f35
|
Added Fruityloop bridge recognition to PluginHostType
|
10 years ago |
jules
|
20020a83fe
|
Fixed an OSX plugin build error.
|
11 years ago |
jules
|
9c8afb5b48
|
Fixed a build error.
|
11 years ago |
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>.
|
11 years ago |
jules
|
d102b61703
|
Another attempt at fixing win32 plugin key hook loops.
|
11 years ago |
jules
|
93bf34ad0a
|
Avoiding loops in win32 plugin key handling
|
11 years ago |
jules
|
5feabe9687
|
Another attempt to fix the infamous VST cubase key focus problem.
|
11 years ago |
jules
|
8d834b29a1
|
Refactored VST plugin win32 hooks, and added mouse-wheel hooking to VST3. Also added a VC2010 project to the audio demo plugin.
|
11 years ago |
jules
|
dc6dd6544c
|
VST3 client fixes.
|
11 years ago |
jules
|
4fe7240eb2
|
Initial version of VST3 plugin support.
|
11 years ago |
jules
|
2c56bb7818
|
Additions to PluginHostType class.
|
11 years ago |
jules
|
7336f7da34
|
Added a couple of mingw tweaks for plugin builds.
|
11 years ago |
jules
|
44ba3f52fe
|
Some additions and updates to PluginHostType, including a method to get a string description.
|
11 years ago |
jules
|
5818b89b04
|
Altered the method by which plugin UIs re-post carbon keyboard events.
|
11 years ago |
jules
|
b629e4447d
|
Added a couple of new hosts to PluginHostType.
|
11 years ago |
jules
|
5a1112ab94
|
Updated the format of the header include guard macros.
|
12 years ago |
jules
|
c75a7300f5
|
Added some 'override' modifiers to overridden methods.
|
12 years ago |
jules
|
03c2801f3f
|
Copyright header update in all module files. juce_core modules are now ISC licensed. All other modules are GPLv2/3/AGPLv3
|
12 years ago |
jules
|
ba2964edaf
|
Added some new plugin host types to PluginHostType
|
12 years ago |
jules
|
55ccf9e496
|
Added DP to PluginHostType
|
12 years ago |
jules
|
039b4aa542
|
Couple of compile fixes.
|
12 years ago |
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)
|
12 years ago |
jules
|
aff0d98e4b
|
Removed JucePlugin_TailLengthSeconds and added a getTailLengthSeconds() method to AudioProcessor instead.
|
12 years ago |
jules
|
d6c3fed57f
|
Added a couple of new hosts to PluginHostType.
|
12 years ago |
jules
|
fecaeb37cf
|
Added StudioOne to host types list.
|
12 years ago |
jules
|
39eae806de
|
Changes to make sure the AudioProcessor::wrapperType member is set correctly when its constructor is called.
|
12 years ago |
jules
|
0ceeb573d8
|
Minor changes to avoid pedantic compiler warnings.
|
12 years ago |
jules
|
b305389d46
|
Changes for DLL build.
|
12 years ago |
jules
|
01be101f41
|
Added error callback dispatching to AudioDeviceManager.
|
12 years ago |
jules
|
438e813d0e
|
More plugin DllMain tweaks.
|
12 years ago |
jules
|
da4d2a46cb
|
Refactored audio plugin DllMain.
|
12 years ago |
jules
|
3831af62ef
|
Updated CodeEditorComponent to act as an ApplicationCommandTarget
|
12 years ago |
jules
|
8549139335
|
Added reaper to OSX plugin host types.
|
12 years ago |
jules
|
df729be74a
|
Cleaned-up class inheritance visibilities and encapsulation for some internal classes.
|
13 years ago |
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.
|
13 years ago |
jules
|
a2845d8895
|
Introjucer: some preliminary AAX work.
|
13 years ago |
jules
|
ab33b1a05d
|
Fix for component notifications when peer is changing. Some fixes for GCC4.7 on linux.
|
13 years ago |
jules
|
572cf1deb8
|
Cleaned up some docs.
|
13 years ago |
jules
|
018d070948
|
Introjucer: tidied up command-line handling, added "--resave-resources" option.
|
13 years ago |
jules
|
9772564eb3
|
OSX Carbon fix.
|
13 years ago |
jules
|
a6069d1c02
|
Introjucer: added Xcode frameworks setting. Fix for win32 bold fonts. Fix for 64-bit plugin builds.
|
13 years ago |
jules
|
164cd8909b
|
Fixes for TextEditor, ASIO, Windows touch, AU.
|
13 years ago |
jules
|
b684a99d3a
|
Added a new plugin host type.
|
13 years ago |
Julian Storer
|
02494168e6
|
Fixed audio plugin mac build.
|
13 years ago |
Julian Storer
|
2cae7a76f5
|
Linux http fix. Plugin header fix. win32 IME fix.
|
13 years ago |
Julian Storer
|
da7e8603f7
|
Fix for plugin host build on mac, and minor tidy-up of some plugin hosting classes.
|
13 years ago |
Julian Storer
|
4808d9c318
|
Hard-coded some juce namespace declarations.
|
13 years ago |
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..
|
13 years ago |