attila
|
e87d4a52e6
|
Add VS2026 build to PIP demos
|
2025-09-18 20:51:02 +02:00 |
|
reuk
|
50b51f512a
|
juce_audio_processors_headless: Remove juce_graphics dependency
|
2025-09-17 12:50:08 +01:00 |
|
reuk
|
1f5d09d3fc
|
PIP: Add missing dependency to plugin PIPs
|
2025-09-17 12:50:07 +01:00 |
|
reuk
|
e555a171f5
|
AudioPluginDemo: Enable double-precision processing
|
2025-04-10 17:28:17 +01:00 |
|
Oliver James
|
9b959bd223
|
AudioProcessor: Use std::optional in TrackProperties
|
2024-12-19 13:36:35 +00:00 |
|
Tom Poole
|
cb439c51b8
|
Remove a reference to VS2017
|
2024-07-01 10:13:33 +01:00 |
|
reuk
|
4f2c287f9b
|
Font: Deprecate old Font constructors
|
2024-04-18 14:16:00 +01:00 |
|
Tom Poole
|
94d98a2b10
|
Update licensing information
|
2024-04-16 11:39:35 +01:00 |
|
Tom Poole
|
2fb19ffd8f
|
Fix some LLVM 17 compiler warnings
|
2023-09-25 11:21:11 +01:00 |
|
reuk
|
28414a6af8
|
Global: Avoid floating-point equality checks where possible
|
2023-04-04 19:55:11 +01:00 |
|
reuk
|
8fbd99c424
|
AudioPlayHead: Improve granularity of position info
|
2022-06-16 16:18:20 +01:00 |
|
Tom Poole
|
24e3340a55
|
Update all examples to use Visual Studio 2022 as the default Windows exporter
|
2022-05-23 20:20:44 +01:00 |
|
Tom Poole
|
dea3fe60e4
|
Update copyright banners
|
2022-04-04 12:36:32 +01:00 |
|
reuk
|
3fe0716684
|
Examples: Update plugins to specify new versionHint on parameters
|
2022-03-03 13:47:05 +00:00 |
|
reuk
|
3f9e5b4ea0
|
Demos: Provide a default program name
This prevents test failures in the Steinberg VST3 validator.
|
2021-06-21 19:05:39 +01:00 |
|
reuk
|
72738ccc64
|
Demos: Fix AudioPluginDemo Steinberg VST3 Validator failure when disabling buses
|
2021-06-21 19:05:39 +01:00 |
|
reuk
|
5c886372ab
|
AudioPluginDemo: Disable corner resizer when loaded as an AUv3
|
2021-03-15 19:23:02 +00:00 |
|
ed
|
f5a21daa06
|
AudioPluginDemo: Explicitly add corner resizer to editor
|
2021-03-11 15:12:02 +00:00 |
|
reuk
|
766f6cbf16
|
Demos: Fix data race in AudioPluginDemo
|
2020-06-01 13:40:08 +01:00 |
|
Tom Poole
|
894e7d2bd2
|
Updated all license headers
|
2020-04-23 17:30:39 +01:00 |
|
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.
|
2020-04-16 12:18:46 +01:00 |
|
reuk
|
ece5644a20
|
CMake: Add support for building JUCE projects with CMake
|
2020-04-13 12:10:11 +01:00 |
|
ed
|
6acbb3e4d4
|
Partially reverted af6fc6b to add back in AudioPluginDemo input bus
|
2020-03-03 16:54:09 +00:00 |
|
ed
|
af6fc6b66a
|
AudioPluginDemo fixes for AUv3 builds - don't add input bus and ensure that updateTrackProperties() is called on the message thread
|
2020-03-02 12:15:29 +00:00 |
|
Tom Poole
|
a4bd6cbc66
|
Fixed some more Linux compiler warnings
|
2019-06-06 10:25:19 +01:00 |
|
Tom Poole
|
16dd26649a
|
Fixed some GCC compiler warnings and removed deprecated functions
|
2019-06-04 16:48:44 +01:00 |
|
jules
|
0fb8c8e82a
|
Added handy new function parseXMLIfTagMatches(), and refactored a lot of old code that was parsing XML in a more clunky way
|
2019-05-19 08:16:27 +01:00 |
|
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
|
2019-05-09 10:51:19 +01:00 |
|
ed
|
314ef13a63
|
Added a VS2019 exporter to all example PIPs
|
2019-04-15 14:28:36 +01:00 |
|
reuk
|
1f63493031
|
Allowed an AudioProcessorValueTreeState to manage RangedAudioParameter subclasses
|
2018-10-15 17:25:35 +01:00 |
|
Tom Poole
|
3a2be25b9b
|
Fixed a bug in AudioPluginDemo
|
2018-10-11 10:47:49 +01:00 |
|
Tom Poole
|
90597f9824
|
Added AAX automation pop-up support to the plug-in demo project
|
2018-08-07 12:05:34 +01:00 |
|
ed
|
d018eb8407
|
Enable the JUCE_STRICT_REFCOUNTEDPOINTER flag for all new projects and PIPs
|
2018-06-27 11:37:27 +01:00 |
|
hogliux
|
af25a4147a
|
AudioPluginDemo now uses AudioProcessorValueTreeState to store it's parameter and ui state
|
2018-06-04 16:58:11 +01:00 |
|
Tom Poole
|
ab863a6dc2
|
Replaced all usage of ScopedPointer with std::unique_ptr
|
2018-04-19 20:27:47 +01:00 |
|
Tom Poole
|
77128db335
|
Capitalised the PIP vendor field for the examples
|
2018-03-26 09:58:54 +01:00 |
|
ed
|
5507801dfd
|
Add all PIP examples
|
2018-03-15 12:10:34 +00:00 |
|