reuk
|
4292a38327
|
Cleanup: Add some missing explicit constructors
|
5 years ago |
Tom Poole
|
894e7d2bd2
|
Updated all license headers
|
5 years ago |
ed
|
677e03ca15
|
Fixed an issue instantiating plug-ins from popup menu results in the AudioPluginHost
|
5 years ago |
reuk
|
f20b93a458
|
AudioPluginHost: Include example plugins in project
This change adds the examples from `examples/Plugins` to the
AudioPluginHost, surfacing them as 'internal' plugins in the popup menu.
|
5 years ago |
reuk
|
8433c098b9
|
MIDI: Add Midi Logger plugin demo PIP
We also build this into the AudioPluginHost, as a convenient way to
check the midi outputs of plugins and devices.
|
5 years ago |
reuk
|
327f817b9b
|
Copyrights: Update commercial/gpl headers to be gpl-only
|
5 years ago |
Tom Poole
|
fce4212ef5
|
Replaced some old macros
|
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
|
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 |
ed
|
a54da0b832
|
Fixed some more typos
|
5 years ago |
ed
|
7041be0520
|
Save and restore plug-in DPI awareness in AudioPluginHost
|
5 years ago |
jules
|
18bb120179
|
Did some long-overdue renaming of "filter" -> "plugin" in the AudioPluginHost demo
|
5 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 |
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
|
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
|
32bc00871d
|
Windows: Fixed some compilation errors and warnings when building the AudioPluginHost in VS2013
|
6 years ago |
jules
|
6463529371
|
Another batch of conversion of methods which returned bare XmlElement* to return unique_ptrs
|
6 years ago |
jules
|
2e2cfb5f6c
|
Made a lot of the functions that used to return a raw XmlElement* instead return a std::unique_ptr<XmlElement> to make it safer and more concise to capture them. Also added new methods to XmlElement for generating text, and deprecated the old ones
|
6 years ago |
Tom Poole
|
d475b17a81
|
Fixed some compiler warnings
|
6 years ago |
Tom Poole
|
cbdf5e6d21
|
Fixed some compiler warnings
|
6 years ago |
Tom Poole
|
ab68b98dae
|
AudioPluginHost: Added a plug-in debugging window showing parameter value and gesture changes
|
6 years ago |
ed
|
90a692a58c
|
Enable DPI aware plug-in hosting in the AudioPluginHost
|
6 years ago |
jules
|
bc37767edb
|
Updated the AudioPluginHost app
|
6 years ago |
hogliux
|
f574b9d962
|
VS2013: Fixed a VS2013 compiler error in the AudioPluginHost
|
7 years ago |
Tom Poole
|
ab863a6dc2
|
Replaced all usage of ScopedPointer with std::unique_ptr
|
7 years ago |
Tom Poole
|
4229dc0a4f
|
Made a lot of ScopedPointer usage conform to the std::unique_ptr interface
|
7 years ago |
ed
|
5527cd8ca1
|
Add Android and iOS support to AudioPluginHost
|
7 years ago |