hogliux
|
a53eda27d4
|
Fix various multi-bus issues and add support for consistent surround channel ordering
|
9 years ago |
jules
|
82c4938ebe
|
Deprecated theAudioProcessor::silenceInProducesSilenceOut method, which is no longer actually used by any of the plugin wrappers
|
9 years ago |
jules
|
08b853ee35
|
Removed some cross-module header inclusions, replacing them with macros to optionally make native helper classes public
|
9 years ago |
hogliux
|
2bd3931c49
|
Fixed typo in setPlayConfigDetails comment
|
9 years ago |
hogliux
|
c518877d17
|
Added some comments on when to use the Introjucer "PlugIn Configuration" field
|
9 years ago |
jules
|
66793fc09b
|
Removed a few more carbon workaround macros
|
9 years ago |
Timur Doumler
|
5ada47aa6f
|
Removed the hacky CarbonDummy*Name workaround for Point and Component (name clash with Carbon headers); fixed a few header include issues that prevented RTAS from compiling.
|
9 years ago |
jules
|
3ac5ab0ce4
|
Made AudioParameterFloat::getText handle a length of zero
|
9 years ago |
jules
|
76886ea268
|
Added some optimisations to AudioProcessorValueTreeState to avoid it refreshing unnecessarily
|
9 years ago |
jules
|
6c1eaaa0c7
|
Whitespace cleanup
|
9 years ago |
Timur Doumler
|
97ffb5ad93
|
Got rid of some more Visual Studio compiler warnings.
|
9 years ago |
Timur Doumler
|
5815416834
|
Avoided some Visual Studio 2010 warnings due to qualified enums (not allowed in pre-C++11).
|
9 years ago |
Timur Doumler
|
10cb636373
|
Avoided warning in Visual Studio (shadowing variables) by renaming private member variable AudioProcessor::sampleRate to currentSampleRate.
|
9 years ago |
jules
|
aec16864fc
|
Fixed a minor conversion warning
|
9 years ago |
jules
|
1240d4d6b3
|
Added new method AudioProcessor::supportsMPE(), and implemented this in AU and VST2
|
9 years ago |
jules
|
3bc38d1e3b
|
AudioUnit hosting: added code to handle plugin latency changes
|
9 years ago |
jules
|
d406cacc5f
|
Avoided some deprecation warnings when building hosts on Windows
|
9 years ago |
jules
|
47538f87a2
|
Fix for compatibility with the latest VST3 SDK
|
9 years ago |
jules
|
923e8fabdb
|
Removed some unnecessary includes of AppConfig.h
|
9 years ago |
jules
|
c95253fad0
|
Cleaned out some old amalgamated build references.
|
9 years ago |
jules
|
4583fa3fbf
|
Used the ignoreUnused() function to tidy up some old code
|
9 years ago |
jules
|
2a1234b6ac
|
Simplified some inter-module dependencies and exception-catching fallbacks
|
9 years ago |
jules
|
baab7546f4
|
Replaced some uses of the now-deprecated AudioProcessor::getTotalNumInputChannels()
|
9 years ago |
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 |