1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-02-02 03:20:06 +00:00
Commit graph

39 commits

Author SHA1 Message Date
Tom Poole
a2a3f32d8f Fixed some issues with IO channel counts in the StandaloneFilterWindow 2017-12-21 18:59:53 +00:00
jules
d0111a4f96 Began phasing out double_Pi and float_Pi in favour of MathConstants::pi. Also added MathConstants::twoPi 2017-12-06 11:16:22 +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
tpoole
31e05ad014 Fixed a bug in the demo plug-in slider class 2017-09-11 12:42:27 +01:00
tpoole
53aa5b9849 Removed some duplicated code from the demo plug-in 2017-08-30 15:25:48 +01:00
hogliux
b56e3890c2 Added AudioProcessor::updateTrackProperties callback to inform plug-ins about track colour and name changes 2017-08-18 17:52:23 +01:00
tpoole
621fcf31d2 AUv3: Added support for MIDI output, host MIDI controller visibility and MPE 2017-07-28 08:57:38 +01:00
tpoole
432ad80b60 Fixed a bug in the JUCE demo plug-in time display 2017-06-28 14:08:55 +01:00
hogliux
22c187826d Android: Fixed a compile error when building standalone plug-ins on Android 2017-06-07 16:10:21 +01:00
jules
ebe5916c49 Misc code cleanups 2017-06-07 10:13:38 +01:00
hogliux
e50cca1c1a Standalone Plug-in Target: Ensure that standalone plug-in target works with default Projucer's plug-in project template and improve code and UX to avoid nasty feedback loops 2017-05-22 13:02:08 +01:00
hogliux
b5afccc37c Updated file headers and the README with the JUCE 5 license 2017-04-27 14:43:04 +01:00
hogliux
ef2c63e4e3 Added a new LookAndFeel (V4) and re-skinned the JUCE Demo and examples. Improved the JUCE Demo on mobile devices. 2017-04-27 14:40:50 +01:00
tpoole
e33abbc6fe Replaced Projucer-generated header guards with #pragma once and updated the examples 2017-02-17 15:34:10 +00:00
hogliux
dda135a9eb Updated the JUCE demo plugin to support standalone targets on all platforms 2017-02-01 17:18:06 +00:00
hogliux
c14eb040b9 Fixed automation bug when switching between presets in VST and VST3 2016-09-20 14:57:38 +01:00
hogliux
4fa0516f40 Revised multibus API and added support for multibus hosting 2016-09-16 17:06:19 +01:00
jules
9fa0d49be7 Added an option JUCE_ALLOW_STATIC_NULL_VARIABLES that can be used to turn off dangerous statics like String::empty, var::null, etc. 2016-09-16 12:03:02 +01:00
luigisambuy
1e9af22f96 modified valueChanged() to notify host only on mouse clicks. 2016-08-19 11:38:35 +01:00
hogliux
1053dc5755 Allow having zero programs in VST 2016-08-01 10:04:58 +01:00
hogliux
4205123d45 Fix an edge-case if the last stored editor window size is zero 2016-05-19 14:40:33 +01:00
hogliux
ebb0a156a4 Add options to make AuidoProcessorEditors resizable with constraints 2016-05-19 14:28:34 +01:00
jules
2c3a2eae63 Simplified some demo plugin code to avoid a display update problem 2016-05-06 15:07:33 +01:00
jules
09d6409644 Refactored some demo code to avoid a problem when using String::formatted when Strings are UTF-32 2016-05-06 15:02:00 +01:00
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