Tom Poole
6589b6d64b
VS2022: Work around a compiler bug
3 years ago
Tom Poole
cb1c987974
Resave all projects
3 years ago
Tom Poole
eda5c696e5
macOS/iOS: Fix unguarded availability warnings
3 years ago
Tom Poole
220fa03eb0
Re-save projects
3 years ago
reuk
c7a17934e3
Formatting
3 years ago
reuk
d232eb90d6
AudioPluginHost: Allow multibus configurations to be set on internal plugins
3 years ago
reuk
1e820fd362
Resave projects
3 years ago
Tom Poole
ccd3a29cc7
Resave all projects
3 years ago
Tom Poole
a0994ac576
Resave all projects
3 years ago
Tom Poole
086b21be1b
Re-save all projects
3 years ago
reuk
420167f3ec
AudioPluginHost: Add support for loading and saving plugin state directly
3 years ago
Tom Poole
300ab8b084
Resave all projects
3 years ago
attila
454ff64631
AudioPluginHost: Call setUsingNativeTitleBar() before restoreWindowStateFromString()
Since the window borders are unknown for a short time after window creation on
Linux, restoreWindowStateFromString() needs to adjust the restored position
before passing it on to the XWindow system.
The adjustment is dependent on whether we use the native or the JUCE titlebar.
Hence the adjustment can only be correct if the titlebar configuration has
already happened before calling restoreWindowStateFromString().
3 years ago
reuk
6c046ffc04
AudioPluginHost: Allow out-of-process scanner to scan AUv3 plugins
3 years ago
reuk
c9c4d7a747
AudioPluginHost: Allow Audio IO window to display different channel layouts with matching channel counts
3 years ago
Tom Poole
4eb6eb828a
Resave all projects
3 years ago
Tom Poole
ea5dae4ab6
Remove some unused properties from .jucer files and re-save all projects
3 years ago
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
3 years ago
ed
a970b15959
Add Visual Studio 2022 solutions to all projects
3 years ago
Tom Poole
fc8eacbf5b
Fix a string comparison in c064b0c
3 years ago
Tom Poole
c064b0c604
AudioPluginHost: Embed the assets required for internal plug-ins
3 years ago
ed
bfea8c89b0
Re-save all projects
3 years ago
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
3 years ago
ed
d394c770c9
Re-saved all projects
3 years ago