hogliux
|
5c19886a43
|
Re-named JUCE_USE_CUSTOM_AU3_STANDALONE_APP macro and fixed linker errors on macOS/iOS platforms when macro is used
|
2017-05-08 12:15:37 +01:00 |
|
hogliux
|
b5afccc37c
|
Updated file headers and the README with the JUCE 5 license
|
2017-04-27 14:43:04 +01:00 |
|
hogliux
|
ef2c63e4e3
|
Added a new LookAndFeel (V4) and re-skinned the JUCE Demo and examples. Improved the JUCE Demo on mobile devices.
|
2017-04-27 14:40:50 +01:00 |
|
jules
|
8ed41ed14b
|
Fixed some whitespace style and cleaned up some code using C++11
|
2017-03-27 13:06:42 +01:00 |
|
tpoole
|
7e9b8fd923
|
Improved a menu label in the standalone filter window
|
2017-03-20 09:43:13 +00:00 |
|
tpoole
|
4c59a920b4
|
Added Inter-App Audio capabilities to standalone plug-ins
|
2017-03-01 11:55:52 +00:00 |
|
hogliux
|
2da1bc5f41
|
Replace include guards with "#pragma once"
|
2017-02-01 17:18:07 +00:00 |
|
hogliux
|
dda135a9eb
|
Updated the JUCE demo plugin to support standalone targets on all platforms
|
2017-02-01 17:18:06 +00:00 |
|
hogliux
|
d19ba05a03
|
Added support for saving audio/midi setting in standalone wrappers
|
2016-09-28 14:10:19 +01:00 |
|
hogliux
|
4fa0516f40
|
Revised multibus API and added support for multibus hosting
|
2016-09-16 17:06:19 +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
|
aa150395f4
|
Automatically connect midi input devices on mobile in standalone filter apps
|
2016-08-05 16:20:23 +01:00 |
|
hogliux
|
88803f6378
|
Don't call methods that require modal loops in Standalone filter windows
|
2016-07-19 10:24:48 +01:00 |
|
hogliux
|
968cee4ad2
|
Remove unnecessary code after moving to static shared code library
|
2016-05-24 18:59:35 +01:00 |
|
hogliux
|
a714febbe3
|
Fix incorrect number of output buses in standalone plug-in client
|
2016-05-24 17:07:40 +01:00 |
|
hogliux
|
0ea9e33544
|
Enable subclassing of StandaloneFilterApp
|
2016-05-24 16:53:38 +01:00 |
|
jules
|
06d8d4167c
|
Added a method to StandaloneFilterApp to allow customisation of the window it creates
|
2016-04-15 09:02:37 +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 |
|
hogliux
|
bbf716af9c
|
Fix StandaloneFilterWindow compile error
|
2016-03-03 17:15:46 +00:00 |
|
jules
|
dcf949ba66
|
Additions to StandaloneFilterWindow
|
2016-01-13 13:00:14 +00:00 |
|
hogliux
|
c9f4949f47
|
Fix warnings in StandaloneFilterWindow
|
2015-12-16 18:33:08 +00:00 |
|
hogliux
|
c7b8e77031
|
Update copyright notice
|
2015-07-22 15:59:34 +01:00 |
|
jules
|
bb14c94af2
|
Added missing virtual destructor to StandalonePluginHolder.
|
2015-03-17 10:46:37 +00:00 |
|
jules
|
ab018dbe38
|
Virtualised a couple of methods in StandalonePluginHolder
|
2015-03-17 10:04:34 +00:00 |
|
jules
|
3e947f1612
|
Fixes for unused parameter warnings when modal loops are disabled.
|
2015-03-05 14:38:42 +00:00 |
|
jules
|
e233124fc3
|
Fix for StandAloneFilterWindow path saving.
|
2014-07-30 11:35:43 +01:00 |
|
jules
|
f7d97b3166
|
Added a parameter to StandaloneFilterWindow to make ownership of the settings object optional.
|
2014-06-29 19:22:10 +01:00 |
|
jules
|
0147476afb
|
Modified StandaloneFilterWindow to take an extra argument for setting ownership of the property set.
|
2014-06-17 14:01:49 +01:00 |
|
jules
|
6c6c815a16
|
Changed default location for standalone plugin wrapper file saving.
|
2014-04-28 11:40:53 +01:00 |
|
jules
|
22056fab01
|
Added parameters to StandalonePluginHolder to allow custom file suffixes when loading/saving
|
2014-04-25 10:47:56 +01:00 |
|
jules
|
596fccb6de
|
Really minor UI tweak in StandaloneFilterWindow.
|
2014-04-17 12:27:56 +01:00 |
|
jules
|
2db263c122
|
Refactored StandaloneFilterWindow, breaking it up so that there's a separate class StandalonePluginHolder which can be used inside more customised windows.
|
2014-04-16 15:25:21 +01:00 |
|
jules
|
352e603d43
|
A couple of compiler warning fixes
|
2014-03-31 10:42:53 +01:00 |
|
jules
|
c478ff0116
|
Documentation fix.
|
2014-03-31 10:11:06 +01:00 |
|
jules
|
d2a52948fc
|
AAX fix.
|
2014-02-15 15:58:35 +00:00 |
|
jules
|
4d79bed3d1
|
Added versions of Component::addAndMakeVisible and addChildComponent which take a reference instead of a pointer.
|
2013-12-23 15:16:38 +00:00 |
|
jules
|
42aa27900b
|
Moved most of the functionality from JUCEApplication into JUCEApplicationBase, so that it can be used without needing juce_gui_basics to be present.
|
2013-09-07 09:43:45 +01:00 |
|
jules
|
5a1112ab94
|
Updated the format of the header include guard macros.
|
2013-07-17 16:26:35 +01:00 |
|
jules
|
5918d039ce
|
Added some "override" annotations.
|
2013-07-08 19:05:14 +01:00 |
|
jules
|
2329e63f20
|
Converted a few Colour references to pass-by-values.
|
2013-07-01 17:38:47 +01:00 |
|
jules
|
03c2801f3f
|
Copyright header update in all module files. juce_core modules are now ISC licensed. All other modules are GPLv2/3/AGPLv3
|
2013-06-13 13:17:12 +01:00 |
|
jules
|
9d23f87f7c
|
Added a missing definition to StandaloneFilterWindow
|
2013-05-29 10:46:48 -07:00 |
|
jules
|
1b1fe9d24e
|
StandaloneFilterWindow fix.
|
2013-04-22 22:08:16 +01:00 |
|
jules
|
58872b9fe2
|
StandaloneFilterWindow update.
|
2013-04-22 20:52:38 +01:00 |
|
jules
|
ceb556eb30
|
Added a couple of methods to StandaloneFilterWindow
|
2013-02-18 16:48:10 +00:00 |
|
jules
|
39eae806de
|
Changes to make sure the AudioProcessor::wrapperType member is set correctly when its constructor is called.
|
2012-12-06 15:18:02 +00:00 |
|
jules
|
0ceeb573d8
|
Minor changes to avoid pedantic compiler warnings.
|
2012-12-04 21:39:15 +00:00 |
|
jules
|
10c0894141
|
Added AudioProcessor::wrapperType flags
|
2012-10-10 10:50:34 +01:00 |
|
jules
|
d7cea05104
|
Added a new struct DialogWindow::LaunchOptions, to provide a better mechanism than the existing static methods for launching dialog boxes. I've left the old static methods in there but will probably deprecate them at some point in the future. Also added a couple of methods to OptionalOwnedPointer.
|
2012-08-29 11:01:47 +01:00 |
|
jules
|
d02bde31df
|
Made StandaloneFilterWindow into a header-file-only class.
|
2011-10-19 10:24:28 +01:00 |
|