jules
|
74bd1ea8e6
|
Added some new methods to AudioProcessor, to support truncated parameter names, default parameter values and parameter step sizes. These are needed to support some AAX/RTAS host features.
|
11 years ago |
jules
|
7a47c12a76
|
Cleaned away some old region-masking code from ComponentPeer, and improved some messy repaint inefficiencies involving win32 GL rendering.
|
11 years ago |
jules
|
ebc0b2b727
|
Removed some warning settings that weren't supported by older GCCs. Also added workarounds for some spurious GCC warnings.
|
11 years ago |
jules
|
aafa12fd81
|
Increased the warning level for the Xcode builds of the demo + introjucer, and avoided a few warnings.
|
11 years ago |
jules
|
5b25ac6609
|
Renamed the swapWithArray methods in the array classes to "swapWith" to be more consistent with other swap method naming, and templated the methods for more flexibility.
|
11 years ago |
jules
|
4a5380171a
|
Version number update
|
12 years ago |
jules
|
5a1112ab94
|
Updated the format of the header include guard macros.
|
12 years ago |
jules
|
9b9717371d
|
Added method PluginListComponent::isScanning().
|
12 years ago |
jules
|
ecc1a17bc6
|
Code clean-ups.
|
12 years ago |
jules
|
f51aab284b
|
VST hosting: workarounds for izotope GUIs.
|
12 years ago |
jules
|
5918d039ce
|
Added some "override" annotations.
|
12 years ago |
jules
|
51b9d1ed98
|
AU hosting: added support for begin/end gesture callbacks from plugin.
|
12 years ago |
jules
|
516bddabcc
|
Misc minor clean-ups.
|
12 years ago |
jules
|
575725e39d
|
Fix for a subtle race condition in plugin scanning.
|
12 years ago |
jules
|
c75a7300f5
|
Added some 'override' modifiers to overridden methods.
|
12 years ago |
jules
|
7bd867794c
|
Misc minor clean-ups.
|
12 years ago |
jules
|
23c729c942
|
Comment clarification.
|
12 years ago |
jules
|
01e3e4c40c
|
Fixed some coverity warnings.
|
12 years ago |
jules
|
f255f9e98a
|
VST hosting: make sure details are correct for each subtype of a shell VST when scanning.
|
12 years ago |
jules
|
048e5c679b
|
Version number update
|
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
|
20a72142b7
|
Version number update
|
12 years ago |
jules
|
679f29f923
|
Made PluginListComponent::scanFor public.
|
12 years ago |
jules
|
5358b4c7b5
|
New method AudioPluginFormat::pluginNeedsRescanning to do more format-specific checking of plugin file changes.
|
12 years ago |
jules
|
fb57b879aa
|
Exposing some plugin scan path property values.
|
12 years ago |
jules
|
c7506df13f
|
Changed some pass-by-references to pass-by-value to improve compiler optimisation.
|
12 years ago |
jules
|
c0094bd986
|
AudioUnit hosting name fix.
|
12 years ago |
jules
|
4d61bfd8a3
|
Refactored some TRANS strings to make them more amenable to translation. Added the NEEDS_TRANS macro.
|
12 years ago |
jules
|
6810038dea
|
Plugin scanning: ability to use multiple threads
|
12 years ago |
jules
|
cc3efa2c82
|
Better AU manufacturer name detection.
|
12 years ago |
jules
|
177018c7f4
|
Documentation fixes.
|
12 years ago |
jules
|
20e5a703b4
|
More workarounds for hosting Mackie plugins.
|
12 years ago |
jules
|
178dc9012b
|
Plugin hosting cleanups + workarounds for some Mackie plugins.
|
12 years ago |
jules
|
34e5591701
|
v2.0.40
|
12 years ago |
jules
|
e6b717e713
|
Some mingw compile fixes.
|
12 years ago |
jules
|
52378249d1
|
Fixed a couple of compile errors.
|
12 years ago |
jules
|
a593017595
|
Plugin host compile fix.
|
12 years ago |
jules
|
4801b5c3e6
|
Made AudioProcessor::addListener virtual
|
12 years ago |
jules
|
e339d39eb4
|
v2.0.39
|
12 years ago |
jules
|
b4382bad62
|
Added String methods to create/return a std::string, and also String::toRawUTF8 method.
|
12 years ago |
jules
|
2a4aa982d0
|
Added an AudioProcessor graph assertion.
|
12 years ago |
jules
|
52b638ff40
|
Misc cleanups.
|
12 years ago |
jules
|
e3a165de3e
|
compile fix for old PPC builds.
|
12 years ago |
jules
|
d13ef5e3c8
|
LADSPA improvements.
|
12 years ago |
jules
|
59779e9074
|
Updated AU host to avoid old deprecated componentmanager functions.
|
12 years ago |
jules
|
417f4ffe53
|
Fixed some linux LADSPA and VST plugin paths.
|
12 years ago |
jules
|
0353100706
|
VST plugin structs: changed some longs to VstInt32s.
|
12 years ago |
jules
|
ba2dc52b34
|
Made use of @autoreleasepool for clang builds.
|
12 years ago |
jules
|
3db96fd486
|
Basic non-GUI LADSPA plugin hosting classes.
|
12 years ago |
jules
|
4d4cc13a46
|
2.0.38
|
12 years ago |