jules
|
09d20dcae8
|
Added some new methods to SystemTrayIconComponent for highlighting and message bubbles.
|
11 years ago |
jules
|
059737b163
|
Version number update
|
11 years ago |
jules
|
42aa27900b
|
Moved most of the functionality from JUCEApplication into JUCEApplicationBase, so that it can be used without needing juce_gui_basics to be present.
|
11 years ago |
jules
|
207557d996
|
Workaround for OSX 32-bit VST window positioning problems in some hosts.
|
11 years ago |
jules
|
b629e4447d
|
Added a couple of new hosts to PluginHostType.
|
11 years ago |
jules
|
641cb754f0
|
Minor clean-ups.
|
11 years ago |
jules
|
7550b36e19
|
Avoided crash in AU hosts that try to create a GUI when the plugin doesn't have one.
|
11 years ago |
jules
|
8f5c194228
|
More work on the AU base classes.
|
11 years ago |
jules
|
f8e71023a4
|
Different approach to AU base class overriding.
|
11 years ago |
jules
|
8d381d0060
|
Reworked base class in AU plugin wrapper.
|
11 years ago |
jules
|
74390295ad
|
Fixed a few MSVC warnings.
|
11 years ago |
jules
|
1986c40187
|
VST: removed problematic Windows keyboard hooks that were used in Live.
|
11 years ago |
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.
|
11 years ago |
jules
|
7fbb6803dc
|
Fix for positioning of some Carbon VST windows.
|
11 years ago |
jules
|
7c83d51aa6
|
Changed AAX + RTAS 6.1 channel formats to 7.0, for wider support
|
11 years ago |
jules
|
e661096762
|
Enabled JUCE_RTAS_LINK_TO_DEBUG_LIB by default in a debug build.
|
11 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 |