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

269 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
abc1cf4254 VST3 state fix. 2013-12-20 15:20:36 +00:00
jules
66e89a878a Improvements to VST3 host midi handling. 2013-12-20 15:03:31 +00:00
jules
ff6655fedb Fixes + improvements to VST3 hosting. 2013-12-19 16:33:09 +00:00
jules
d63668a5c1 Added XML and Lua tokenisers for the CodeEditorComponent 2013-12-08 12:27:36 +00:00
jules
305c7056f1 Minor fix for AU assertion. 2013-12-04 15:45:01 +00:00
jules
f26bf24304 Avoided an assertion when creating AU plugins on multiple threads. 2013-12-04 09:32:07 +00:00
jules
a356c6b148 Couple of minor warning fixes. 2013-12-04 09:23:45 +00:00
jules
763d4646c5 Rolled-back a VSTMidiEventList change. 2013-12-03 14:50:40 +00:00
jules
28cdb20040 Whitespace cleanups. 2013-12-03 11:33:45 +00:00
jules
a316bd5f6f Removed a few more places where static objects could cause problems for people who do unwise amounts of work in their static constructors. 2013-12-02 09:44:17 +00:00
jules
2edec00b55 Removed a few more uses of String::empty. 2013-12-01 23:28:31 +00:00
jules
b1b702a176 Avoided a couple of MSVC warnings. 2013-11-26 17:09:39 +00:00
jules
06629a3967 (Minor correction to last check-in) 2013-11-24 16:41:07 +00:00
jules
7a11730317 Improvements to PluginListComponent - it's now a sortable table rather than a list. 2013-11-24 15:00:17 +00:00
jules
3989280b91 Better guessing of what base has been used to encode the VST version number when scanning plugins. 2013-11-24 14:56:25 +00:00
jules
075b13ac96 Update to VST3 hosting (more fixes to come…) 2013-11-22 20:14:27 +00:00
jules
ef00bcc024 Cleaned up some VST3 code to deal with plugins that fail to initialise. 2013-11-22 10:40:33 +00:00
jules
74d974cdba Disabled a few more compiler warnings generated by the VST3 SDK. 2013-11-21 13:59:21 +00:00
jules
63cb062d35 Initial commit of VST3 hosting. 2013-11-21 13:27:36 +00:00
jules
cdacae9cbb Version 3.0.0 2013-11-19 10:13:14 +00:00
jules
0c2a847d3a Better labelling of duplicate plugin names in menus by KnownPluginList. 2013-11-18 11:52:58 +00:00
jules
1113e17186 Version number update 2013-11-10 18:00:38 +00:00
jules
0de50d99a5 Version number update 2013-10-27 22:06:04 +00:00
jules
bea7b83cb8 Renamed and refactored the LookAndFeel classes. The LookAndFeel class is now an abstract base-class, and there are 3 concrete subclasses you can use. These are LookAndFeel_V1 (replaces OldSchoolLookAndFeel), LookAndFeel_V2 (replaces what was the normal LookAndFeel class) and LookAndFeel_V3 (this is a new style, taken from the Introjucer's L+F). 2013-10-27 22:02:21 +00:00
jules
61ed92ee51 Added a method XmlElement::prependChildElement(), and used this for a few optimisations. 2013-10-25 12:52:19 +01:00
jules
9d588b0bce Avoided a few unused parameter warnings. 2013-10-20 15:50:05 +01:00
jules
a204ea7ae8 Version number update 2013-10-17 21:54:19 +01:00
jules
a265c052c4 Made AudioProcessor::setPlayHead virtual. 2013-10-15 13:01:27 +01:00
jules
91d08bb7af Added VST hosting workarounds for plugins that return -1 as their current program index. 2013-10-04 10:39:31 +01:00
jules
12bf054456 Version number update 2013-10-03 09:25:43 +01:00
jules
5f9552c4ec Version number update 2013-09-30 14:45:59 +01:00
jules
3e233c2f24 Updated LADSPA and plugin host demo for latest changes. 2013-09-28 09:42:22 +01:00
jules
06a01c9497 Changed AudioPluginFormat::createInstanceFromDescription() to take sample rate + block size parameters. This allows it to pass them to the plugin earlier in its construction, as some plugins seem to be flaky if this doesn't happen. 2013-09-27 23:02:21 +01:00
jules
278c5d0cb5 Added a bool PluginDescription::hasSharedContainer 2013-09-27 21:11:53 +01:00
jules
6aae0c798c Added sanity-checking in AudioProcessor to block parameter change calls with nonsense indexes (as seen being sent by some buggy plugins). Also improved AudioProcessor::copyXmlToBinary method. 2013-09-26 12:05:01 +01:00
jules
37338584ac VST hosting: workaround for Waves 5 plugins. 2013-09-16 16:09:53 +01:00
jules
30fbdc7eb1 VST compile fix and method AudioPluginInstance::getDescription() 2013-09-12 16:19:55 +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
bd1c4cd652 Fixed a typo in VSTPluginFormat. 2013-09-04 15:54:51 +01:00
jules
0ded32be3e Removed some old boilerplate. 2013-08-31 13:20:16 +01:00
jules
508e25afbb Cleared-out the last batch of unnecessary includes. 2013-08-29 12:44:00 +01:00
jules
59b094a603 MSVC warning fix. 2013-08-28 19:32:55 +01:00
jules
3b2ff2be4e Added a method VSTPluginFormat::dispatcher() to allow raw access to a VST's dispatcher function. 2013-08-27 22:39:13 +01:00
jules
65c155e372 Added a class ContainerDeletePolicy, to allow custom delete operations on objects held by ScopedPointers or OwnedArrays. Also cleaned away a lot of superfluous includes in juce_core files. 2013-08-23 12:08:31 +01:00
jules
5564643f8a Plugin scanning: Added warnings to try to stop misguided users from scanning their entire disk or other system folders. 2013-08-14 11:42:43 +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
7a47c12a76 Cleaned away some old region-masking code from ComponentPeer, and improved some messy repaint inefficiencies involving win32 GL rendering. 2013-07-31 18:58:02 +01:00