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

681 commits

Author SHA1 Message Date
tpoole
bab3ce9759 AU and AUv3: Enabled JucePlugin_AUHighResolutionParameters by default and combined this breaking change with 4dcce50 2017-09-13 08:53:53 +01:00
tpoole
2eaca0526d Added another fix to 4dcce50 to support AudioProcessor based parameter selection 2017-09-12 10:00:50 +01:00
hogliux
28eda21b89 VST2: Fixed live-resize issue in Bitwig 2017-09-11 17:15:34 +01:00
tpoole
cbdf17a6fb Increased the size of the standalone filter settings window 2017-09-11 12:55:26 +01:00
tpoole
a234313120 Fixed Digital Performer host detection on MacOS 2017-09-11 12:26:03 +01:00
hogliux
0a2fabb2e1 VST3: Fixed a harmless MSVC warning in previous commit 2017-09-11 09:24:04 +01:00
hogliux
a426feb6c2 VST3: checkBusFormatsAreNotDiscrete should return true when buses are disabled 2017-09-11 09:12:28 +01:00
tpoole
6d369ac0d6 Fixed a double header inclusion bug 2017-09-11 08:41:47 +01:00
tpoole
743c9d55e7 AU: Implemented GetParameterValueStrings for discrete parameters 2017-09-08 16:54:59 +01:00
jules
eda613c6db Moved all "namespace juce" declarations from module headers to the individual .h and .cpp source files. This makes life a lot easier for Intellisense and other IDE autocompletion tools 2017-09-08 08:59:55 +01:00
tpoole
f346de10c3 Fixed 4dcce50 to support AudioProcessor based parameter selection 2017-09-07 16:26:11 +01:00
hogliux
05624e8354 AU: Disable CoreAnimation resizing transitions for AU plug-in windows 2017-09-07 16:19:14 +01:00
hogliux
56e6d69364 VST3: Fix plug-in resize issue in Bitwig studio 2017-09-07 15:19:38 +01:00
tpoole
4dcce5083c Added an option to declare plug-in parameters as either continuous or discrete, irrespective of their number of steps 2017-09-07 10:11:29 +01:00
hogliux
665b0a3e3a VST3: Fixed the calculation of timeInSeconds AudioPlayHead information 2017-09-06 14:29:50 +01:00
hogliux
7d98da98ea Added FakeMouseMoveGenerator to AAX plug-ins so that the recent plug-in mouse exit fix also works for AAX plug-ins 2017-09-01 15:06:32 +01:00
hogliux
86f9c11d15 Added new FrameRateType fps23976 to AudioPlayHead 2017-09-01 11:09:44 +01:00
ed
37c243bb49 Fixed a bug in plug-ins on Mac where mouse exit events weren't being sent when the mouse cursor left the plug-in window 2017-08-31 12:04:07 +01:00
tpoole
43ccf26b91 Removed a duplicate line when detecting the plug-in host type 2017-08-30 16:02:30 +01:00
tpoole
9b30c2401a Added plug-in host type detection for Cubase 8.5 and 9 2017-08-30 15:25:49 +01:00
hogliux
b78ce1f059 Fixed an assertion when quitting the standalone plug-in target when the audio settings window is open 2017-08-30 10:47:51 +01:00
tpoole
9b687968db Fixed some g++ compiler warnings 2017-08-29 14:47:04 +01:00
tpoole
d2967de994 Fixed some compiler errors when creating AU plug-ins with Xcode 9 2017-08-23 11:07:17 +01:00
hogliux
ffdc318d7f iOS/Android PlugIn Standalone: Fixed an issue where midi callbacks would be added twice 2017-08-19 11:14:53 +01:00
hogliux
b56e3890c2 Added AudioProcessor::updateTrackProperties callback to inform plug-ins about track colour and name changes 2017-08-18 17:52:23 +01:00
hogliux
0fd1a69525 AU/Auv3: Added workaround for compiler issue when initialising CoreAudio's AudioChannelLayout structure using braces 2017-08-16 13:34:48 +01:00
jules
357dd2c9c9 Removed some old compiler bug workarounds 2017-08-14 12:59:18 +01:00
hogliux
368d2542a1 VST2: Fixed an issue with resizing plug-ins in Ableton Live 2017-08-08 09:26:30 +01:00
hogliux
c02ef79fd6 Bump version number to 5.1.1 2017-08-02 18:35:29 +01:00
hogliux
dcfec9de3b AU: Fixed a compiler error when using the legacy channel layout field 2017-07-31 10:02:45 +01:00
tpoole
1b18a34471 Code formatting improvements 2017-07-28 08:58:31 +01:00
tpoole
621fcf31d2 AUv3: Added support for MIDI output, host MIDI controller visibility and MPE 2017-07-28 08:57:38 +01:00
tpoole
ee8be93712 VST2: Fixed a bug when asking the host to resize a plug-in window 2017-07-27 14:59:33 +01:00
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
tpoole
281c2fe2af Narrowed the scope where -Wundeclared-selector is ignored in the AUv3 wrapper 2017-07-26 16:29:17 +01:00
hogliux
c0f69183e7 VST2 & VST3: Plug-Ins will already be scaled on retina screens - don't try scaling them again 2017-07-26 14:42:44 +01:00
tpoole
a05362d46b Projucer: Xcode exporter: Updated to support Xcode 9 2017-07-24 18:00:54 +01:00
hogliux
bfc5708521 VST2: Ignore scaling requests on macOS/iOS as scaling is already handled natively 2017-07-20 08:59:45 +01:00
hogliux
663af835f9 AUv3: Update preset list when updateHostDisplay is called 2017-07-19 10:44:31 +01:00
jules
f0792827a4 Added Tracktion Waveform to PluginHostType 2017-07-17 13:00:31 +01:00
hogliux
4b4b171423 VST3: Fixed an issue where the program number was calculated incorrectly when the host requests a program change 2017-07-11 11:43:08 +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
ab13359c66 AAX: Fixed an issue where an AAX plug-in would hit an internal ProTool assertion if it had meters (and no sidechain) 2017-07-06 15:24:56 +01:00
tpoole
507a4ed985 Standalone plug-in: Fixed the placement of the mute feedback option 2017-07-05 14:15:50 +01:00
tpoole
f4622f2f46 Restored an accidentally deleted file and resaved all projects 2017-06-30 16:59:53 +01:00
jules
74c96208fe Removed Quicktime from the OSX build, and replaced the video player and camera implementations with AVFoundation 2017-06-30 16:08:51 +01:00
hogliux
6f879cd8cd AAX: Fixed an issue where AAX plug-ins would report a confusing error if their AudioProcessor's getStateInformation returned an empty MemoryBlock 2017-06-29 18:03:59 +01:00
hogliux
abd04ad948 Fixed a typo in the previous commit 2017-06-20 12:56:21 +01:00
hogliux
831e06d6bd VST2: Fixed missing Xlib initialisation in VST2 wrapper 2017-06-20 11:37:45 +01:00