reuk
|
7c14c1fcd7
|
Use more concise stdlib type aliases
|
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
|
ebac835673
|
Fix some deprecation warnings
|
3 years ago |
ed
|
e0e8e85d6b
|
Add KeyboardComponentBase class for custom MIDI keyboard components and MPEKeyboardComponent class
|
3 years ago |
reuk
|
3f9e5b4ea0
|
Demos: Provide a default program name
This prevents test failures in the Steinberg VST3 validator.
|
3 years ago |
Attila Szarvas
|
61619ec0d5
|
SamplerPluginDemo: Use both velocity and pressure to control note volumes
|
3 years ago |
reuk
|
75dc9f8da5
|
SamplerDemo: Set appropriate plugin characteristics by default
|
4 years ago |
reuk
|
586ab8927d
|
Fix warnings when building in C++20 mode
|
4 years ago |
reuk
|
64fa95deef
|
SamplerPlugin: Fix bug where cancelling load could cause a segfault
|
4 years ago |
ed
|
d8a119e542
|
Fixed some GCC 5 compatibility issues
|
4 years ago |
reuk
|
394c4fd475
|
Clang: Fix warnings when building with clang 10
|
4 years ago |
reuk
|
2f45814bfc
|
Examles: Fix some more warnings
|
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
|
bbd2184e3b
|
Demos: Fix some build issues in demos with more warnings enabled
|
5 years ago |
reuk
|
4caf25914c
|
Examples: Fix up createAssetInputStream uses
|
5 years ago |
ed
|
7035a40879
|
Fixed some errors in the examples
|
5 years ago |
ed
|
e45b1d9924
|
Updated the VS exporter of example projects to VS2019
|
6 years ago |
Tom Poole
|
a9a0f6b92f
|
Enforced more comprehensive const-correctness in the JUCE container classes
|
6 years ago |
Tom Poole
|
4751e9d41a
|
Added a new templated SmoothedValue class
|
6 years ago |
reuk
|
b8278cec0e
|
LinearSmoothedValue: Added some helpful member functions and deprecated setValue
|
6 years ago |
ed
|
d018eb8407
|
Enable the JUCE_STRICT_REFCOUNTEDPOINTER flag for all new projects and PIPs
|
6 years ago |
jules
|
abe01671d4
|
Fixed a very old spelling mistake!(SystemStats::getCpuSpeedInMegaherz -> SystemStats::getCpuSpeedInMegahertz)
|
7 years ago |
jules
|
8c38c6f57f
|
Marked as deprecated: String::empty, var::null, File::nonexistent, ValueTree::invalid and other problematic statically-initialised null values. Please just use the default constructor for these classes!
|
7 years ago |
Tom Poole
|
ab863a6dc2
|
Replaced all usage of ScopedPointer with std::unique_ptr
|
7 years ago |
jules
|
d691838765
|
Tidied up a few minor coding style discrepencies
|
7 years ago |
Tom Poole
|
77128db335
|
Capitalised the PIP vendor field for the examples
|
7 years ago |
ed
|
563869300e
|
Fix a build error and some warnings when building the SamplerPluginDemo example on Windows
|
7 years ago |
ed
|
3977403b1b
|
PIPs: Fixed some errors in the plugin examples
|
7 years ago |
ed
|
5507801dfd
|
Add all PIP examples
|
7 years ago |