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

6693 commits

Author SHA1 Message Date
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
hogliux
3f72a03f30 Fixed whitespace in last commit 2016-11-11 15:16:12 +00:00
hogliux
c2caad42b5 Added missing CoInitialize when using ASIO audio device 2016-11-11 15:05:28 +00:00
hogliux
8499e29241 Fixed a VS2013 warning in juce_URL 2016-11-09 17:35:56 +00:00
hogliux
3b630f3281 Added new WebInputStream class for more fine-grained control on retrieving URLs 2016-11-09 10:58:37 +00:00
tpoole
76fa9068c8 Added a LittleFoot section to the BLOCKS SDK documentation sidebar 2016-11-09 10:47:52 +00:00
tpoole
ec2fd97494 Changed BLOCKS Doxygen stylesheet to better match developer.roli.com 2016-11-09 10:41:11 +00:00
jules
3fb4edb202 BLOCKS SDK: Fixed the order of south and west DNA ports in the topology 2016-11-09 10:15:41 +00:00
jules
58bd2b130f Added a few extra FlexItem convenience methods 2016-11-08 17:36:24 +00:00
hogliux
63eabb4456 Fixed a bug where identical initialiser lines would be removed 2016-11-08 14:40:42 +00:00
jules
aa5d1d1ec0 Tweaked CoreAudio to allow buffer sizes of 2048 2016-11-08 09:35:50 +00:00
hogliux
bfd5605dda Added comments to specify what File::create vs. FileOutputStream() will do when the parent directoy of the file does not exist 2016-11-07 17:42:11 +00:00
hogliux
826fdfe6c9 Added callback to get number of keywaves of an on-screen seaboard view 2016-11-07 15:12:42 +00:00
jules
de84462f2d BLOCKS example apps: some cleanup, enabled DUMP_TOPOLOGY flag 2016-11-05 10:47:38 +00:00
tpoole
7bb0fe4077 Update copyright and make docstrings more compatible with Doxygen 2016-11-02 20:39:39 +00:00
ed
a85f026157 BLOCKS documentation improvements 2016-11-02 16:49:02 +00:00
hogliux
efd4bb67bc Re-saved all projects 2016-11-02 14:02:58 +00:00
hogliux
363ceb08cf Bump version number to 4.3.0 2016-11-02 14:02:52 +00:00
hogliux
b5ef6d7e37 Whitespace clean-up 2016-11-02 14:01:12 +00:00
hogliux
6f6d0af2b8 Fixed a bug where we didn't search the correct directory for the live build engine 2016-11-02 14:01:01 +00:00
ed
f3c313b212 Added label to BlocksSynth and BlocksDrawing example windows 2016-11-02 11:55:55 +00:00
tpoole
73764c2871 Fixed beforeDate in standalone BLOCKS SDK MacOS example 2016-11-02 11:10:05 +00:00
stefan
980ece4a8a Projucer: add anchor #indie to the link target for the subscribe button 2016-11-01 17:37:13 +00:00
ed
76b3689a48 Added BLOCKS module 2016-11-01 17:17:33 +00:00
hogliux
01380b12d6 Fixed a typo in the SSE 4.1/4.2 detection logic 2016-10-31 13:12:33 +00:00
stefan.graenitz
8d02f61622 Projucer: add free-to-use license for the live-build engine 2016-10-31 12:33:52 +00:00
stefan
4aa0f311e0 Allow to specify the stack size for each thread in a thread pool explicitly, by adding an optional parameter to the constructors of ThreadPool and ThreadPoolThread. 2016-10-31 10:42:55 +00:00
stefan
439ecc391b Projucer: workaround broken "Open Recent" submenu 2016-10-31 10:42:54 +00:00