reuk
|
8fbd99c424
|
AudioPlayHead: Improve granularity of position info
|
2 years ago |
Tom Poole
|
e618f68d4d
|
Update all examples to use Visual Studio 2022 as the default Windows exporter
|
3 years ago |
Tom Poole
|
24e3340a55
|
Update all examples to use Visual Studio 2022 as the default Windows exporter
|
3 years ago |
Tom Poole
|
dea3fe60e4
|
Update copyright banners
|
3 years ago |
reuk
|
3fe0716684
|
Examples: Update plugins to specify new versionHint on parameters
|
3 years ago |
reuk
|
3f9e5b4ea0
|
Demos: Provide a default program name
This prevents test failures in the Steinberg VST3 validator.
|
3 years ago |
reuk
|
72738ccc64
|
Demos: Fix AudioPluginDemo Steinberg VST3 Validator failure when disabling buses
|
3 years ago |
reuk
|
5c886372ab
|
AudioPluginDemo: Disable corner resizer when loaded as an AUv3
|
4 years ago |
ed
|
f5a21daa06
|
AudioPluginDemo: Explicitly add corner resizer to editor
|
4 years ago |
reuk
|
766f6cbf16
|
Demos: Fix data race in AudioPluginDemo
|
5 years ago |
Tom Poole
|
894e7d2bd2
|
Updated all license headers
|
5 years ago |
Tom Poole
|
2d16374b14
|
Updated all license headers
|
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
|
ece5644a20
|
CMake: Add support for building JUCE projects with CMake
|
5 years ago |
ed
|
6acbb3e4d4
|
Partially reverted af6fc6b to add back in AudioPluginDemo input bus
|
5 years ago |
ed
|
af6fc6b66a
|
AudioPluginDemo fixes for AUv3 builds - don't add input bus and ensure that updateTrackProperties() is called on the message thread
|
5 years ago |
Tom Poole
|
a4bd6cbc66
|
Fixed some more Linux compiler warnings
|
6 years ago |
Tom Poole
|
16dd26649a
|
Fixed some GCC compiler warnings and removed deprecated functions
|
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
|
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 |
ed
|
314ef13a63
|
Added a VS2019 exporter to all example PIPs
|
6 years ago |
reuk
|
1f63493031
|
Allowed an AudioProcessorValueTreeState to manage RangedAudioParameter subclasses
|
6 years ago |
Tom Poole
|
3a2be25b9b
|
Fixed a bug in AudioPluginDemo
|
6 years ago |
Tom Poole
|
90597f9824
|
Added AAX automation pop-up support to the plug-in demo project
|
6 years ago |
ed
|
d018eb8407
|
Enable the JUCE_STRICT_REFCOUNTEDPOINTER flag for all new projects and PIPs
|
6 years ago |
hogliux
|
af25a4147a
|
AudioPluginDemo now uses AudioProcessorValueTreeState to store it's parameter and ui state
|
7 years ago |
Tom Poole
|
ab863a6dc2
|
Replaced all usage of ScopedPointer with std::unique_ptr
|
7 years ago |
Tom Poole
|
77128db335
|
Capitalised the PIP vendor field for the examples
|
7 years ago |
ed
|
5507801dfd
|
Add all PIP examples
|
7 years ago |