1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-30 02:50:05 +00:00
Commit graph

66 commits

Author SHA1 Message Date
tpoole
96ea4655a7 Resaved all projects 2017-01-16 15:00:00 +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
af0791552a Fixed Linux message thread assertion in AudioProcessorValueTreeState 2016-12-20 13:23:29 +00:00
tpoole
e31a0b11e8 Resaved all projects 2016-12-12 11:25:57 +00:00
tpoole
2ae5d2228a Resaved all projects 2016-11-15 10:25:27 +00:00
hogliux
efd4bb67bc Re-saved all projects 2016-11-02 14:02:58 +00: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
913a868d8d Fixed a crash on exit error in the plug-in host on windows/linux 2016-09-08 10:47:57 +01:00
jules
a9d843414a Resaved all projects 2016-08-26 09:49:20 +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
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
8a9fbc38f9 Resaved some project files 2016-06-30 16:01:55 +01:00
jules
0b3a11ee07 Updated version number to 4.2.1 2016-04-21 10:08:47 +01:00
jules
8920e1b1d2 Resaved projects 2016-04-20 11:37:18 +01:00
jules
325aeb1fc8 Resaved projects 2016-04-20 10:34:49 +01:00
jules
f74338aab6 Resaved projects 2016-04-19 12:11:40 +01:00
jules
8343f3468c Found a few missing 'override' specifiers 2016-04-15 15:32:47 +01:00
jules
e9edeccc20 Resaved projects 2016-04-11 16:02:16 +01:00
Timur Doumler
70949aa0c6 Added several new features: support for AudioUnit v3, new simplified JUCE module format, deleted the Introjucer and replaced it by the Projucer, various improvements for exporting of iOS and Android projects. 2016-04-06 18:31:24 +01:00
jules
db152f618b Added a workaround to the host demo app to avoid subtle event-loop problems with certain plugins on OSX. 2016-03-21 09:42:51 +00:00
jules
dea899741d Resaved example projects 2016-02-29 17:17:23 +00:00
jules
5835bbc363 Avoided a warning in the plugin host build 2016-02-17 16:52:18 +00:00
jules
674c833c84 Added method MouseEvent::mouseWasDraggedSinceMouseDown() 2016-02-16 12:59:49 +00:00
jules
60e072f3c4 Added a new class: StatisticsAccumulator 2016-02-12 17:28:54 +00:00
jules
9d7571fdc2 Resaved all example projects 2016-01-08 11:19:00 +00:00
jules
d406cacc5f Avoided some deprecation warnings when building hosts on Windows 2016-01-05 16:39:21 +00:00
jules
9b167ca5e1 Resaved example projects 2015-12-23 09:43:23 +00:00
jules
edec7b34b2 Replaced some uses of AffineTransform::identity with a default-constructed object 2015-12-22 17:46:31 +00:00
jules
c468a5dd3d Resaved example projects 2015-12-16 18:23:39 +00:00
hogliux
4fef661ada Added multi-bus support for audio plug-in clients 2015-12-16 17:58:25 +00:00
jules
02492b36b9 Lots of small whitespace tweaks. 2015-12-13 19:32:05 +00:00
jules
9d29fd4c9d Avoided a few pedantic warnings in the plugin host demo 2015-12-13 11:04:56 +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
4e3f1216b9 Cleared out some old Visual Studio 2005/8 projects from the examples folder. If you really (!) still use those IDEs, you can easily generate the projects yourself using the Introjucer 2015-12-10 11:13:36 +00:00
jules
42120d0fe2 Added MPE (Midi Polyphonic Expression) classes 2015-12-10 10:57:29 +00:00
jules
f618963530 Introjucer: Simplified VST include path generation. Resaved projects. 2015-11-24 10:46:46 +00:00
jules
884b5e051d Resaved some example project files. 2015-11-24 10:30:15 +00:00
jules
ca1f6bc7d8 Resaved all introjucer projects with new version number. 2015-11-03 12:30:22 +00:00
jules
6eee3b2a09 Resaved all project files 2015-11-03 10:55:10 +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
9ff92b8002 Introjucer: tweaked whitespace in generated headers to not have an extra trailing line, and resaved all projects using it 2015-11-02 09:59:05 +00:00
jules
3e5ae4ea6a Resaved various project files. 2015-10-28 09:48:45 +00:00
jules
7c96b6e999 Updated various project files. 2015-09-03 15:50:06 +01:00
jules
80b24ccfd4 Tidied up the demo plugin and host projects to remove hard-coded VSTSDK paths 2015-09-01 12:37:29 +01:00