1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-13 00:04:19 +00:00
Commit graph

223 commits

Author SHA1 Message Date
jules
059737b163 Version number update 2013-09-07 20:20:20 +01:00
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. 2013-09-07 09:43:45 +01:00
jules
207557d996 Workaround for OSX 32-bit VST window positioning problems in some hosts. 2013-09-06 21:00:48 +01:00
jules
b629e4447d Added a couple of new hosts to PluginHostType. 2013-09-03 12:41:23 +01:00
jules
641cb754f0 Minor clean-ups. 2013-08-30 10:52:54 +01:00
jules
7550b36e19 Avoided crash in AU hosts that try to create a GUI when the plugin doesn't have one. 2013-08-30 09:30:01 +01:00
jules
8f5c194228 More work on the AU base classes. 2013-08-20 09:07:20 +01:00
jules
f8e71023a4 Different approach to AU base class overriding. 2013-08-19 21:59:20 +01:00
jules
8d381d0060 Reworked base class in AU plugin wrapper. 2013-08-19 20:37:17 +01:00
jules
74390295ad Fixed a few MSVC warnings. 2013-08-12 10:33:17 +01:00
jules
1986c40187 VST: removed problematic Windows keyboard hooks that were used in Live. 2013-08-12 10:21:39 +01:00
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. 2013-08-02 17:37:25 +01:00
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. 2013-07-28 18:08:28 +01:00
jules
7fbb6803dc Fix for positioning of some Carbon VST windows. 2013-07-23 14:14:02 +01:00
jules
7c83d51aa6 Changed AAX + RTAS 6.1 channel formats to 7.0, for wider support 2013-07-22 13:41:12 +01:00
jules
e661096762 Enabled JUCE_RTAS_LINK_TO_DEBUG_LIB by default in a debug build. 2013-07-22 10:13:40 +01:00
jules
10a1a54af2 Added JUCE_RTAS_LINK_TO_DEBUG_LIB macro. 2013-07-18 12:22:33 +01:00
jules
4a5380171a Version number update 2013-07-17 16:26:42 +01:00
jules
5a1112ab94 Updated the format of the header include guard macros. 2013-07-17 16:26:35 +01:00
jules
219a2b1991 RTAS build fix. 2013-07-11 22:01:50 +01:00
jules
4fc8fbaef1 Added some more override decorators. 2013-07-10 10:22:33 +01:00
jules
5918d039ce Added some "override" annotations. 2013-07-08 19:05:14 +01:00
jules
516bddabcc Misc minor clean-ups. 2013-07-03 09:51:23 +01:00
jules
2329e63f20 Converted a few Colour references to pass-by-values. 2013-07-01 17:38:47 +01:00
jules
c5b4e48b80 Updated some headers and URLs. 2013-06-24 16:03:33 +01:00
jules
c75a7300f5 Added some 'override' modifiers to overridden methods. 2013-06-23 23:09:52 +01:00
jules
841c40d7ba AAX: registering all parameters, not just automatable ones. 2013-06-14 10:52:00 +01:00
jules
c8bb0ad558 Various AAX fixes. 2013-06-13 20:24:55 +01:00
jules
048e5c679b Version number update 2013-06-13 13:28:35 +01:00
jules
03c2801f3f Copyright header update in all module files. juce_core modules are now ISC licensed. All other modules are GPLv2/3/AGPLv3 2013-06-13 13:17:12 +01:00
jules
20a72142b7 Version number update 2013-06-10 21:07:26 +01:00
jules
9d23f87f7c Added a missing definition to StandaloneFilterWindow 2013-05-29 10:46:48 -07:00
jules
ba2964edaf Added some new plugin host types to PluginHostType 2013-05-15 11:18:55 -06:00
jules
55ccf9e496 Added DP to PluginHostType 2013-04-27 14:30:01 +01:00
jules
34e5591701 v2.0.40 2013-04-27 10:43:47 +01:00
jules
4e457d6117 AAX support for AudioProcessor::isNonRealtime() 2013-04-26 14:57:29 +01:00
jules
ee2f57ce88 Workaround for keypresses in plugins in Ableton live. 2013-04-25 15:57:48 +01:00
jules
d6076d680a CodeBlocks fix. 2013-04-24 11:37:08 +01:00
jules
1b1fe9d24e StandaloneFilterWindow fix. 2013-04-22 22:08:16 +01:00
jules
58872b9fe2 StandaloneFilterWindow update. 2013-04-22 20:52:38 +01:00
jules
e6b717e713 Some mingw compile fixes. 2013-04-22 16:37:16 +01:00
jules
039b4aa542 Couple of compile fixes. 2013-04-22 09:35:29 +01:00
jules
e339d39eb4 v2.0.39 2013-04-21 12:23:57 +01:00
jules
f5f123a6b6 Workaround for VST plugins in Adobe Premiere. 2013-04-20 11:05:31 +01:00
jules
b2ce00db31 AAX transport position when stopped. 2013-04-18 21:32:12 +01:00
jules
1dad96def6 Getting frame-rate in AAX. 2013-04-18 09:03:06 +01:00
jules
b4382bad62 Added String methods to create/return a std::string, and also String::toRawUTF8 method. 2013-04-17 15:17:36 +01:00
jules
d096a78d85 RTAS midi channel mask fix. 2013-04-14 09:03:35 +01:00
jules
9e79679920 Added a JUCE_RTAS_PLUGINGESTALT_IS_CACHEABLE flag. 2013-04-09 19:43:21 +01:00
jules
e38039fe9d AAX support for CurrentPositionInfo::isPlaying 2013-04-08 15:42:43 +01:00