1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-14 00:14:18 +00:00
Commit graph

15 commits

Author SHA1 Message Date
Timur Doumler
3f50693025 AudioPluginDemo: removed deprecated input/outputChannel methods to avoid compiler warning. 2016-02-25 23:26:18 +00:00
jules
79332132b5 Fixed a mistake in the demo plugin. 2016-02-22 12:27:59 +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
jules
7988190e73 Plugin demo: avoided the slider jumping when being dragged and automated at the same time 2015-12-23 14:57:32 +00:00
hogliux
4fef661ada Added multi-bus support for audio plug-in clients 2015-12-16 17:58:25 +00:00
jules
36cb000d40 Whitespace cleanup 2015-11-10 17:17:31 +00:00
hogliux
86c9597d41 Fix warnings in audio plugin demo 2015-11-03 14:53:00 +00:00
jules
02041328dc Misc minor fix-ups 2015-11-02 18:07:36 +00:00
jules
b1a8470514 Added a collection of audio plugin parameter utility classes in juce_audio_processors/utilities 2015-11-02 14:49:47 +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
Timur Doumler
dca4d77f9d Fixed compiler warnings on Visual Studio 2015 RTM. 2015-07-23 15:57:18 +01:00
hogliux
d8e5add7ba Minor clean-up in audio demo plugin code 2015-05-05 18:27:53 +01:00
hogliux
b7a85c767a Add beginChangeGesture/endChangeGesture support to audio demo plug-in 2015-05-05 18:27:41 +01: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
Felix Faire
b01383e8d0 Restructured folder and Updated Readme 2014-11-12 17:18:18 +00:00