tpoole
|
e8a80efa5f
|
Added Bitwig Studio to PluginHostType
|
8 years ago |
hogliux
|
4fa0516f40
|
Revised multibus API and added support for multibus hosting
|
8 years ago |
tpoole
|
08b2116c2b
|
Make the mousemove behaviour of OS X plug-ins the same as their Windows counterparts
|
8 years ago |
hogliux
|
968cee4ad2
|
Remove unnecessary code after moving to static shared code library
|
9 years ago |
hogliux
|
ee7a56a115
|
Fix potential crash if DAW probes non-existent bus
|
9 years ago |
jules
|
fb864a5cb1
|
Corrected some spelling mistakes in comments
|
9 years ago |
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.
|
9 years ago |
jules
|
5840ba97ad
|
Added DaVinci Resolve to PluginHostType
|
9 years ago |
Timur Doumler
|
94eb1e61f4
|
Fixed broken RTAS compilation on Visual Studio.
|
9 years ago |
jules
|
70a3db1cb1
|
Added method PluginHostType::isProTools()
|
9 years ago |
hogliux
|
8465dea2ac
|
Fixed missing surround format in PluginBusUtilities
|
9 years ago |
hogliux
|
a53eda27d4
|
Fix various multi-bus issues and add support for consistent surround channel ordering
|
9 years ago |
jules
|
82c4938ebe
|
Deprecated theAudioProcessor::silenceInProducesSilenceOut method, which is no longer actually used by any of the plugin wrappers
|
9 years ago |
jules
|
b05ff2ab2a
|
Added Renoise to the PluginHostType list, and fixed a problem it had with window closing
|
9 years ago |
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.
|
9 years ago |
hogliux
|
e5522b78e3
|
Fix various mult-bus bugs in VST 2 plug-in wrapper
|
9 years ago |
jules
|
4b4b8df491
|
Simplified some headers in juce_audio_plugin_client to remove direct inclusion of AppConfig.h
|
9 years ago |
jules
|
4583fa3fbf
|
Used the ignoreUnused() function to tidy up some old code
|
9 years ago |
jules
|
d0c4a8a4cb
|
Fixed a Visual Studio warning
|
9 years ago |
hogliux
|
4fef661ada
|
Added multi-bus support for audio plug-in clients
|
9 years ago |
jules
|
a3426aae10
|
Added support for iOS force-touch
|
9 years ago |
hogliux
|
c7b8e77031
|
Update copyright notice
|
9 years ago |
jules
|
6ea3b5ba49
|
Added Final Cut to the PluginHostType list of recognised hosts.
|
9 years ago |
jules
|
d1348f7f5a
|
Added a header guard to juce_IncludeModuleHeaders.h
|
10 years ago |
jules
|
3bcc182fe9
|
Fix for blank windows when closing VST windows on Cubase 7 or later.
|
10 years ago |
jules
|
aea422609c
|
Avoided some compiler warnings about unused functions.
|
10 years ago |
jules
|
20fac5c567
|
Fix for mingw.
|
10 years ago |
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 |