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

689 commits

Author SHA1 Message Date
jules
31c99d3680 Cleaned up some missing std:: namespaces for maths functions, and updated some old documentation for AudioProcessor 2017-10-10 09:01:35 +01:00
tpoole
598b791964 Fixed a bug when selecting AudioParameterChoice values in native DAW parameter views 2017-10-05 17:20:37 +01:00
jules
3d7c777238 Some light modernisation of a bunch of old code 2017-10-04 12:47:43 +01:00
hogliux
2b01c39aae VST2 hosting: Swapped confusing build/bugfix variable names in recent commit 2017-10-03 16:36:06 +01:00
hogliux
1b0fb11667 Fixed a compiler warning in the previous commit 2017-10-03 11:48:51 +01:00
hogliux
c38282778d VST2: Ensured that the VST2 version number is encoded correctly for display in Cubase and when hosting VST2 plug-ins in JUCE 2017-10-03 11:02:32 +01:00
jules
27a6903cac Changed the way isPositiveAndBelow is written to avoid needing to cast the second parameter to an int 2017-09-27 12:24:02 +01:00
hogliux
82bc9da02c Added support for Atmos 7.0.2 and 7.1.2 Surround formats 2017-09-25 12:06:01 +01:00
hogliux
fcffaa6751 VST3: Fixed an issue with the VST3 implementation of isInputChannelStereoPair/isOutputChannelStereoPair 2017-09-19 16:51:52 +01:00
tpoole
0ae8aa812c Bump version number to 5.1.2 2017-09-18 14:59:57 +01:00
jules
f4d1969753 Fixed a few documentation typos 2017-09-15 10:09:08 +01:00
hogliux
c5323d2209 iOS: Fixed an ambiguous reference to AudioBuffer when compiling the AudioUnitPluginFormat host code for iOS 2017-09-11 15:57:33 +01:00
ed
78f34fe51f AU: Fixed an error when targeting 32-bit architectures 2017-09-11 10:43:56 +01:00
tpoole
8f54c73686 Fixed a double inclusion of the Carbon headers 2017-09-11 10:13:38 +01:00
tpoole
849f9e8f4a Removed a duplicate module configuration parameter 2017-09-11 09:31:46 +01:00
ed
94e8a43a95 AU: Replaced std::unordered_map with HashMap for parameter lookup 2017-09-11 09:25:36 +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
b58a0f4be7 Fixed some VS2013 compiler errors 2017-09-07 16:44:46 +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
jules
7c6f3d40b6 Tidied up some method calls involving HeapBlock 2017-09-05 16:06:57 +01:00
hogliux
86f9c11d15 Added new FrameRateType fps23976 to AudioPlayHead 2017-09-01 11:09:44 +01:00
tpoole
16f2c13ea7 Added the ability to use non-automatable parameters with the AudioProcessorValueTreeState class 2017-08-31 14:17:43 +01:00
tpoole
9b687968db Fixed some g++ compiler warnings 2017-08-29 14:47:04 +01:00
tpoole
c84aa57473 Removed the unordered_map header from juce_StandardHeader.h 2017-08-24 16:07:25 +01:00
tpoole
8408e54637 AU: Fixed a compiler warning 2017-08-24 15:20:14 +01:00
hogliux
7107d3fe1e AU hosting: Fixed potential compiler error/warning on iOS 2017-08-24 14:14:55 +01:00
jules
0e95d97404 Added a fast parameter ID lookup to the AudioUnit wrapper 2017-08-23 17:31:04 +01:00
jules
997c669260 VST: made sure the VstSpeakerConfiguration is never created with a size smaller than the original structure definition 2017-08-23 16:48:02 +01:00
tpoole
6383b05d7f VST3: Fixed some VST3 hosting compiler errors on Windows 2017-08-21 18:18:47 +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
jules
ef58d3716f Added a missing VST3 header 2017-08-15 09:57:46 +01:00
jules
357dd2c9c9 Removed some old compiler bug workarounds 2017-08-14 12:59:18 +01:00
hogliux
825888afba AudioProcessorGraph: Fixed a crash when the processor graph is called with block sizes larger than reported by prepareToPlay 2017-08-11 11:45:12 +01:00
hogliux
c02ef79fd6 Bump version number to 5.1.1 2017-08-02 18:35:29 +01:00
tpoole
621fcf31d2 AUv3: Added support for MIDI output, host MIDI controller visibility and MPE 2017-07-28 08:57:38 +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
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