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

11 commits

Author SHA1 Message Date
hogliux
2c0bf0b8ce Modified example plug-ins to use JUCE's internal generic editor and removed the no longer needed GenericEditor.h 2018-02-23 09:28:04 +00:00
jules
aecb819985 Replaced all our internal use of the old AudioSampleBuffer name with AudioBuffer<float> (for which AudioSampleBuffer is just a typedef) 2017-10-30 14:52:47 +00:00
hogliux
b5afccc37c Updated file headers and the README with the JUCE 5 license 2017-04-27 14:43:04 +01:00
hogliux
2d96e3720a Changed the default sidechain layout to stereo in the NoiseGate sample code to increase compatibility with Bitwig DAWs 2016-12-20 11:16:37 +00:00
hogliux
4fa0516f40 Revised multibus API and added support for multibus hosting 2016-09-16 17:06:19 +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
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
a4cbdc8fa3 Fix whitespace issue 2016-02-03 13:59:11 +00:00
hogliux
48ea4da185 Add pass-through of sidechain channel in NoiseGate example 2016-02-03 10:58:44 +00:00
hogliux
4fef661ada Added multi-bus support for audio plug-in clients 2015-12-16 17:58:25 +00:00