Tom Poole
da5e0e0cd3
Resave all projects
3 years ago
ed
469a3523b7
AudioPluginHost: Remove parameter listeners in PluginDebugWindow destructor
3 years ago
ed
156722d299
Re-save projects
3 years ago
ed
4f49032fa8
Re-save projects
3 years ago
reuk
c9b28be145
Resave all projects
3 years ago
reuk
221a137526
Resave projects
4 years ago
ed
a970b15959
Add Visual Studio 2022 solutions to all projects
4 years ago
Tom Poole
fc8eacbf5b
Fix a string comparison in c064b0c
4 years ago
Tom Poole
c064b0c604
AudioPluginHost: Embed the assets required for internal plug-ins
4 years ago
ed
bfea8c89b0
Re-save all projects
4 years ago
attila
f562517939
AudioPluginHost: Make the .exe relocatable when using the Projucer build
4 years ago
reuk
b72b155443
Naming: Fix up naming of ChildProcessCoordinator and ChildProcessWorker
4 years ago
ed
c6f4d8494c
Re-save all projects
4 years ago
reuk
7da8b73a96
AudioPluginHost: Add subprocess plugin scanning feature
4 years ago
ed
bb9b24d048
Re-save all projects
4 years ago
reuk
36e35aef3b
AudioPluginHost: Display format of loaded plugins in graph view
4 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.
4 years ago
reuk
12fd1479a8
AudioPluginHost: Only add editor menu item for plugins with editors
4 years ago
reuk
31c7f42e55
AudioPluginHost: Only allow editor window resizing when this is supported by the plugin
4 years ago
ed
49fdf1a4d3
Re-save all projects
4 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.
4 years ago
Tom Poole
8cc0d12fb3
Separate C and C++ recommended warning flags
4 years ago
Tom Poole
6f4618f9bc
Re-save all projects
4 years ago
Tom Poole
1c7dc0b053
Re-save all projects
4 years ago
reuk
b30d6b0714
AudioPluginHost: Avoid calling repaint inside parameter change callbacks
4 years ago
Tom Poole
b501feefdf
Re-save all projects
4 years ago
Tom Poole
6542446594
Update the JUCE logo
4 years ago
Tom Poole
3833c6d207
Re-save all projects
4 years ago
ed
63f2a7c30c
Re-saved all projects
4 years ago
ed
7ab0c9812a
Re-saved all projects
4 years ago
ed
ff935c5103
Re-saved all projects
4 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