jules
|
5448e88f39
|
AU hosting: made it refresh the parameter list when names change
|
9 years ago |
jules
|
ae712c72d8
|
Cleaned up a few String::empty uses
|
9 years ago |
jules
|
79d2a40035
|
Wrapped some AudioChannelSet names in NEEDS_TRANS macros
|
9 years ago |
jules
|
19d0c71050
|
Version number update
|
9 years ago |
hogliux
|
4fef661ada
|
Added multi-bus support for audio plug-in clients
|
9 years ago |
jules
|
1fe45f3d41
|
Plugin hosting: Fixed a problem getting the list of AU parameters
|
9 years ago |
jules
|
d9403b6785
|
Added an assertion to warn about plugin hosts closing GUIs on background threads
|
9 years ago |
jules
|
02492b36b9
|
Lots of small whitespace tweaks.
|
9 years ago |
jules
|
0d3afee459
|
AudioUnits: In host + plugin sides, passed the loop start/end ppq positions via the playhead position info.
|
9 years ago |
jules
|
0eac373893
|
Sorted out a few pedantic warnings thrown up in the audio host demo
|
9 years ago |
jules
|
428c8a79a5
|
Version number update
|
9 years ago |
jules
|
31381c6864
|
Stripped out some defunct OSX 10.4 fallback code
|
9 years ago |
jules
|
f17994269c
|
Plugins: added an assertion to catch people who are using the old parameter methods but who have forgotten to implement a getParameterText method.
|
9 years ago |
jules
|
5a43ea52e7
|
AudioProcessorGraph: now calls its superclass in response to setNonRealtime
|
9 years ago |
jules
|
c35ed85677
|
Version number update
|
9 years ago |
jules
|
a2b663de67
|
Audio Plugins: Added member variable PluginDescription::lastInfoUpdateTime
|
9 years ago |
jules
|
3cab305909
|
Improved rounding for values in AudioParameterChoice::convertTo0to1()
|
9 years ago |
Joshua Gerrard
|
04e55e6438
|
Fixed Doxygen warnings by updating documentation for AudioProcessorValueTreeState
|
9 years ago |
jules
|
1d24b558d8
|
Corrected a few documentation mistakes
|
9 years ago |
hogliux
|
d65efedc54
|
Fix bug when building VST hosts in Release mode
|
9 years ago |
jules
|
02041328dc
|
Misc minor fix-ups
|
9 years ago |
jules
|
b1a8470514
|
Added a collection of audio plugin parameter utility classes in juce_audio_processors/utilities
|
9 years ago |
jules
|
c562cfc3cc
|
Converted AudioSampleBuffer into a templated class that can use either float or double types. Used this to implement 64-bit audio plugin support in VST and AU
|
9 years ago |
jules
|
12447ba38f
|
Version 4.0.1
|
9 years ago |
jules
|
1d54fbe582
|
Fixed a few compiler warnings in the latest Xcode
|
9 years ago |
hogliux
|
98ebfdc1fa
|
Fix some warnings in the VST/VST3 wrappers
|
9 years ago |
hogliux
|
b7bca8ce5a
|
Add VST3 bypass support
|
9 years ago |
jules
|
5ee02150e1
|
Added some MIDI controller mapping functionality to VST3, and fixed a couple of VST3 bugs.
|
9 years ago |
jules
|
a6245991e4
|
Added a comment to AudioProcessor
|
9 years ago |
jules
|
cfbab7b011
|
Added an assertion to try to catch people who have mixed the old and new systems of adding parameters to AudioProcessor.
|
9 years ago |
Timur Doumler
|
48ca0bb56a
|
Fixed compile error with VST3 SDK version 3.6.5.
|
9 years ago |
hogliux
|
359f6e29aa
|
Fix multiple warnings in VS 2015
|
9 years ago |
Timur Doumler
|
dca4d77f9d
|
Fixed compiler warnings on Visual Studio 2015 RTM.
|
9 years ago |
jules
|
861d3d9710
|
Version 3.2.0
|
9 years ago |
hogliux
|
c7b8e77031
|
Update copyright notice
|
9 years ago |
jules
|
2246cd50fb
|
Avoided a race condition when removing i/o nodes from an AudioProcessorGraph
|
9 years ago |
jules
|
d74d345a29
|
Fix for AudioProcessorGraph::setPlayHead()
|
10 years ago |
jules
|
cd056a89cc
|
Whitespace fix.
|
10 years ago |
hogliux
|
661533c85d
|
Fix clang warnings on linux
|
10 years ago |
hogliux
|
f8cffb5949
|
Fix some warnings on newer GCC versions on linux
|
10 years ago |
jules
|
634ac71373
|
Linux VST windowing fixes.
|
10 years ago |
jules
|
06c1a15496
|
Added some missing 'override' decorators
|
10 years ago |
jules
|
722bee0852
|
Fix for linux VST hosting window sizing.
|
10 years ago |
jules
|
6fbc00f0ce
|
Fix for linux VST hosting window creation
|
10 years ago |
jules
|
21b1ba0e94
|
Documentation fix.
|
10 years ago |
hogliux
|
bbe1b0bc01
|
Do not ignore return-value of AudioPlayHead::getCurrentPosition
|
10 years ago |
hogliux
|
1eab4fe594
|
Do not ignore return-value of AudioPlayHead::getCurrentPosition
|
10 years ago |
jules
|
452a1f3475
|
Made the VST host classes support the "sizeWindow" canDo. The code has always supported the sizing callback, but for some reason the canDo wasn't responded to correctly.
|
10 years ago |
jules
|
fbdacb87b1
|
Added notes to some AudioProcessor methods which will eventually be deprecated.
|
10 years ago |
jules
|
95b4198e2c
|
Removed a couple of superfluous methods from AudioProcessor.
|
10 years ago |