hogliux
03b0df1205
Re-saved all projects
2017-01-26 10:47:48 +00:00
tpoole
96ea4655a7
Resaved all projects
2017-01-16 15:00:00 +00:00
hogliux
7897331403
Added support for level meter parameter categories
2017-01-11 18:02:40 +00:00
hogliux
83a4f74b1f
Added support saving/restoring plugin bus layouts in the audio host demo
2017-01-10 12:50:45 +00:00
tpoole
4b69d0fb44
Fixed buffer size and sample rate changes in iOS background audio
2017-01-09 18:23:16 +00:00
ed
5849710d85
Added iOS support for BLOCKS examples
2017-01-05 16:09:19 +00:00
tpoole
af0791552a
Fixed Linux message thread assertion in AudioProcessorValueTreeState
2016-12-20 13:23:29 +00:00
hogliux
2d96e3720a
Changed the default sidechain layout to stereo in the NoiseGate sample code to increase compatibility with Bitwig DAWs
2016-12-20 11:16:37 +00:00
jules
f28462040b
Whitespace cleanup
2016-12-19 12:18:58 +00:00
jules
aac01b2b4b
Fixed a couple of spelling mistakes
2016-12-19 11:21:40 +00:00
hogliux
d90ca6caf8
Fixed a typo in the OpenGL demo code
2016-12-19 11:21:17 +00:00
tpoole
e31a0b11e8
Resaved all projects
2016-12-12 11:25:57 +00:00
ed
6641b9d844
Updated BlocksMonitor example to display correct topology with connections and rotations
2016-11-21 10:54:16 +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
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
jules
de84462f2d
BLOCKS example apps: some cleanup, enabled DUMP_TOPOLOGY flag
2016-11-05 10:47:38 +00:00
hogliux
efd4bb67bc
Re-saved all projects
2016-11-02 14:02:58 +00:00
ed
f3c313b212
Added label to BlocksSynth and BlocksDrawing example windows
2016-11-02 11:55:55 +00:00
ed
76b3689a48
Added BLOCKS module
2016-11-01 17:17:33 +00:00
hogliux
26e0aa735c
Fixed a crash on quit when windows are open in the Juce Demo's windows demo
2016-10-27 11:31:29 +01:00
tpoole
83d0854572
Added a microphone permission option to the iOS exporter
2016-09-27 17:30:10 +01: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
hogliux
ebf19aa61a
Re-save all projects
2016-09-16 16:47:37 +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
hogliux
231a6e479d
Fix some warnings in MSVC
2016-09-16 11:19:53 +01:00
stefan
8ec9443543
Projucer various fixes
...
* Use separate folder for disk cache in debug mode to avoid mixing debug/release-mode object files while testing
* Quote the server's file name as it may contain spaces etc.
* Fix saving source files during compilation on Windows
* Fix JuceDemo for live builds on Mac: long chains of recursive operator<< invocations caused compiler crash
* Move code for creating disabled Build tab to extra function and add names to improve readability
* Implement new "subscribe" behavior for createDisabledBuildTab
* Clean up trailing spaces
2016-09-15 17:13:41 +02:00
hogliux
913a868d8d
Fixed a crash on exit error in the plug-in host on windows/linux
2016-09-08 10:47:57 +01:00
hogliux
d73f776370
Fixed a bug where FlexBox would still be compiled on older versions of VS
2016-09-06 16:49:31 +01:00
jules
a9d843414a
Resaved all projects
2016-08-26 09:49:20 +01:00
luigisambuy
ea7677970c
modified sliderValueChanged() to notify host only on mouse clicks
2016-08-22 11:51:32 +01:00
luigisambuy
1e9af22f96
modified valueChanged() to notify host only on mouse clicks.
2016-08-19 11:38:35 +01:00
luigisambuy
6547452fd3
Fixed a leak of bubbleMessage object in juce demo
2016-08-16 09:45:48 +01:00
hogliux
59cc979cfe
Deallocate all nodes in the graph before calling JUCEApplication::quit in the audio demo host
...
Some NI plug-ins really don't like it if you call [NSApp stop] while they are still loaded.
Fixes #89
2016-08-10 17:40:47 +01:00
jules
8994f37dd0
Added some FlexBox layout classes, and a demo page for this in the big juce demo app
2016-08-10 16:57:44 +01:00
hogliux
b936786f80
Remove the recently added shouldReleaseFocusOnMainMenuBarAccess flag and replace with something less intrusive
2016-08-09 09:26:29 +01:00
hogliux
1053dc5755
Allow having zero programs in VST
2016-08-01 10:04:58 +01:00
hogliux
c9aca28d00
Add pkg-config support for linux
2016-07-07 10:37:58 +01:00
hogliux
630ab88f8b
Version number update
2016-07-05 11:27:53 +01:00
jules
31f935cc60
Added a new Graphics::drawImage method that takes a Rectangle<float>
2016-07-01 15:35:04 +01:00
jules
e4592d132f
Projucer: tweak to the way GCC -D flags are generated
2016-06-30 16:03:45 +01:00
jules
8a9fbc38f9
Resaved some project files
2016-06-30 16:01:55 +01:00