ed
b7e28541ca
Replaced deprecated Displays methods
4 years ago
reuk
ea86c0db82
PopupMenu: Update WidgetsDemo
4 years ago
reuk
a98dc7553b
CMake: Update example projects to use recommended targets
4 years ago
Tom Poole
00eab6aa4b
Re-saved all projects
4 years ago
Tom Poole
c35bb61c8d
Bump version number to 6.0.4
4 years ago
Tom Poole
c54b8ef3ae
Re-saved all projects
4 years ago
Tom Poole
73d1a1ff45
Bump version number to 6.0.3
4 years ago
Tom Poole
d0ed3e3d0f
Re-saved all projects
4 years ago
Tom Poole
c9aba7f613
Bump version number to 6.0.2
4 years ago
ed
268ac3d5c8
Modernised some code in CallOutBox and added some logic to scale the window with its content component's transform
4 years ago
ed
333f98d204
Squashed some compiler warnings with -Wmissing-prototypes enabled
4 years ago
ed
8020c3420a
Re-saved all projects
4 years ago
ed
349b9c1e70
Re-saved all projects
4 years ago
ed
f9e6030f85
Re-saved all projects
4 years ago
reuk
2631d4120a
CMake: Fix incorrect property name in gui app example project
4 years ago
reuk
8fc1c1abae
JACK: Fix bug where input and output devices were reversed
4 years ago
reuk
64fa95deef
SamplerPlugin: Fix bug where cancelling load could cause a segfault
4 years ago
ed
a4d43c16e3
Added an underline toggle to FontsDemo
4 years ago
ed
12bff68e34
Added vertical justification support to TextEditor
4 years ago
Tom Poole
816d7cf826
Re-saved all projects
4 years ago
Tom Poole
42ee1c7acf
Changed the DemoRunner bundle ID
4 years ago
ed
d9460f11c2
Re-saved all projects
4 years ago
ed
6aeb9d7dda
Bump version number to 6.0.1
4 years ago
reuk
e9321bf565
CMake: Fix demos which failed to build on Windows
The PushNotificationsDemo is not supported on Windows, so I've
stopped CMake from configuring it in the first place.
4 years ago
ed
fa4e8c2d9d
Android: Enabled 64-bit DemoRunner builds
4 years ago
ed
60fdcc88f6
Re-saved DemoRunner
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
ed
009d685179
Updated all license headers
4 years ago
ed
67925d384f
Updated main README with CMake support info and changed docs extension from .txt to .md
4 years ago
ed
aad3667e17
Updated MidiKeyboardState to use nested Listener and fixed some thread safety issues
5 years ago
ed
5467c57e23
Updated MidiKeyboardState to use nested Listener and fixed some thread safety issues
5 years ago
reuk
ae35ebd5bc
DSP: Allow Convolution instances to share a single background thread
5 years ago
ed
d510b73cdf
Normalised all whitespace before args in std::function
5 years ago
reuk
f79c49a171
CMake: Make IDE folder structure mirror disk structure
5 years ago
reuk
766f6cbf16
Demos: Fix data race in AudioPluginDemo
5 years ago
reuk
074f5077fc
Docs: Fix references to `docs/CMake API.txt`
5 years ago
reuk
c85f67f21d
DSP: Avoid audio-thread free in ConvolutionDemo
5 years ago
reuk
fca3429e6e
DSP: Update convolution
5 years ago
reuk
9f03f30ad4
Docs: Add new top-level docs folder
5 years ago
reuk
5e5ac203b9
CMake: Link necessary libraries for hosting plugins
The CoreAudioKit (and on macOS, AudioUnit) frameworks are required to
host AudioUnit plugins. Hosts (especially those which don't use the
`juce_audio_utils` module) should use the new `PLUGINHOST_AU` parameter
to `juce_add_*` in order to add the correct preprocessor definition and
link the necessary frameworks.
5 years ago
reuk
36a37c36bb
CMake: Avoid GLOB_RECURSE when adding PIPs
If git/zip-extraction add hidden directories containing files with a
`.h` extension we don't want to try to build those files as PIPs. Using
GLOB instead of GLOB_RECURSE should help to avoid files in nested
directories.
5 years ago
reuk
56100600b8
CMake: Add docs about preprocessor definitions
5 years ago
reuk
bf51d2c076
CMake: Use juce_add_modules to import modules from install tree
This change means that imported juce modules will be made available both
with and without a namespace prefix, e.g. `juce_core` and
`juce::juce_core` will both be created.
This change allows custom modules to specify dependencies without a
juce:: prefix, which allows the modules to be used with the Projucer, or
under CMake with JUCE in a subdirectory, or under CMake with JUCE
installed to the system.
5 years ago
ed
946657d5c1
Re-saved all projects
5 years ago
ed
dd2395800e
Re-saved all projects
5 years ago
reuk
b7e4099cd5
Cleanup: Fix some warnings
5 years ago
reuk
2f45814bfc
Examles: Fix some more warnings
5 years ago
reuk
6ed49ff74f
VST3: Fix issue where MIDI Logger example VST3 refused to load in Live
5 years ago
reuk
0a2e4191b3
CMake: Allow custom header names for BinaryData targets
This change helps to avoid ambiguity in includes when building projects
which contain more than one "BinaryData.h".
5 years ago