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
reuk
6c71d96188
CMake: Add useful defaults for iphone/ipad screen orientations
5 years ago
reuk
eb01832c48
CMake: Add targets for recommended flags
5 years ago
reuk
ec4cbdca1e
CMake: Always bundle resources into DemoRunner on macOS
5 years ago
Ivan Cohen
c138bf91b4
DSP: Revamp DSP module
5 years ago
Tom Poole
6cb75d9d2c
Replaced all references to ROLI with Raw Material Software and regenerated all bytecode
5 years ago
Tom Poole
894e7d2bd2
Updated all license headers
5 years ago
reuk
faed5b237b
CMake: Simplify docs re. iOS screen orientations
5 years ago
reuk
b5aa3fbf3e
CMake: Fix documentation
5 years ago
ed
297e2c4c95
Re-saved all projects
5 years ago
ed
30b41c67cf
Re-saved all projects
5 years ago
reuk
719a491740
Android: Use built-in Oboe
5 years ago
ed
3c8dc1effe
Added WKWebView implementation where available on macOS and iOS
5 years ago
reuk
748d0e203f
APVTS: Refactor the parameter attachment classes
6 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
eae9a10944
MidiBuffer: Add iterator compatible with C++11 range-for
5 years ago
reuk
e7e1de78fa
Files: Add RangedDirectoryIterator
5 years ago
reuk
5f348c3040
Warnings: Add warning-wrangling header
5 years ago
reuk
2ca69e8f70
Projucer: Stop requiring JuceHeader to be included in projects
5 years ago
reuk
ece5644a20
CMake: Add support for building JUCE projects with CMake
5 years ago
reuk
1fdba480cc
JUCE 6: Update version numbers
5 years ago
reuk
327f817b9b
Copyrights: Update commercial/gpl headers to be gpl-only
5 years ago
ed
18df1b0937
Added JUCE_CONTENT_SHARING define to conditionally compile the native content sharer code
5 years ago
Tom Poole
4d496bc44f
Re-saved all projects
5 years ago
reuk
bbd2184e3b
Demos: Fix some build issues in demos with more warnings enabled
5 years ago
ed
12765e3761
Re-saved all projects
5 years ago
ed
08925cac6e
Updated AudioPluginHost and DemoRunner icons to be different to Projucer icon
5 years ago
ed
c1cb7cea9a
Fixed some issues flagged by the Xcode static analysis tool
5 years ago
reuk
4caf25914c
Examples: Fix up createAssetInputStream uses
5 years ago
Tom Poole
ffb140de84
Re-saved all projects
5 years ago
ed
7035a40879
Fixed some errors in the examples
5 years ago
reuk
5af01b9b16
Demos: Convey proper ownership semantics
5 years ago
Tom Poole
28e03f0815
Replaced all instances of JUCE_CONSTEXPR with constexpr
5 years ago
reuk
e55de57922
DSP: Fix compiler warnings in DSP plugin demo
5 years ago
ed
18306bf647
Re-saved all projects
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
deed6c4906
Re-saved all projects
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
Mike Toon
a6fded11e6
BLOCKS: Use unique_ptr for setting program and add new block listeners
5 years ago
ed
113342d1e6
Fixed an issue sharing files on Android in the DialogsDemo
5 years ago
ed
542e661374
Re-saved all projects
5 years ago
ed
08d0a12f03
Bump version number to 5.4.7
5 years ago