1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-11 23:54:18 +00:00
Commit graph

248 commits

Author SHA1 Message Date
jules
4c392e6f02 Added some comments. 2013-12-26 10:49:51 +00:00
jules
4d79bed3d1 Added versions of Component::addAndMakeVisible and addChildComponent which take a reference instead of a pointer. 2013-12-23 15:16:38 +00:00
jules
53cbc74986 Passed maximum name length when calling VST getParameterName(). 2013-12-02 11:17:43 +00:00
jules
fe6ec7acfc Workaround for mingw. 2013-11-30 20:15:48 +00:00
jules
7336f7da34 Added a couple of mingw tweaks for plugin builds. 2013-11-30 20:04:44 +00:00
jules
6dcf82f904 Fixed return value of an AudioUnit method to stop auval complaining. 2013-11-26 17:10:53 +00:00
jules
cdacae9cbb Version 3.0.0 2013-11-19 10:13:14 +00:00
jules
a54e4ac576 Update .gitignore and some comments. 2013-11-18 14:58:29 +00:00
jules
1113e17186 Version number update 2013-11-10 18:00:38 +00:00
jules
44ba3f52fe Some additions and updates to PluginHostType, including a method to get a string description. 2013-11-07 15:51:35 +00:00
jules
32316cc1aa Avoided allocation in VST process function. 2013-11-07 11:19:09 +00:00
jules
fbc30c4a38 Workaround for a GCC fail. 2013-11-03 20:42:44 +00:00
jules
0de50d99a5 Version number update 2013-10-27 22:06:04 +00:00
jules
6ff9512059 Made sure that the PluginHostType class is included by the audio_plugin_client module 2013-10-24 09:29:28 +01:00
jules
a204ea7ae8 Version number update 2013-10-17 21:54:19 +01:00
jules
48f76460b8 Fix for building non-synth AUs. 2013-10-12 09:34:31 +01:00
jules
35f2c94339 Avoided a pedantic warning in VST code. 2013-10-04 09:59:54 +01:00
jules
12bf054456 Version number update 2013-10-03 09:25:43 +01:00
jules
5818b89b04 Altered the method by which plugin UIs re-post carbon keyboard events. 2013-10-01 19:54:35 +01:00
jules
bb98c00d0d Avoided some pedantic compiler warnings in the audio plugin code. 2013-10-01 11:53:17 +01:00
jules
d43bcc09fe Removed a few pedantic warnings from the audio plugin build. 2013-09-30 16:59:04 +01:00
jules
5f9552c4ec Version number update 2013-09-30 14:45:59 +01:00
jules
085e453f10 Added MIDI output handling to AudioUnit wrapper. 2013-09-19 09:43:13 +01:00
jules
00b388fbf3 Fixed a typo in the RTAS code. 2013-09-17 10:52:49 +01:00
jules
09d20dcae8 Added some new methods to SystemTrayIconComponent for highlighting and message bubbles. 2013-09-16 11:21:49 +01:00
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