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

654 commits

Author SHA1 Message Date
hogliux
c1ad53c14e Bump version number to 5.1.0 2017-07-27 12:39:23 +01:00
hogliux
7ca5ad001e Added multichannel file io readers and writers 2017-07-27 12:39:17 +01:00
jules
1044015465 Added an extra forced resize callback in linux VST hosting to avoid some repaint issues 2017-07-20 16:51:21 +01:00
tpoole
98cb1011bb JUCE Demo: Increased the compiler warning level 2017-07-18 13:09:03 +01:00
hogliux
a47dfc5969 Fixed a harmless compiler warning on MSVC in previous commit 2017-07-17 13:03:57 +01:00
hogliux
643bbdcf87 VST3: Added more VST3 speaker enums (and fallback for unknown speakers) to VST3 <-> JUCE speaker conversion functions 2017-07-17 12:54:23 +01:00
hogliux
9daf7e26e6 AU: Fixed a typo in the AU wrapper shared code 2017-07-17 09:19:38 +01:00
hogliux
0508e4f2fe AU: Remove old unused source file (and apply my previous fix on the correct file) 2017-07-10 17:47:09 +01:00
hogliux
da113a24a5 AU: Fixed a crash in a recent commit 2017-07-10 10:06:45 +01:00
hogliux
763ae6c4ad AU: Fixed a compiler error when building AU hosts 2017-07-07 16:02:25 +01:00
hogliux
27687f7193 AudioUnit PlugIns: Tidy up some AU wrapper code and fixed a bug which could lead the AU to report an incorrect AUChannelInfo 2017-07-05 17:02:54 +01:00
hogliux
a6ccee8e02 VST2 Hosting: Added a workaround for a bug in multi-channel VST-2 plug-ins which were created with an old version of JUCE (< 4.1.0) 2017-06-20 17:18:18 +01:00
hogliux
78c8fcbda1 VST2 Hosting: Always ensure that the buffer passed to the plug-in has at least the maximum number of channels that the VST2 plug-in supports 2017-06-20 17:18:18 +01:00
hogliux
44f17f5061 VST2: Fixed a VS2013 compiler error 2017-06-19 18:00:09 +01:00
hogliux
5930f2254c Added ability to add meta parameters to AudioProcessorValueTree 2017-06-19 16:22:20 +01:00
jules
8493da4d7b Added method AudioProcessorEditor::setScaleFactor() and the Presonus plugin GUI scaling extensions to the VST2/VST3 plugin client and host classes. 2017-06-07 10:33:59 +01:00
jules
ebe5916c49 Misc code cleanups 2017-06-07 10:13:38 +01:00
jules
82f3ab616a Avoided duplicate entries in the default VST search path 2017-06-07 10:07:02 +01:00
hogliux
7539a993f9 VST2: Fixed a typo in VST2 flag definition 2017-06-05 11:56:21 +01:00
hogliux
1c5042ab22 Silenced a harmless warning in VS2017 2017-06-05 11:14:04 +01:00
hogliux
ecacee031d AudioProcessor: Added optional getAlternateDisplayNames callback to be able specify shorter names for your AudioProcessor 2017-06-02 11:31:57 +01:00
tpoole
7663c4a045 Fixed a bug in the AudioProcessorGraph routing 2017-06-02 08:58:41 +01:00
jules
313571118e Added some braces to work around a compiler bug in VS2015 2017-05-31 12:38:07 +01:00
hogliux
bc3ef88603 Bump version number to 5.0.2 2017-05-30 16:32:47 +01:00
hogliux
307d515f4b Plug-ins: Added an assertion to check that no two parameters have the same id 2017-05-26 09:53:36 +01:00
hogliux
ed05677090 VST2 Hosting: Fixed a memory overrun bug which could occur for plug-ins with more than eight input or output channels 2017-05-22 19:35:45 +01:00
jules
de855f0b35 Cleanups to some X windowing classes 2017-05-22 15:52:26 +01:00
hogliux
4c03a9079b VST2 hosting: do not instantiate VST2 effects twice 2017-05-12 16:17:26 +01:00
jules
847b37bf09 Fixed a VST3 DLL shutdown problem on Windows 2017-05-10 16:41:01 +01:00
hogliux
b4d655499b VST2: Use 16 channels of midi in VST2 wrapper 2017-05-10 16:10:12 +01:00
hogliux
8413614744 Bump version number to 5.0.1 2017-05-04 15:26:54 +01:00
tpoole
f4046909ab Added an OS X 10.5 compatible std::function replacement 2017-05-03 15:36:25 +01:00
jules
377a73a122 Tweaked the audio hosting demo to prevent multiple instances of the built-in filters being added 2017-05-03 15:00:10 +01:00
jules
e46f1d5990 Disabled another warning in the VST3 headers 2017-05-02 10:45:41 +01:00
hogliux
9d81c5066a Bump version number to 5.0.0 2017-04-27 14:43:05 +01:00
hogliux
b5afccc37c Updated file headers and the README with the JUCE 5 license 2017-04-27 14:43:04 +01:00
hogliux
7ed37f8600 Added the standard JUCE splash screen and app usage reporting 2017-04-27 14:43:03 +01:00
hogliux
ef2c63e4e3 Added a new LookAndFeel (V4) and re-skinned the JUCE Demo and examples. Improved the JUCE Demo on mobile devices. 2017-04-27 14:40:50 +01:00
jules
d36156c620 Removed some extraneous semicolons 2017-04-21 11:15:07 +01:00
hogliux
411071f3b1 Fixed linux mouse jump issue by removing code that was made redundant after the latest linux improvements 2017-04-13 14:36:25 +01:00
jules
6c7bb37720 Fixed the use of the dontRescanIfAlreadyInList parameter in PluginDirectoryScanner::scanNextFile() 2017-04-12 14:49:08 +01:00
hogliux
daba498ef9 Fixed a bug where the AudioProcessor would sometimes fail to call the numChannelsChanged() callback 2017-04-03 12:16:58 +01:00
jules
79c54bc076 Added some missing 60fps framerate variables 2017-04-03 11:25:48 +01:00
tpoole
cbc0ed304b Fixed Xcode VST3PluginFormat compiler warnings 2017-03-30 11:07:16 +01:00
jules
8ed41ed14b Fixed some whitespace style and cleaned up some code using C++11 2017-03-27 13:06:42 +01:00
tpoole
79bdbc37cc Fixed some misleading indentation warnings 2017-03-27 11:57:00 +01:00
hogliux
d0b704c6d4 Fixed a potential crash in the VST3 wrapper when certain buses are disabled 2017-03-16 17:41:33 +00:00
hogliux
2ca5a9c32b Partially reverted fix for new VST3 SDK 3.6.7 by removing any dependency to VST2 SDK 2017-03-14 18:01:21 +00:00
hogliux
9c7ee8710a Added support for VST3 SDK 3.6.7
You will need to update your VST3 SDK!
2017-03-13 17:15:57 +00:00
jules
6658f1fa70 Fixed a documentation typo 2017-03-13 14:14:04 +00:00