ed
|
50a22b75c2
|
macOS: Added NSAppleEventsUsageDescription plist key to the AudioPluginHost to fix instantiating some third-party plug-ins
|
5 years ago |
ed
|
f7f6dad663
|
Linux: Removed non-standard X11 library path from extras .jucer files
|
5 years ago |
Tom Poole
|
4d496bc44f
|
Re-saved all projects
|
5 years ago |
ed
|
12765e3761
|
Re-saved all projects
|
5 years ago |
ed
|
08925cac6e
|
Updated AudioPluginHost and DemoRunner icons to be different to Projucer icon
|
5 years ago |
Tom Poole
|
ffb140de84
|
Re-saved all projects
|
5 years ago |
Tom Poole
|
fce4212ef5
|
Replaced some old macros
|
5 years ago |
ed
|
18306bf647
|
Re-saved all projects
|
5 years ago |
ed
|
59a058fdc6
|
Fixed some warnings flagged up when enabling -Wswitch-enum, -Wswitch-default, -Wredundant-decls, and -Wimplicit-fallthrough
|
5 years ago |
ed
|
deed6c4906
|
Re-saved all projects
|
5 years ago |
ed
|
542e661374
|
Re-saved all projects
|
5 years ago |
Tom Poole
|
0fa4738cc1
|
Re-saved all projects
|
5 years ago |
Tom Poole
|
c7838d4ca3
|
Re-saved all projects
|
5 years ago |
ed
|
90d08cb58b
|
Re-saved all projects
|
5 years ago |
ed
|
c8adff3675
|
Removed an unused config flag from the AudioPluginHost jucer file
|
5 years ago |
ed
|
7d330ab782
|
Always #include JuceHeader.h from the include search path
|
5 years ago |
ed
|
4b118bb45b
|
Added a MIDI output node to the AudioPluginHost
|
5 years ago |
Tom Poole
|
07f15909ea
|
Re-saved all projects
|
5 years ago |
ed
|
a54da0b832
|
Fixed some more typos
|
5 years ago |
ed
|
8f6f29943d
|
Re-saved all projects
|
5 years ago |
ed
|
f982c00d88
|
Re-saved all projects
|
5 years ago |
Tom Poole
|
d55e19b691
|
Re-saved all projects
|
5 years ago |
Tom Poole
|
c8fffa9044
|
Re-saved all projects
|
5 years ago |
ed
|
f312c96f24
|
Re-saved all projects
|
5 years ago |
ed
|
fa1c15b45e
|
Re-saved all projects
|
5 years ago |
ed
|
b824c07ae4
|
Re-saved all projects
|
5 years ago |
ed
|
6626b96474
|
Re-saved all projects
|
5 years ago |
Tom Poole
|
9c3f46309f
|
Re-saved all projects
|
5 years ago |
ed
|
937991cc83
|
Fixed broken back button behaviour on Android and updated JUCEApplicationBase::backButtonPressed() to return a bool indicating whether the back event has been handled or not to override this behaviour
|
5 years ago |
ed
|
7041be0520
|
Save and restore plug-in DPI awareness in AudioPluginHost
|
5 years ago |
ed
|
462ed5468c
|
Re-saved all projects
|
5 years ago |
Tom Poole
|
102db8ebb2
|
Re-saved all projects
|
5 years ago |
ed
|
77cb157db0
|
Removed some old settings from the AudioPluginHost .jucer project and re-saved
|
5 years ago |
jules
|
18bb120179
|
Did some long-overdue renaming of "filter" -> "plugin" in the AudioPluginHost demo
|
5 years ago |
Tom Poole
|
ec43e11abc
|
VS2013: Removed the VS2013 exporter from the Projucer
|
5 years ago |
ed
|
5d83c1485d
|
Re-saved all projects
|
6 years ago |
ed
|
aef6bca60a
|
Re-saved all projects
|
6 years ago |
ed
|
c88611e5c8
|
Made KnownPluginList::addToMenu() and ::getIndexChosenByMenu() operate on a copy of the PluginDescription array so they are in sync
|
6 years ago |
Tom Poole
|
c2a8e0d242
|
Re-saved some projects with new warning flags
|
6 years ago |
ed
|
b2a4aaa338
|
Updated some deprecated AudioDeviceManager methods in the AudioPluginHost
|
6 years ago |
Tom Poole
|
b22db01968
|
Fixed an iOS compiler warning
|
6 years ago |
jules
|
6b82c964cd
|
Refactored AudioPluginFormat::createPluginInstance to use lambdas for the callback
|
6 years ago |
Tom Poole
|
16dd26649a
|
Fixed some GCC compiler warnings and removed deprecated functions
|
6 years ago |
Tom Poole
|
764782e142
|
Re-saved all projects
|
6 years ago |
jules
|
15567c7150
|
Changed the constructor of GenericAudioProcessorEditor to take a reference rather than a pointer, to match all the other AudioProcessorEditor classes. Also tweaked its implementation to resize its components horizontally to fit the width of the parent window
|
6 years ago |
ed
|
92a9c37bac
|
Deprecated some thread unsafe methods in KnownPluginList and modernised the interface a bit
|
6 years ago |
ed
|
833446fe89
|
Windows: Removed some nonexistent warnings from the VS2013 and 2015 exporters
|
6 years ago |
ed
|
32bc00871d
|
Windows: Fixed some compilation errors and warnings when building the AudioPluginHost in VS2013
|
6 years ago |
jules
|
0fb8c8e82a
|
Added handy new function parseXMLIfTagMatches(), and refactored a lot of old code that was parsing XML in a more clunky way
|
6 years ago |
jules
|
6463529371
|
Another batch of conversion of methods which returned bare XmlElement* to return unique_ptrs
|
6 years ago |