tpoole
|
432ad80b60
|
Fixed a bug in the JUCE demo plug-in time display
|
7 years ago |
hogliux
|
22c187826d
|
Android: Fixed a compile error when building standalone plug-ins on Android
|
8 years ago |
jules
|
ebe5916c49
|
Misc code cleanups
|
8 years ago |
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
|
8 years ago |
hogliux
|
b5afccc37c
|
Updated file headers and the README with the JUCE 5 license
|
8 years ago |
hogliux
|
ef2c63e4e3
|
Added a new LookAndFeel (V4) and re-skinned the JUCE Demo and examples. Improved the JUCE Demo on mobile devices.
|
8 years ago |
tpoole
|
e33abbc6fe
|
Replaced Projucer-generated header guards with #pragma once and updated the examples
|
8 years ago |
hogliux
|
dda135a9eb
|
Updated the JUCE demo plugin to support standalone targets on all platforms
|
8 years ago |
hogliux
|
c14eb040b9
|
Fixed automation bug when switching between presets in VST and VST3
|
8 years ago |
hogliux
|
4fa0516f40
|
Revised multibus API and added support for multibus hosting
|
8 years ago |
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.
|
8 years ago |
luigisambuy
|
1e9af22f96
|
modified valueChanged() to notify host only on mouse clicks.
|
8 years ago |
hogliux
|
1053dc5755
|
Allow having zero programs in VST
|
8 years ago |
hogliux
|
4205123d45
|
Fix an edge-case if the last stored editor window size is zero
|
9 years ago |
hogliux
|
ebb0a156a4
|
Add options to make AuidoProcessorEditors resizable with constraints
|
9 years ago |
jules
|
2c3a2eae63
|
Simplified some demo plugin code to avoid a display update problem
|
9 years ago |
jules
|
09d6409644
|
Refactored some demo code to avoid a problem when using String::formatted when Strings are UTF-32
|
9 years ago |
Timur Doumler
|
3f50693025
|
AudioPluginDemo: removed deprecated input/outputChannel methods to avoid compiler warning.
|
9 years ago |
jules
|
79332132b5
|
Fixed a mistake in the demo plugin.
|
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
|
7988190e73
|
Plugin demo: avoided the slider jumping when being dragged and automated at the same time
|
9 years ago |
hogliux
|
4fef661ada
|
Added multi-bus support for audio plug-in clients
|
9 years ago |
jules
|
36cb000d40
|
Whitespace cleanup
|
9 years ago |
hogliux
|
86c9597d41
|
Fix warnings in audio plugin demo
|
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 |
Timur Doumler
|
dca4d77f9d
|
Fixed compiler warnings on Visual Studio 2015 RTM.
|
9 years ago |
hogliux
|
d8e5add7ba
|
Minor clean-up in audio demo plugin code
|
10 years ago |
hogliux
|
b7a85c767a
|
Add beginChangeGesture/endChangeGesture support to audio demo plug-in
|
10 years ago |
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.
|
10 years ago |
Felix Faire
|
b01383e8d0
|
Restructured folder and Updated Readme
|
10 years ago |