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
|
1b9a60e52c
|
Added a templated type to the RectangleList class. If you've used this class and these changes cause syntax errors, all you need to do to your code is to replace "RectangleList" with "RectangleList<int>" and everything will work as it did before.
|
12 years ago |
jules
|
7fbb6803dc
|
Fix for positioning of some Carbon VST windows.
|
12 years ago |
jules
|
7c83d51aa6
|
Changed AAX + RTAS 6.1 channel formats to 7.0, for wider support
|
12 years ago |
jules
|
e661096762
|
Enabled JUCE_RTAS_LINK_TO_DEBUG_LIB by default in a debug build.
|
12 years ago |
jules
|
10a1a54af2
|
Added JUCE_RTAS_LINK_TO_DEBUG_LIB macro.
|
12 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
|
219a2b1991
|
RTAS build fix.
|
12 years ago |
jules
|
4fc8fbaef1
|
Added some more override decorators.
|
12 years ago |
jules
|
5918d039ce
|
Added some "override" annotations.
|
12 years ago |
jules
|
516bddabcc
|
Misc minor clean-ups.
|
12 years ago |
jules
|
2329e63f20
|
Converted a few Colour references to pass-by-values.
|
12 years ago |
jules
|
c5b4e48b80
|
Updated some headers and URLs.
|
12 years ago |
jules
|
c75a7300f5
|
Added some 'override' modifiers to overridden methods.
|
12 years ago |
jules
|
841c40d7ba
|
AAX: registering all parameters, not just automatable ones.
|
12 years ago |
jules
|
c8bb0ad558
|
Various AAX fixes.
|
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
|
9d23f87f7c
|
Added a missing definition to StandaloneFilterWindow
|
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
|
34e5591701
|
v2.0.40
|
12 years ago |
jules
|
4e457d6117
|
AAX support for AudioProcessor::isNonRealtime()
|
12 years ago |
jules
|
ee2f57ce88
|
Workaround for keypresses in plugins in Ableton live.
|
12 years ago |
jules
|
d6076d680a
|
CodeBlocks fix.
|
12 years ago |
jules
|
1b1fe9d24e
|
StandaloneFilterWindow fix.
|
12 years ago |
jules
|
58872b9fe2
|
StandaloneFilterWindow update.
|
12 years ago |
jules
|
e6b717e713
|
Some mingw compile fixes.
|
12 years ago |
jules
|
039b4aa542
|
Couple of compile fixes.
|
12 years ago |
jules
|
e339d39eb4
|
v2.0.39
|
12 years ago |
jules
|
f5f123a6b6
|
Workaround for VST plugins in Adobe Premiere.
|
12 years ago |
jules
|
b2ce00db31
|
AAX transport position when stopped.
|
12 years ago |
jules
|
1dad96def6
|
Getting frame-rate in AAX.
|
12 years ago |
jules
|
b4382bad62
|
Added String methods to create/return a std::string, and also String::toRawUTF8 method.
|
12 years ago |
jules
|
d096a78d85
|
RTAS midi channel mask fix.
|
12 years ago |
jules
|
9e79679920
|
Added a JUCE_RTAS_PLUGINGESTALT_IS_CACHEABLE flag.
|
12 years ago |
jules
|
e38039fe9d
|
AAX support for CurrentPositionInfo::isPlaying
|
12 years ago |
jules
|
26f3837593
|
Another JUCE_AUTORELEASEPOOL fix.
|
12 years ago |
jules
|
7afc21cbab
|
Fixed some JUCE_AUTORELEASEPOOL syntax
|
12 years ago |
jules
|
71c8d5cef8
|
AAX build fix.
|
12 years ago |
jules
|
54a62c9c1a
|
AAX latency fix.
|
12 years ago |
jules
|
a72a2f2661
|
AAX midi fix.
|
12 years ago |
jules
|
79099619f9
|
Fix to last AAX check-in.
|
12 years ago |
jules
|
e9ab96d757
|
Better failure handling of AAX playback position values.
|
12 years ago |
jules
|
4d4cc13a46
|
2.0.38
|
12 years ago |
jules
|
63411d7a47
|
2.0.37
|
12 years ago |
jules
|
27b5dc4a3b
|
AU class bundle fix.
|
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 |