jules
|
fb864a5cb1
|
Corrected some spelling mistakes in comments
|
2016-04-11 11:13:44 +01:00 |
|
Timur Doumler
|
70949aa0c6
|
Added several new features: support for AudioUnit v3, new simplified JUCE module format, deleted the Introjucer and replaced it by the Projucer, various improvements for exporting of iOS and Android projects.
|
2016-04-06 18:31:24 +01:00 |
|
hogliux
|
84bc58f0c3
|
Add ability to remove a AudioGraph's node by it's pointer
|
2016-03-08 09:00:18 +00:00 |
|
hogliux
|
7ee4c800a9
|
Add getChannelIndexForType to AudioChannelSet class
|
2016-03-07 16:06:11 +00:00 |
|
hogliux
|
f4ac12820c
|
Fix channel names in surround channel layouts
|
2016-02-19 10:22:37 +00:00 |
|
hogliux
|
d0d9b9c181
|
Choose stereo layout as default layout when using legacy channel configuration field
|
2016-02-16 09:11:22 +00:00 |
|
hogliux
|
fc8ffd9f76
|
Fix finding default layout for legacy plug-ins
|
2016-02-15 11:38:07 +00:00 |
|
hogliux
|
a53eda27d4
|
Fix various multi-bus issues and add support for consistent surround channel ordering
|
2016-02-09 17:46:28 +00:00 |
|
jules
|
82c4938ebe
|
Deprecated theAudioProcessor::silenceInProducesSilenceOut method, which is no longer actually used by any of the plugin wrappers
|
2016-02-08 16:53:48 +00:00 |
|
hogliux
|
2bd3931c49
|
Fixed typo in setPlayConfigDetails comment
|
2016-02-03 11:58:55 +00:00 |
|
hogliux
|
c518877d17
|
Added some comments on when to use the Introjucer "PlugIn Configuration" field
|
2016-02-01 16:31:26 +00:00 |
|
jules
|
6c1eaaa0c7
|
Whitespace cleanup
|
2016-01-08 17:41:45 +00:00 |
|
Timur Doumler
|
10cb636373
|
Avoided warning in Visual Studio (shadowing variables) by renaming private member variable AudioProcessor::sampleRate to currentSampleRate.
|
2016-01-08 15:39:34 +00:00 |
|
jules
|
1240d4d6b3
|
Added new method AudioProcessor::supportsMPE(), and implemented this in AU and VST2
|
2016-01-07 11:44:57 +00:00 |
|
jules
|
d406cacc5f
|
Avoided some deprecation warnings when building hosts on Windows
|
2016-01-05 16:39:21 +00:00 |
|
jules
|
79d2a40035
|
Wrapped some AudioChannelSet names in NEEDS_TRANS macros
|
2015-12-21 11:04:33 +00:00 |
|
hogliux
|
4fef661ada
|
Added multi-bus support for audio plug-in clients
|
2015-12-16 17:58:25 +00:00 |
|
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.
|
2015-11-24 12:59:45 +00:00 |
|
jules
|
5a43ea52e7
|
AudioProcessorGraph: now calls its superclass in response to setNonRealtime
|
2015-11-24 11:40:16 +00:00 |
|
jules
|
a2b663de67
|
Audio Plugins: Added member variable PluginDescription::lastInfoUpdateTime
|
2015-11-09 17:21:33 +00:00 |
|
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
|
2015-11-02 11:09:41 +00:00 |
|
jules
|
a6245991e4
|
Added a comment to AudioProcessor
|
2015-08-24 10:13:33 +01:00 |
|
jules
|
cfbab7b011
|
Added an assertion to try to catch people who have mixed the old and new systems of adding parameters to AudioProcessor.
|
2015-08-17 19:08:08 +01:00 |
|
Timur Doumler
|
dca4d77f9d
|
Fixed compiler warnings on Visual Studio 2015 RTM.
|
2015-07-23 15:57:18 +01:00 |
|
hogliux
|
c7b8e77031
|
Update copyright notice
|
2015-07-22 15:59:34 +01:00 |
|
jules
|
2246cd50fb
|
Avoided a race condition when removing i/o nodes from an AudioProcessorGraph
|
2015-07-17 13:07:11 +01:00 |
|
jules
|
d74d345a29
|
Fix for AudioProcessorGraph::setPlayHead()
|
2015-06-29 16:25:06 +01:00 |
|
hogliux
|
f8cffb5949
|
Fix some warnings on newer GCC versions on linux
|
2015-06-17 10:41:30 +02:00 |
|
jules
|
06c1a15496
|
Added some missing 'override' decorators
|
2015-05-15 12:54:44 +01:00 |
|
jules
|
21b1ba0e94
|
Documentation fix.
|
2015-05-11 10:07:16 +01:00 |
|
hogliux
|
bbe1b0bc01
|
Do not ignore return-value of AudioPlayHead::getCurrentPosition
|
2015-04-07 14:39:46 +01:00 |
|
jules
|
fbdacb87b1
|
Added notes to some AudioProcessor methods which will eventually be deprecated.
|
2015-03-30 12:00:49 +01:00 |
|
jules
|
95b4198e2c
|
Removed a couple of superfluous methods from AudioProcessor.
|
2015-03-28 09:50:20 +00:00 |
|
jules
|
6225b5de49
|
Added support for parameter value<->text conversion in VST and VST3 plugin formats. Also updated the JUCE demo audio plugin code to use the new AudioProcessorParameter class for its params.
|
2015-03-26 15:40:52 +00:00 |
|
jules
|
dccd4f0393
|
Added a flag JUCE_DISABLE_AUDIOPROCESSOR_BEGIN_END_GESTURE_CHECKING which can be used to avoid sanity-checks on plugin parameter gestures
|
2015-03-24 09:13:10 +00:00 |
|
jules
|
14c7f8f90a
|
Minor comment correction
|
2015-03-23 16:38:35 +00:00 |
|
jules
|
2bccce2f6f
|
Improved a couple of comments.
|
2015-02-03 09:54:14 +00:00 |
|
jules
|
6859b9939b
|
Bit of a clean-up in AudioProcessorGraph.
|
2014-12-23 09:53:49 +00:00 |
|
jules
|
0ec53673ce
|
Demo cleanups.
|
2014-11-04 11:41:36 +00:00 |
|
jules
|
4a282ad0a9
|
Added methods AudioProcessorParameter::begin/endChangeGesture()
|
2014-10-16 09:40:53 +01:00 |
|
jules
|
9b1d596dd5
|
Added new base-class AudioProcessorParameter, and modified the AudioProcessor class to manage a list of these as a cleaner way of handling its parameters.
|
2014-10-13 16:19:15 +01:00 |
|
jules
|
e137d30385
|
Added a method AudioProcessor::getDefaultNumParameterSteps()
|
2014-09-22 15:18:57 +01:00 |
|
jules
|
4604767220
|
Extensions to AudioProcessorEditor to help clicking on AAX controls.
|
2014-08-19 17:03:09 +01:00 |
|
jules
|
e6e5d34152
|
Made KnownPluginList::getTypeForIdentifierString handle shell plugin IDs.
|
2014-08-19 09:07:30 +01:00 |
|
jules
|
aba0ff9240
|
Added method AudioProcessorEditor::setControlHighlight() for support of this AAX functionality.
|
2014-08-14 18:03:13 +01:00 |
|
jules
|
97b0a7df3c
|
Made AudioProcessor::setNonRealtime virtual to allow subclasses to intercept this.
|
2014-08-10 18:14:08 +01:00 |
|
jules
|
bfe91a07a5
|
Moved an assertion to avoid a melodyne vst3 bug.
|
2014-08-08 11:05:31 +01:00 |
|
jules
|
5d5f0d2cad
|
Clarified some documentation about AudioProcessor::suspendProcessing
|
2014-07-24 14:04:11 +01:00 |
|
jules
|
d01a508217
|
Added a method AudioProcessor::isParameterInverted(), and support for this in AAX/RTAS
|
2014-05-28 16:44:02 +01:00 |
|
jules
|
2910d60459
|
Fixed some out-of-date documentation
|
2014-05-02 17:39:42 +01:00 |
|