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

126 commits

Author SHA1 Message Date
jules
fd2011ee8b VST parameter name refactoring + UTF8 handling. 2012-11-25 11:30:02 +00:00
jules
f24f7b638c Modal component fix. Minor tweaks. 2012-11-19 23:29:39 +00:00
jules
f903695ba3 Audio plugins: better bypass support, with an AudioProcessor::processBlockBypassed() method that can be used for custom behaviour. 2012-11-18 18:03:44 +00:00
jules
f02f1c3cdd VST hosting window ownership fix. 2012-11-16 14:57:52 +00:00
jules
982ad70e29 Linux VST hosting fix. 2012-11-16 10:30:34 +00:00
jules
4d4321bea1 Version 2.0.28 2012-11-14 10:01:45 +00:00
jules
04fbf0a8ae Plugin hosting fixes. 2012-11-12 11:31:40 +00:00
jules
ac5030b909 Plugin scanning improvements: Crashed plugins are blacklisted and shown in the plugin list component. 2012-11-10 20:30:51 +00:00
jules
07e7188eb1 Tidied up a few compiler warnings. 2012-11-07 20:50:45 +00:00
jules
d50bb757dc VST plugin search path improvement. 2012-11-07 10:03:56 +00:00
jules
1fbb854880 Changed include style for aeffectx.h 2012-11-05 20:32:40 +00:00
jules
aa0eb1a75d Changed the VST version number to be parsed as base-10 rather than base-16. 2012-11-02 17:14:44 +00:00
jules
3ff54f9c33 VST hosting: added support for more VST host time flags. 2012-10-25 12:44:59 +01:00
jules
70257e902f Changed the result of MidiMessage::getMidiNoteInHertz to correctly map midi 69 to 440Hz 2012-10-23 12:43:09 +01:00
jules
271de5c581 Added flags to AudioPlayHead comparator. 2012-10-22 12:49:35 +01:00
jules
f45574e53a VST host fix for Windows. 2012-10-19 19:33:39 +01:00
jules
eda5904ba7 Added method AudioProcessor::silenceInProducesSilenceOut(). 2012-10-19 18:44:07 +01:00
jules
02f5a1f876 VSTPluginFormat: internal refactoring, and some new accessor methods. 2012-10-19 09:47:28 +01:00
jules
5ed768e953 New enum: NotificationType, to indicate whether to send a change message or not (and whether it should be async). Updates to ListBox, TreeView and Slider methods to use this type instead of bools. 2012-10-18 13:53:02 +01:00
jules
70ebb6f438 Fix for AU hosting of plugins with leading spaces in their IDs. 2012-10-14 11:43:30 +01:00
jules
019fbbb1d9 Minor AU hosting changes. 2012-10-13 19:42:06 +01:00
jules
521067b615 Small memory leak fix in CoreAudioFormat. 2012-10-12 10:39:09 +01:00
jules
08b57b8a0d Added midi-out support for AU hosting. 2012-10-12 09:45:18 +01:00
jules
ede73fcfd7 Fix for some Apple AU guis. 2012-10-11 17:15:07 +01:00
jules
b2c60afe53 VST Host compile fixes for win32. 2012-10-10 14:24:40 +01:00
jules
10c0894141 Added AudioProcessor::wrapperType flags 2012-10-10 10:50:34 +01:00
jules
53edf99901 Added a class KnownPluginList::PluginTree for accessing a sorted tree of plugins. Misc other improvements to plugin hosting. Also added methods for getting a plugin's VSTXML data. 2012-10-10 10:29:38 +01:00
jules
9a452a2230 Changes for VST hosting without Carbon. 2012-10-08 19:33:29 +01:00
jules
d5df89190c AudioUnit: name CFString release fixes. 2012-10-07 10:53:06 +01:00
jules
a4d898513b Added AudioProcessor::getParameterLabel method. 2012-10-05 17:25:51 +01:00
jules
552d4b392c Small VST hosting fix. 2012-10-04 09:58:43 +01:00
jules
86223a267c Removed an unnecessary extra byte generated by AudioProcessor::copyXmlToBinary() 2012-10-01 10:14:26 +01:00
jules
4197f76ac0 AudioUnits: exposed a method to force a reload of the parameter list. 2012-09-28 11:09:32 +01:00
jules
da4d2a46cb Refactored audio plugin DllMain. 2012-09-25 17:20:32 +01:00
jules
20b3058af3 Fix for AU compiling with gcc4.2 2012-09-18 16:20:07 +01:00
jules
b562bbab74 Added callback method: AudioProcessor::numChannelsChanged(). 2012-09-12 15:34:28 +01:00
jules
9a24aa8a20 Minor clean-ups. 2012-09-11 09:35:03 +01:00
jules
d9f0ac29b6 Fixed a few documentation typos. Tweaked positioning logic for CallOutBox. 2012-09-09 21:03:39 +01:00
jules
ad958be260 Version bump: 2.0.27 2012-09-08 14:37:39 +01:00
jules
abb4946191 Version bump: 2.0.26 2012-09-04 15:26:43 +01:00
jules
5b2a49ed5a Plugin host sample position. 2012-08-26 09:57:15 +01:00
jules
33dbaa2d30 Added AudioPlayHead::CurrentPositionInfo::timeInSamples member. 2012-08-25 20:53:40 +01:00
jules
7d014acb6c Mingw fixes. 2012-08-24 17:48:26 +01:00
jules
9961c990bb Fix for GenericAudioProcessorEditor parameter changes. 2012-08-24 15:45:43 +01:00
jules
2b856f41a0 AudioUnit host: set the plugin's kAudioUnitProperty_MaximumFramesPerSlice property. 2012-08-16 13:55:01 +01:00
jules
8576a65c8b Stopped plugin scan from blocking timers. 2012-08-10 08:41:01 +01:00
jules
665c85b147 Version number bump. 2012-08-09 08:56:28 +01:00
jules
4f206a3f3a Version bump. 2012-07-24 17:04:29 +01:00
jules
75d72d6323 Version number bump. 2012-07-21 14:39:29 +01:00
jules
55dc84bc69 Minor fixes for AudioPluginFormatManager, PluginListComponent. 2012-07-13 16:16:20 +01:00