attila
f562517939
AudioPluginHost: Make the .exe relocatable when using the Projucer build
3 years ago
reuk
b72b155443
Naming: Fix up naming of ChildProcessCoordinator and ChildProcessWorker
3 years ago
ed
c6f4d8494c
Re-save all projects
3 years ago
reuk
7da8b73a96
AudioPluginHost: Add subprocess plugin scanning feature
3 years ago
ed
bb9b24d048
Re-save all projects
3 years ago
reuk
36e35aef3b
AudioPluginHost: Display format of loaded plugins in graph view
3 years ago
ed
b9542ccc4c
Update code to use C++14 [[deprecated]] attribute
This commit removes the various compiler-specific JUCE_DEPRECATED macros and replaces them with C++14's deprecated attribute. It also removes the JUCE_CATCH_DEPRECATED_CODE_MISUSE flag as we can rely on the override specifier catching usage of these old virtual methods, and tidies up the DOXYGEN preprocessor checks as they were inconsistent across the codebase.
3 years ago
reuk
12fd1479a8
AudioPluginHost: Only add editor menu item for plugins with editors
3 years ago
reuk
31c7f42e55
AudioPluginHost: Only allow editor window resizing when this is supported by the plugin
3 years ago
ed
49fdf1a4d3
Re-save all projects
3 years ago
reuk
23e621f26e
Projucer: Add BOM when writing VS solution files
Without the BOM, VS assumes UTF-8 strings (subproject file names etc.)
are ansi-encoded.
3 years ago
Tom Poole
8cc0d12fb3
Separate C and C++ recommended warning flags
3 years ago
Tom Poole
6f4618f9bc
Re-save all projects
3 years ago
Tom Poole
1c7dc0b053
Re-save all projects
3 years ago
reuk
b30d6b0714
AudioPluginHost: Avoid calling repaint inside parameter change callbacks
3 years ago
Tom Poole
b501feefdf
Re-save all projects
3 years ago
Tom Poole
6542446594
Update the JUCE logo
3 years ago
Tom Poole
3833c6d207
Re-save all projects
3 years ago
ed
63f2a7c30c
Re-saved all projects
3 years ago
ed
7ab0c9812a
Re-saved all projects
3 years ago
ed
ff935c5103
Re-saved all projects
3 years ago
Tom Poole
51645be3f6
AudioPluginHost: Remove unused binary data
4 years ago
ed
d394c770c9
Re-saved all projects
4 years ago
ed
f38f721794
Re-saved all projects
4 years ago
ed
551d7b9c5b
Add MessageBoxOptions class for specifying a set of AlertWindow and NativeMessageBox options
- Add AlertWindow::show() and showAsync() methods that take a MessageBoxOptions argument
- Add NativeMessageBox::show() and showAsync() methods that take a MessageBoxOptions argument
- Update the DialogsDemo to demonstrate the new methods
- Deprecate AlertWindow::showNativeDialogBox() in favour of the NativeMessageBox methods
- Pass button strings specified in MesssageBoxOptions to native dialog boxes correctly
- Use modern TaskDialog on Windows for the native dialog box where available
4 years ago
Tom Poole
fe4ba9071b
Set the default value of JUCE_MODAL_LOOPS_PERMITTED to 0
See BREAKING-CHANGES.txt for more details.
4 years ago
ed
b41b80ed7c
Re-saved all projects
4 years ago
ed
0efe902b59
Android: Add examples/Assets to "Extra Android Assets" to fix AUv3Synth internal plug-in sample loading
4 years ago
ed
37eb70d676
Re-saved all projects
4 years ago
ed
c0f18670f4
Re-saved all projects
4 years ago
ed
430ffd4b96
Re-saved all projects
4 years ago
ed
dda48ebec3
Re-saved all projects
4 years ago
ed
dc4a9c5e40
Re-saved all projects
4 years ago
ed
6e82569c24
Re-saved all projects
4 years ago
Tom Poole
d3248a5f66
Re-saved all projects
4 years ago
Tom Poole
70250dd0c1
Projucer: Added on option to select the macOS application category
4 years ago
reuk
9549f8c95e
AudioPluginHost: Try to find matching plugins by uniqueId if loading initially fails
4 years ago
reuk
041da08474
VST3: Add a new PluginDescription::uniqueId field
4 years ago
reuk
241bb8d430
VST3 Host: Add cross-platform-compatible VST3 uid hash
4 years ago
Tom Poole
9492b361b9
Re-saved all projects
4 years ago
reuk
432cd793d7
AudioPluginHost: Avoid drawing in unsafe areas of the screen on mobile
4 years ago
reuk
de278cf555
AudioPluginHost: Allow resizing plugins from the host, and increase border size on mobile
The increased border size should make it slightly less fiddly to tap on
the window border.
4 years ago
reuk
bc660e8218
AudioPluginHost: Avoid creating editor if hasEditor returns false
4 years ago
Tom Poole
3a8db2f04d
Re-saved all projects
4 years ago
Tom Poole
0e599bea06
Re-saved all projects
4 years ago
ed
8500f40b95
AudioPluginHost: Only auto-scale VST plug-in windows
4 years ago
ed
3a0af69eff
AudioPluginHost: Added an application-level setting for scaling plug-ins on Windows
4 years ago
ed
7b6d6d55cb
AudioPluginHost: Fixed backwards compatibility with old internal plug-in names
4 years ago
reuk
b1917085db
AudioProcessor: Update listener callback with change details
4 years ago
ed
271a9cd7a4
Re-saved all projects
4 years ago