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

6720 commits

Author SHA1 Message Date
ed
1e2cb6f6f7 Changed documentation for OutputStream::setNewLineString() to remove mention of non-existent writeNewLine() method 2016-11-28 14:30:05 +00:00
ed
b517884862 Fixed MSCV2015 compiler warning in VST3 wrapper 2016-11-28 14:09:18 +00:00
tpoole
c43ca07f1c Fixed a typo in the BLOCKS documentation 2016-11-28 10:58:47 +00:00
hogliux
284bc706c9 Added a workaround for WaveLab invisible editor bug 2016-11-25 14:32:11 +00:00
ed
2f5b8e5f9f Changed File::compareFilenames() method to use String::compareNatural() and added argument to String::compareNatural() for case sensitivity 2016-11-25 12:41:19 +00:00
hogliux
27dd79468c Added missing const qualifier to AudioDeviceManager::getAudioDeviceSetup 2016-11-25 10:49:21 +00:00
hogliux
da5805fb48 Fixed a race condition in iOS DownloadTask implementation 2016-11-24 15:00:51 +00:00
tpoole
119640f55f Fixed positioning of VST3 windows in Reaper 2016-11-24 12:36:36 +00:00
hogliux
c0987f2b32 Fixed a false positive in ASAN in a recent bug fix commit to OSXTypeface 2016-11-24 11:59:11 +00:00
hogliux
57fdbd439f Fixed a potential access after free bug when creating typefaces from user data os macOS 2016-11-24 10:55:20 +00:00
ed
60b5f72384 Fixed a bug in Windows where clicking outside an application after opening a PopupMenu would sometimes result in mouseDrag events when re-entering the application with the mouse not held down 2016-11-23 16:35:44 +00:00
jules
7467195ffa Minor tidying-up 2016-11-22 18:02:17 +00:00
hogliux
436f047821 Fixed a bug where the maximum number of channels in VST2 was limited to 8 channels 2016-11-22 17:47:07 +00:00
jules
990b7b3b09 Fix for openGL components when global scale factors are applied 2016-11-22 12:45:36 +00:00
hogliux
8154ccc4e5 Added a fix for a potential wrap-around bug in BufferingAudioSource 2016-11-22 11:44:11 +00:00
hogliux
61fd2a339d Fixed a MSVC 2015 warning in mp3 audio decoder 2016-11-22 11:30:30 +00:00
hogliux
00c0671c6b Added sub-menu support to ComboBoxes 2016-11-21 16:36:32 +00:00
ed
6641b9d844 Updated BlocksMonitor example to display correct topology with connections and rotations 2016-11-21 10:54:16 +00:00
hogliux
8a93ddc818 Fixed a typo in recent studio one parameter workaround 2016-11-21 10:13:37 +00:00
hogliux
ee373af944 Added AlertWindow LookAndFeel methods to offer more control on button widths 2016-11-21 10:07:20 +00:00
hogliux
388251b1e2 Made message queue throttling more precise by using Time::getMillisecondCounter 2016-11-21 09:26:52 +00:00
hogliux
eba80c3258 Tweaked buffering audio source so it can more easily be used in a realtime and non-realtime setting 2016-11-21 09:08:32 +00:00
hogliux
e49022bfba Added JUCE_USE_STUDIO_ONE_COMPATIBLE_PARAMETERS option to workaround a Studio One bug 2016-11-17 14:18:00 +00:00
hogliux
9a7ee9fdbb Added support for iOS custom delegates - use at your own risk 2016-11-17 13:50:49 +00:00
tpoole
f93b174d93 Fixed error in variable name 2016-11-16 15:43:45 +00:00
hogliux
37f348123b Potentially fixed an issue with the message thread being flooded by repaint events 2016-11-16 14:18:04 +00:00
tpoole
cff1793d89 Exposed some functions when building JUCE as a DLL 2016-11-16 11:14:58 +00:00
hogliux
caa65e8ff1 Add new URL::downloadToFile method 2016-11-16 11:13:25 +00:00
tpoole
fd86a73407 Fixed DLL compilation of juce_tracktion_marketplace 2016-11-16 11:08:36 +00:00
stefan
f5d32782d8 Projucer: avoid failing assertions from File
"Linker" and "Execution Engine" are now valid sources of diagnostic messages. Thus nodes in the diagnostics tree-view are not necessarily file names anymore.
2016-11-15 18:26:14 +01:00
stefan
1349f6546b Projucer: the DiagnosticReceiver interface is an implementation detail of the live-build engine and not required otherwise 2016-11-15 18:26:14 +01:00
hogliux
63a71ff20d Fixed a bug where the VST3 plug-in wrapper would not respect the legacy layout field when disabling/enabling buses 2016-11-15 12:09:02 +00:00
hogliux
1c2d1479b4 Added LookAndFeel getAlertWindowButtonWidth method to override the width of alert buttons 2016-11-15 10:41:11 +00:00
ed
ee4fe9e463 Updated BlocksSynth example to draw waveshapes on the Lightpad using a LittleFoot program and updated documentation for BlocksSynth example 2016-11-15 10:40:12 +00:00
ed
e384fa71d8 Added Timer to MainComponent to stop touches from triggering multiple waveshape mode changes 2016-11-15 10:40:12 +00:00
ed
020f858aba Doxygen updated for BlocksSynth tutorial and LittleFoot Language pages 2016-11-15 10:40:12 +00:00
ed
1cc8a9532e Class comment added to top of WaveshapeProgram.h 2016-11-15 10:40:12 +00:00
ed
24364ec43c auto-generated comment removed from top of WaveshapeProgram.h 2016-11-15 10:40:11 +00:00
ed
15cab580e2 Xcode strict warnings 2016-11-15 10:40:11 +00:00
ed
8c55f73f45 MSVC warnings 2016-11-15 10:40:11 +00:00
ed
b2d0328f73 Code cleanup & WaveshapeProgram documentation 2016-11-15 10:40:11 +00:00
ed
e5d677072b Working LittleFoot program for waveshape drawing 2016-11-15 10:40:11 +00:00
ed
91e8d27b70 LED drawing using LittleFoot 2016-11-15 10:40:11 +00:00
ed
39344e0d84 WaveshapeProgram.h added, LittleFoot program started 2016-11-15 10:40:10 +00:00
tpoole
2ae5d2228a Resaved all projects 2016-11-15 10:25:27 +00:00
tpoole
b82773baae Fixed older MacOS compatibility for ListenerList tests 2016-11-14 21:52:39 +00:00
hogliux
6fb0aa4527 Added a StringArray constructor to var 2016-11-14 17:51:08 +00:00
tpoole
d438fa59e8 Fixed issues with AudioProcessorValueTreeState parameter synchronization 2016-11-14 12:37:01 +00:00
hogliux
5a2ebefa00 Fixed a bug where the bundle exit function would be called before the VST3 factory is released 2016-11-11 15:44:54 +00:00
hogliux
c3ea4f8efe Fixed a warning in MSVC 2013 in JUCE's URL class 2016-11-11 15:16:44 +00:00