hogliux
|
4d0b1167f0
|
AAX: Added support for EQ curve graphs via a new AudioProcessor callback AudioProcessor::getAAXCurve
|
2018-05-22 12:51:57 +01:00 |
|
Tom Poole
|
009eb887ef
|
APVTS: Fixed an inconsistency between ComboBoxAttachment IDs and parameter values
|
2018-05-21 18:12:15 +01:00 |
|
jules
|
87042769b6
|
Tidied up some more old typedefs
|
2018-05-11 14:44:51 +01:00 |
|
jules
|
f3e1e52c88
|
Cleaned up some audio plugin creation function prototypes
|
2018-05-11 12:46:30 +01:00 |
|
ed
|
527625b699
|
Added support for building Unity native audio plugins on desktop platforms
|
2018-05-10 16:32:30 +01:00 |
|
ed
|
2d79cc78c0
|
Bump version number to 5.3.2
|
2018-05-09 12:34:36 +01:00 |
|
Tom Poole
|
3a0ab9f42a
|
Added a comment to clarify the behaviour of hosted parameter IDs
|
2018-05-09 11:03:31 +01:00 |
|
ed
|
481221a256
|
Cleaned up the ModifierKeys class and removed the peer-specific implementations of ModifierKeys::getCurrentModifiersRealtime() and ModifierKeys::updateCurrentModifiers()
|
2018-05-09 10:04:27 +01:00 |
|
Tom Poole
|
2e51654958
|
APVTS: Fixed some issues using an UndoManager with an AudioProcessorValueTreeState
|
2018-05-08 18:00:23 +01:00 |
|
Tom Poole
|
5a701fc385
|
VST and VST3: Removed the caching of hosted parameter information
|
2018-05-04 12:00:18 +01:00 |
|
jules
|
38295f332b
|
Converted some old typedefs to using declarations
|
2018-05-03 09:59:05 +01:00 |
|
ed
|
f69b9eb884
|
Add a config flag to juce_audio_processors for enabling LADSPA plugin hosting and enable it in AudioPluginHost
|
2018-04-25 12:56:23 +01:00 |
|
ed
|
940a68f7fe
|
Removed some debug statements
|
2018-04-24 08:51:52 +01:00 |
|
Tom Poole
|
cbfcb53274
|
Tweaked the layout of MidiInputSelectorComponentListBox
|
2018-04-24 07:32:20 +01:00 |
|
Tom Poole
|
6f7f264d04
|
Fixed a layout bug in MidiInputSelectorComponentListBox
|
2018-04-23 09:10:13 +01:00 |
|
ed
|
be8395478f
|
Fixed a couple of warnings in juce_VSTPluginFormat.cpp
|
2018-04-23 09:09:28 +01:00 |
|
Tom Poole
|
036458ed0a
|
Fixed a bug migrating ScopedPointer to std::unique_ptr for Carbon based AUs
|
2018-04-20 10:50:18 +01:00 |
|
Tom Poole
|
ab863a6dc2
|
Replaced all usage of ScopedPointer with std::unique_ptr
|
2018-04-19 20:27:47 +01:00 |
|
Tom Poole
|
8ec069cabe
|
Fixed a race condition in AudioProcessorGraph
|
2018-04-19 09:34:20 +01:00 |
|
Tom Poole
|
c7c26fa9f0
|
Removed the OS X 10.5 and 10.6 deployment target options from the Projucer and enabled more C++11 features across all platforms
|
2018-04-17 18:46:55 +01:00 |
|
Tom Poole
|
fd73d77484
|
Added some checks on index values in AudioProcessor
|
2018-04-17 17:25:24 +01:00 |
|
Tom Poole
|
208c7923dc
|
Fixed some bugs in GenericAudioProcessorEditor
|
2018-04-17 16:30:43 +01:00 |
|
hogliux
|
125c56293f
|
Removed a return statement in a function returning void
|
2018-04-13 07:36:52 +01:00 |
|
Tom Poole
|
4229dc0a4f
|
Made a lot of ScopedPointer usage conform to the std::unique_ptr interface
|
2018-04-10 18:34:20 +01:00 |
|
Noah Dayan
|
1a31c86f39
|
Bump version number to 5.3.1
|
2018-04-10 17:01:54 +01:00 |
|
ed
|
5385102d45
|
AU: Modified AudioUnitPluginInstance::hasEditor() to check if iOS AUs have an editor instead of always returning true
|
2018-04-06 16:53:01 +01:00 |
|
Tom Poole
|
76ed748c79
|
Added an isBoolean flag to APVTS parameters
|
2018-04-06 11:30:49 +01:00 |
|
hogliux
|
0db9415de6
|
Add bypass support to both hosting and plug-in client code
|
2018-04-04 11:26:26 +01:00 |
|
hogliux
|
e05a1549f2
|
Re-worked plug-in wrappers to all use new parameter system via LegacyAudioParameter wrapper class
|
2018-04-04 11:26:26 +01:00 |
|
ed
|
262dff8854
|
Bump version number to 5.3.0
|
2018-03-15 12:23:30 +00:00 |
|
ed
|
cdbc28c18b
|
Add documentation tags
|
2018-03-15 12:10:32 +00:00 |
|
Tom Poole
|
1e9a5a18ec
|
Fixed an issue forwarding valueToText functions in the SliderAttachment
|
2018-03-13 16:34:40 +00:00 |
|
Tom Poole
|
c2a877cac8
|
Passed the valueToTextFunction and textToValueFunction lambdas from an AudioProcessorValueTreeState parameter to an attached slider
|
2018-03-12 10:08:38 +00:00 |
|
Tom Poole
|
f1af3908d5
|
Documentation fixes
|
2018-03-11 09:25:09 +00:00 |
|
Lukasz Kozakiewicz
|
b5e1c3d4c4
|
AudioProcessorGraph: start outputting audio only after the graph is prepared.
|
2018-03-08 15:07:08 +01:00 |
|
Lukasz Kozakiewicz
|
3fcbead84c
|
AudioProcessor: update obsolete comments (remove reference to non-existent AudiobusLayout).
|
2018-03-08 10:56:16 +01:00 |
|
Tom Poole
|
0ffe0fb61b
|
Added value-string conversion lambdas to the constructors of AudioParameterBool Choice Float and Int
|
2018-03-06 15:37:57 +00:00 |
|
Tom Poole
|
284fdc51df
|
Added a setNormalisableRange method to Slider
|
2018-03-02 14:36:49 +00:00 |
|
Tom Poole
|
524ff595d9
|
Added a missing function deprecation
|
2018-03-01 16:50:29 +00:00 |
|
Tom Poole
|
611971181f
|
Added host-side AudioProcessorParameter implementations, deprecated the old methods for managing parameters, and updated the GenericAudioProcessorEditor
|
2018-02-23 09:27:35 +00:00 |
|
Tom Poole
|
40d0d74ce4
|
Fixed a typo in a comment
|
2018-02-22 22:59:11 +00:00 |
|
Tom Poole
|
d3d1eeb770
|
Added an AudioProcessorParameter listener class
|
2018-02-15 12:13:44 +00:00 |
|
Tom Poole
|
d0c2c025ce
|
Added the ability to mark an AudioProcessorParameter as boolean
|
2018-02-14 15:38:58 +00:00 |
|
jules
|
e55e87ee0e
|
Fixed a compile problem where Atomic<bool> isn't available on some architectures
|
2018-02-13 17:06:38 +00:00 |
|
Reuben Thomas
|
0931fcea18
|
Solved an issue where Ableton Live will deadlock when loading a plugin based on an AudioProcessorGraph.
|
2018-02-13 16:51:41 +00:00 |
|
Tom Poole
|
5b8ef5bc1d
|
Minor formatting fixes
|
2018-02-12 15:50:41 +00:00 |
|
ed
|
fa0f7a4281
|
Bump version number to 5.2.1
|
2018-02-08 10:55:52 +00:00 |
|
Tom Poole
|
1dc62a397c
|
Made the AudioProcessorValueTreeState more efficient when loading partial ValueTrees
|
2018-02-08 09:42:24 +00:00 |
|
hogliux
|
98edbad0b1
|
VST3: Added support for loading VST3 preset files via a new method VST3PluginFormat::setStateFromVSTPresetFile
|
2018-02-07 17:08:54 +00:00 |
|
Tom Poole
|
0a3da44f07
|
AU: Fixed a bug setting default values for discrete parameters
|
2018-02-02 14:39:01 +00:00 |
|