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

432 commits

Author SHA1 Message Date
jules
79d2a40035 Wrapped some AudioChannelSet names in NEEDS_TRANS macros 2015-12-21 11:04:33 +00:00
jules
19d0c71050 Version number update 2015-12-16 18:14:23 +00:00
hogliux
4fef661ada Added multi-bus support for audio plug-in clients 2015-12-16 17:58:25 +00:00
jules
1fe45f3d41 Plugin hosting: Fixed a problem getting the list of AU parameters 2015-12-16 17:18:57 +00:00
jules
d9403b6785 Added an assertion to warn about plugin hosts closing GUIs on background threads 2015-12-16 09:59:54 +00:00
jules
02492b36b9 Lots of small whitespace tweaks. 2015-12-13 19:32:05 +00:00
jules
0d3afee459 AudioUnits: In host + plugin sides, passed the loop start/end ppq positions via the playhead position info. 2015-12-13 11:23:37 +00:00
jules
0eac373893 Sorted out a few pedantic warnings thrown up in the audio host demo 2015-12-11 16:24:35 +00:00
jules
428c8a79a5 Version number update 2015-12-10 11:02:38 +00:00
jules
31381c6864 Stripped out some defunct OSX 10.4 fallback code 2015-12-01 12:48:01 +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
c35ed85677 Version number update 2015-11-17 16:37:03 +00:00
jules
a2b663de67 Audio Plugins: Added member variable PluginDescription::lastInfoUpdateTime 2015-11-09 17:21:33 +00:00
jules
3cab305909 Improved rounding for values in AudioParameterChoice::convertTo0to1() 2015-11-09 10:55:37 +00:00
Joshua Gerrard
04e55e6438 Fixed Doxygen warnings by updating documentation for AudioProcessorValueTreeState 2015-11-04 11:30:19 +00:00
jules
1d24b558d8 Corrected a few documentation mistakes 2015-11-04 10:57:26 +00:00
hogliux
d65efedc54 Fix bug when building VST hosts in Release mode 2015-11-03 17:36:14 +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
jules
12447ba38f Version 4.0.1 2015-11-02 11:02:55 +00:00
jules
1d54fbe582 Fixed a few compiler warnings in the latest Xcode 2015-10-05 16:49:26 +01:00
hogliux
98ebfdc1fa Fix some warnings in the VST/VST3 wrappers 2015-09-04 13:16:52 +01:00
hogliux
b7bca8ce5a Add VST3 bypass support 2015-09-04 13:13:31 +01:00
jules
5ee02150e1 Added some MIDI controller mapping functionality to VST3, and fixed a couple of VST3 bugs. 2015-08-24 10:14:17 +01: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
48ca0bb56a Fixed compile error with VST3 SDK version 3.6.5. 2015-08-11 16:05:43 +01:00
hogliux
359f6e29aa Fix multiple warnings in VS 2015 2015-07-28 18:11:50 +01:00
Timur Doumler
dca4d77f9d Fixed compiler warnings on Visual Studio 2015 RTM. 2015-07-23 15:57:18 +01:00
jules
861d3d9710 Version 3.2.0 2015-07-22 19:48:35 +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
jules
cd056a89cc Whitespace fix. 2015-06-22 20:29:07 +01:00
hogliux
661533c85d Fix clang warnings on linux 2015-06-22 00:43:01 +02:00
hogliux
f8cffb5949 Fix some warnings on newer GCC versions on linux 2015-06-17 10:41:30 +02:00
jules
634ac71373 Linux VST windowing fixes. 2015-05-25 10:07:09 +01:00
jules
06c1a15496 Added some missing 'override' decorators 2015-05-15 12:54:44 +01:00
jules
722bee0852 Fix for linux VST hosting window sizing. 2015-05-12 14:23:10 +01:00
jules
6fbc00f0ce Fix for linux VST hosting window creation 2015-05-11 12:55:35 +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
452a1f3475 Made the VST host classes support the "sizeWindow" canDo. The code has always supported the sizing callback, but for some reason the canDo wasn't responded to correctly. 2015-03-30 17:10:17 +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
eccfffdc6e Added a method PluginListComponent::setScanDialogText() for customising the scan dialog. 2015-03-25 12:52:45 +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