hogliux
|
c5323d2209
|
iOS: Fixed an ambiguous reference to AudioBuffer when compiling the AudioUnitPluginFormat host code for iOS
|
7 years ago |
ed
|
78f34fe51f
|
AU: Fixed an error when targeting 32-bit architectures
|
7 years ago |
tpoole
|
8f54c73686
|
Fixed a double inclusion of the Carbon headers
|
7 years ago |
tpoole
|
849f9e8f4a
|
Removed a duplicate module configuration parameter
|
7 years ago |
ed
|
94e8a43a95
|
AU: Replaced std::unordered_map with HashMap for parameter lookup
|
7 years ago |
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
|
7 years ago |
tpoole
|
b58a0f4be7
|
Fixed some VS2013 compiler errors
|
7 years ago |
tpoole
|
4dcce5083c
|
Added an option to declare plug-in parameters as either continuous or discrete, irrespective of their number of steps
|
7 years ago |
jules
|
7c6f3d40b6
|
Tidied up some method calls involving HeapBlock
|
7 years ago |
hogliux
|
86f9c11d15
|
Added new FrameRateType fps23976 to AudioPlayHead
|
7 years ago |
tpoole
|
16f2c13ea7
|
Added the ability to use non-automatable parameters with the AudioProcessorValueTreeState class
|
7 years ago |
tpoole
|
9b687968db
|
Fixed some g++ compiler warnings
|
7 years ago |
tpoole
|
c84aa57473
|
Removed the unordered_map header from juce_StandardHeader.h
|
7 years ago |
tpoole
|
8408e54637
|
AU: Fixed a compiler warning
|
7 years ago |
hogliux
|
7107d3fe1e
|
AU hosting: Fixed potential compiler error/warning on iOS
|
7 years ago |
jules
|
0e95d97404
|
Added a fast parameter ID lookup to the AudioUnit wrapper
|
7 years ago |
jules
|
997c669260
|
VST: made sure the VstSpeakerConfiguration is never created with a size smaller than the original structure definition
|
7 years ago |
tpoole
|
6383b05d7f
|
VST3: Fixed some VST3 hosting compiler errors on Windows
|
7 years ago |
hogliux
|
b56e3890c2
|
Added AudioProcessor::updateTrackProperties callback to inform plug-ins about track colour and name changes
|
7 years ago |
jules
|
ef58d3716f
|
Added a missing VST3 header
|
7 years ago |
jules
|
357dd2c9c9
|
Removed some old compiler bug workarounds
|
7 years ago |
hogliux
|
825888afba
|
AudioProcessorGraph: Fixed a crash when the processor graph is called with block sizes larger than reported by prepareToPlay
|
7 years ago |
hogliux
|
c02ef79fd6
|
Bump version number to 5.1.1
|
7 years ago |
tpoole
|
621fcf31d2
|
AUv3: Added support for MIDI output, host MIDI controller visibility and MPE
|
7 years ago |
hogliux
|
c1ad53c14e
|
Bump version number to 5.1.0
|
7 years ago |
hogliux
|
7ca5ad001e
|
Added multichannel file io readers and writers
|
7 years ago |
jules
|
1044015465
|
Added an extra forced resize callback in linux VST hosting to avoid some repaint issues
|
7 years ago |
tpoole
|
98cb1011bb
|
JUCE Demo: Increased the compiler warning level
|
7 years ago |
hogliux
|
a47dfc5969
|
Fixed a harmless compiler warning on MSVC in previous commit
|
7 years ago |
hogliux
|
643bbdcf87
|
VST3: Added more VST3 speaker enums (and fallback for unknown speakers) to VST3 <-> JUCE speaker conversion functions
|
7 years ago |
hogliux
|
9daf7e26e6
|
AU: Fixed a typo in the AU wrapper shared code
|
7 years ago |
hogliux
|
0508e4f2fe
|
AU: Remove old unused source file (and apply my previous fix on the correct file)
|
7 years ago |
hogliux
|
da113a24a5
|
AU: Fixed a crash in a recent commit
|
7 years ago |
hogliux
|
763ae6c4ad
|
AU: Fixed a compiler error when building AU hosts
|
7 years ago |
hogliux
|
27687f7193
|
AudioUnit PlugIns: Tidy up some AU wrapper code and fixed a bug which could lead the AU to report an incorrect AUChannelInfo
|
7 years ago |
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)
|
8 years ago |
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
|
8 years ago |
hogliux
|
44f17f5061
|
VST2: Fixed a VS2013 compiler error
|
8 years ago |
hogliux
|
5930f2254c
|
Added ability to add meta parameters to AudioProcessorValueTree
|
8 years ago |
jules
|
8493da4d7b
|
Added method AudioProcessorEditor::setScaleFactor() and the Presonus plugin GUI scaling extensions to the VST2/VST3 plugin client and host classes.
|
8 years ago |
jules
|
ebe5916c49
|
Misc code cleanups
|
8 years ago |
jules
|
82f3ab616a
|
Avoided duplicate entries in the default VST search path
|
8 years ago |
hogliux
|
7539a993f9
|
VST2: Fixed a typo in VST2 flag definition
|
8 years ago |
hogliux
|
1c5042ab22
|
Silenced a harmless warning in VS2017
|
8 years ago |
hogliux
|
ecacee031d
|
AudioProcessor: Added optional getAlternateDisplayNames callback to be able specify shorter names for your AudioProcessor
|
8 years ago |
tpoole
|
7663c4a045
|
Fixed a bug in the AudioProcessorGraph routing
|
8 years ago |
jules
|
313571118e
|
Added some braces to work around a compiler bug in VS2015
|
8 years ago |
hogliux
|
bc3ef88603
|
Bump version number to 5.0.2
|
8 years ago |
hogliux
|
307d515f4b
|
Plug-ins: Added an assertion to check that no two parameters have the same id
|
8 years ago |
hogliux
|
ed05677090
|
VST2 Hosting: Fixed a memory overrun bug which could occur for plug-ins with more than eight input or output channels
|
8 years ago |