hogliux
|
5c19886a43
|
Re-named JUCE_USE_CUSTOM_AU3_STANDALONE_APP macro and fixed linker errors on macOS/iOS platforms when macro is used
|
8 years ago |
hogliux
|
b5afccc37c
|
Updated file headers and the README with the JUCE 5 license
|
8 years ago |
hogliux
|
ef2c63e4e3
|
Added a new LookAndFeel (V4) and re-skinned the JUCE Demo and examples. Improved the JUCE Demo on mobile devices.
|
8 years ago |
jules
|
8ed41ed14b
|
Fixed some whitespace style and cleaned up some code using C++11
|
8 years ago |
tpoole
|
7e9b8fd923
|
Improved a menu label in the standalone filter window
|
8 years ago |
tpoole
|
4c59a920b4
|
Added Inter-App Audio capabilities to standalone plug-ins
|
8 years ago |
hogliux
|
2da1bc5f41
|
Replace include guards with "#pragma once"
|
8 years ago |
hogliux
|
dda135a9eb
|
Updated the JUCE demo plugin to support standalone targets on all platforms
|
8 years ago |
hogliux
|
d19ba05a03
|
Added support for saving audio/midi setting in standalone wrappers
|
8 years ago |
hogliux
|
4fa0516f40
|
Revised multibus API and added support for multibus hosting
|
8 years ago |
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.
|
8 years ago |
hogliux
|
aa150395f4
|
Automatically connect midi input devices on mobile in standalone filter apps
|
8 years ago |
hogliux
|
88803f6378
|
Don't call methods that require modal loops in Standalone filter windows
|
9 years ago |
hogliux
|
968cee4ad2
|
Remove unnecessary code after moving to static shared code library
|
9 years ago |
hogliux
|
a714febbe3
|
Fix incorrect number of output buses in standalone plug-in client
|
9 years ago |
hogliux
|
0ea9e33544
|
Enable subclassing of StandaloneFilterApp
|
9 years ago |
jules
|
06d8d4167c
|
Added a method to StandaloneFilterApp to allow customisation of the window it creates
|
9 years ago |
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.
|
9 years ago |
hogliux
|
bbf716af9c
|
Fix StandaloneFilterWindow compile error
|
9 years ago |
jules
|
dcf949ba66
|
Additions to StandaloneFilterWindow
|
9 years ago |
hogliux
|
c9f4949f47
|
Fix warnings in StandaloneFilterWindow
|
9 years ago |
hogliux
|
c7b8e77031
|
Update copyright notice
|
10 years ago |
jules
|
bb14c94af2
|
Added missing virtual destructor to StandalonePluginHolder.
|
10 years ago |
jules
|
ab018dbe38
|
Virtualised a couple of methods in StandalonePluginHolder
|
10 years ago |
jules
|
3e947f1612
|
Fixes for unused parameter warnings when modal loops are disabled.
|
10 years ago |
jules
|
e233124fc3
|
Fix for StandAloneFilterWindow path saving.
|
11 years ago |
jules
|
f7d97b3166
|
Added a parameter to StandaloneFilterWindow to make ownership of the settings object optional.
|
11 years ago |
jules
|
0147476afb
|
Modified StandaloneFilterWindow to take an extra argument for setting ownership of the property set.
|
11 years ago |
jules
|
6c6c815a16
|
Changed default location for standalone plugin wrapper file saving.
|
11 years ago |
jules
|
22056fab01
|
Added parameters to StandalonePluginHolder to allow custom file suffixes when loading/saving
|
11 years ago |
jules
|
596fccb6de
|
Really minor UI tweak in StandaloneFilterWindow.
|
11 years ago |
jules
|
2db263c122
|
Refactored StandaloneFilterWindow, breaking it up so that there's a separate class StandalonePluginHolder which can be used inside more customised windows.
|
11 years ago |
jules
|
352e603d43
|
A couple of compiler warning fixes
|
11 years ago |
jules
|
c478ff0116
|
Documentation fix.
|
11 years ago |
jules
|
d2a52948fc
|
AAX fix.
|
11 years ago |
jules
|
4d79bed3d1
|
Added versions of Component::addAndMakeVisible and addChildComponent which take a reference instead of a pointer.
|
11 years ago |
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.
|
11 years ago |
jules
|
5a1112ab94
|
Updated the format of the header include guard macros.
|
12 years ago |
jules
|
5918d039ce
|
Added some "override" annotations.
|
12 years ago |
jules
|
2329e63f20
|
Converted a few Colour references to pass-by-values.
|
12 years ago |
jules
|
03c2801f3f
|
Copyright header update in all module files. juce_core modules are now ISC licensed. All other modules are GPLv2/3/AGPLv3
|
12 years ago |
jules
|
9d23f87f7c
|
Added a missing definition to StandaloneFilterWindow
|
12 years ago |
jules
|
1b1fe9d24e
|
StandaloneFilterWindow fix.
|
12 years ago |
jules
|
58872b9fe2
|
StandaloneFilterWindow update.
|
12 years ago |
jules
|
ceb556eb30
|
Added a couple of methods to StandaloneFilterWindow
|
12 years ago |
jules
|
39eae806de
|
Changes to make sure the AudioProcessor::wrapperType member is set correctly when its constructor is called.
|
12 years ago |
jules
|
0ceeb573d8
|
Minor changes to avoid pedantic compiler warnings.
|
12 years ago |
jules
|
10c0894141
|
Added AudioProcessor::wrapperType flags
|
12 years ago |
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.
|
12 years ago |
jules
|
d02bde31df
|
Made StandaloneFilterWindow into a header-file-only class.
|
13 years ago |