Tom Poole
d9b2a61454
Re-saved all projects
2020-12-18 16:01:48 +00:00
ed
697b7ff705
Re-saved all projects
2020-12-10 10:14:36 +00:00
ed
d236c882cb
Re-saved all projects
2020-12-09 15:40:25 +00:00
reuk
ae1f5541fc
Resave all projects
2020-12-02 15:35:36 +00:00
Tom Poole
df2f5db822
Re-saved all projects
2020-12-01 10:20:54 +00:00
ed
1ec24991e8
Re-saved all projects
2020-11-30 18:30:54 +00:00
ed
6e5fa14065
Add demo assets as Xcode resource to AudioPluginHost
2020-11-30 18:27:55 +00:00
ed
6cb364e33f
Re-saved all projects
2020-11-25 17:42:37 +00:00
Tom Poole
b4d101d86b
PluginHost: Removed the juce_video module from CMakeLists.txt
2020-11-04 09:33:39 +00:00
Tom Poole
e670701ca7
PluginHost: Removes the video module
2020-11-03 11:44:42 +00:00
Tom Poole
00eab6aa4b
Re-saved all projects
2020-10-14 13:00:08 +01:00
Tom Poole
c54b8ef3ae
Re-saved all projects
2020-10-05 18:42:02 +01:00
Tom Poole
d0ed3e3d0f
Re-saved all projects
2020-10-05 17:10:16 +01:00
ed
8020c3420a
Re-saved all projects
2020-08-25 11:12:31 +01:00
ed
349b9c1e70
Re-saved all projects
2020-08-20 18:10:21 +01:00
ed
f9e6030f85
Re-saved all projects
2020-08-14 16:07:21 +01:00
Tom Poole
816d7cf826
Re-saved all projects
2020-08-03 17:06:14 +01:00
ed
f0c90e4c12
Removed some unnecessary isOnTouchDevice() checks in the AudioPluginHost
2020-07-20 17:13:17 +01:00
ed
d9460f11c2
Re-saved all projects
2020-07-07 12:52:00 +01:00
ed
0d26cf8e46
Re-saved all projects
2020-07-02 10:14:14 +01:00
reuk
394c4fd475
Clang: Fix warnings when building with clang 10
2020-07-01 10:00:43 +01:00
ed
009d685179
Updated all license headers
2020-06-29 08:30:22 +01:00
reuk
fca3429e6e
DSP: Update convolution
2020-05-15 18:06:03 +01:00
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.
2020-05-14 16:44:50 +01:00
ed
946657d5c1
Re-saved all projects
2020-05-01 10:23:10 +01:00
reuk
4292a38327
Cleanup: Add some missing explicit constructors
2020-04-27 10:22:06 +01:00
reuk
2f45814bfc
Examles: Fix some more warnings
2020-04-27 10:22:06 +01:00
reuk
eb01832c48
CMake: Add targets for recommended flags
2020-04-27 10:22:06 +01:00
Ivan Cohen
c138bf91b4
DSP: Revamp DSP module
2020-04-24 14:37:09 +01:00
Tom Poole
6cb75d9d2c
Replaced all references to ROLI with Raw Material Software and regenerated all bytecode
2020-04-23 17:30:40 +01:00
Tom Poole
894e7d2bd2
Updated all license headers
2020-04-23 17:30:39 +01:00
ed
297e2c4c95
Re-saved all projects
2020-04-17 16:05:20 +01:00
ed
30b41c67cf
Re-saved all projects
2020-04-17 08:50:28 +01:00
reuk
73d62a7f8a
MidiBufferIterator: Add some missing iterator increments
2020-04-16 15:27:13 +01:00
reuk
719a491740
Android: Use built-in Oboe
2020-04-16 12:18:49 +01:00
ed
677e03ca15
Fixed an issue instantiating plug-ins from popup menu results in the AudioPluginHost
2020-04-16 12:18:48 +01:00
ed
3c8dc1effe
Added WKWebView implementation where available on macOS and iOS
2020-04-16 12:18:47 +01:00
reuk
748d0e203f
APVTS: Refactor the parameter attachment classes
2020-04-16 12:18:46 +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
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.
2020-04-16 12:18:46 +01:00
reuk
e7e1de78fa
Files: Add RangedDirectoryIterator
2020-04-13 13:16:06 +01:00
reuk
5f348c3040
Warnings: Add warning-wrangling header
2020-04-13 13:16:05 +01:00
reuk
2ca69e8f70
Projucer: Stop requiring JuceHeader to be included in projects
2020-04-13 13:16:05 +01:00
reuk
ece5644a20
CMake: Add support for building JUCE projects with CMake
2020-04-13 12:10:11 +01:00
reuk
1fdba480cc
JUCE 6: Update version numbers
2020-04-11 15:03:19 +01:00
reuk
327f817b9b
Copyrights: Update commercial/gpl headers to be gpl-only
2020-04-09 15:22:56 +01:00
ed
50a22b75c2
macOS: Added NSAppleEventsUsageDescription plist key to the AudioPluginHost to fix instantiating some third-party plug-ins
2020-03-31 12:22:07 +01:00
ed
f7f6dad663
Linux: Removed non-standard X11 library path from extras .jucer files
2020-03-30 10:06:22 +01:00
Tom Poole
4d496bc44f
Re-saved all projects
2020-03-26 10:09:38 +00:00
ed
12765e3761
Re-saved all projects
2020-03-19 16:50:05 +00:00