Tom Poole
b48dddcf4e
RTAS: Remove RTAS functionality
2022-05-03 08:16:37 +01:00
Tom Poole
db3c6e6216
macOS/iOS: Fix unguarded availability warnings
2022-04-26 15:37:03 +01:00
Tom Poole
f69fe7be0f
Resave projects
2022-04-26 15:30:29 +01:00
reuk
61f3c1dd98
LV2: Add initial client support
2022-04-22 14:18:52 +01:00
reuk
1182024fc4
LV2: Add initial hosting support
2022-04-22 14:18:51 +01:00
reuk
40d6a063af
AudioPluginHost: Speed up out-of-process scanning
2022-04-22 14:18:50 +01:00
Tom Poole
570bcb666a
Resave projects
2022-04-22 14:18:48 +01:00
Tom Poole
3dd812052e
macOS/iOS: Add a Metal layer renderer
...
This restores the functionality of JUCE_COREGRAPHICS_RENDER_WITH_MULTIPLE_PAINT_CALLS.
Using this preprocessor flag may avoid Core Graphics rendering much larger regions than
necessary, but the small regions that are rendered will likely be rendered slower.
Whether using this flag improves or degrades the performance of your rendering overall
will be specific to each application.
Previously enabling JUCE_COREGRAPHICS_RENDER_WITH_MULTIPLE_PAINT_CALLS was ineffective
from versions of macOS around 10.13, but enabling it didn't have any negative impact on
performance. Now enabling JUCE_COREGRAPHICS_RENDER_WITH_MULTIPLE_PAINT_CALLS may result
in slower rendering.
2022-04-04 12:36:33 +01:00
Tom Poole
dea3fe60e4
Update copyright banners
2022-04-04 12:36:32 +01:00
reuk
c7a17934e3
Formatting
2022-04-01 16:41:47 +01:00
reuk
d232eb90d6
AudioPluginHost: Allow multibus configurations to be set on internal plugins
2022-03-23 16:51:39 +00:00
reuk
1e820fd362
Resave projects
2022-03-23 16:51:39 +00:00
Tom Poole
ccd3a29cc7
Resave all projects
2022-03-04 11:48:48 +00:00
Tom Poole
a0994ac576
Resave all projects
2022-02-28 12:59:09 +00:00
Tom Poole
086b21be1b
Re-save all projects
2022-02-23 15:06:22 +00:00
reuk
420167f3ec
AudioPluginHost: Add support for loading and saving plugin state directly
2022-02-18 16:43:25 +00:00
Tom Poole
300ab8b084
Resave all projects
2022-02-18 16:28:51 +00:00
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().
2022-02-02 19:59:56 +01:00
reuk
6c046ffc04
AudioPluginHost: Allow out-of-process scanner to scan AUv3 plugins
2022-01-27 18:43:21 +00:00
reuk
c9c4d7a747
AudioPluginHost: Allow Audio IO window to display different channel layouts with matching channel counts
2022-01-27 18:43:21 +00:00
Tom Poole
4eb6eb828a
Resave all projects
2022-01-26 13:06:01 +00:00
Tom Poole
ea5dae4ab6
Remove some unused properties from .jucer files and re-save all projects
2022-01-25 11:25:08 +00:00
Tom Poole
da5e0e0cd3
Resave all projects
2021-12-20 11:14:39 +00:00
ed
469a3523b7
AudioPluginHost: Remove parameter listeners in PluginDebugWindow destructor
2021-12-20 09:24:01 +00:00
ed
156722d299
Re-save projects
2021-12-14 17:01:26 +00:00
ed
4f49032fa8
Re-save projects
2021-12-10 15:50:04 +00:00
reuk
c9b28be145
Resave all projects
2021-12-08 15:26:08 +00:00
reuk
221a137526
Resave projects
2021-11-19 16:35:22 +00:00
ed
a970b15959
Add Visual Studio 2022 solutions to all projects
2021-11-09 15:35:45 +00:00
Tom Poole
fc8eacbf5b
Fix a string comparison in c064b0c
2021-11-09 07:59:30 +00:00
Tom Poole
c064b0c604
AudioPluginHost: Embed the assets required for internal plug-ins
2021-11-08 14:08:05 +00:00
ed
bfea8c89b0
Re-save all projects
2021-11-08 09:04:11 +00:00
attila
f562517939
AudioPluginHost: Make the .exe relocatable when using the Projucer build
2021-10-26 17:22:43 +02:00
reuk
b72b155443
Naming: Fix up naming of ChildProcessCoordinator and ChildProcessWorker
2021-10-25 09:51:21 +01:00
ed
c6f4d8494c
Re-save all projects
2021-10-15 10:10:55 +01:00
reuk
7da8b73a96
AudioPluginHost: Add subprocess plugin scanning feature
2021-10-14 16:56:20 +01:00
ed
bb9b24d048
Re-save all projects
2021-10-05 16:30:26 +01:00
reuk
36e35aef3b
AudioPluginHost: Display format of loaded plugins in graph view
2021-09-30 14:19:25 +01:00
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.
2021-09-29 16:14:00 +01:00
reuk
12fd1479a8
AudioPluginHost: Only add editor menu item for plugins with editors
2021-09-27 15:44:48 +01:00
reuk
31c7f42e55
AudioPluginHost: Only allow editor window resizing when this is supported by the plugin
2021-09-27 15:44:48 +01:00
ed
49fdf1a4d3
Re-save all projects
2021-09-23 14:26:05 +01:00
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.
2021-09-22 10:23:03 +01:00
Tom Poole
8cc0d12fb3
Separate C and C++ recommended warning flags
2021-09-21 09:23:48 +01:00
Tom Poole
6f4618f9bc
Re-save all projects
2021-09-20 13:24:39 +01:00
Tom Poole
1c7dc0b053
Re-save all projects
2021-09-09 12:57:24 +01:00
reuk
b30d6b0714
AudioPluginHost: Avoid calling repaint inside parameter change callbacks
2021-09-07 11:30:19 +01:00
Tom Poole
b501feefdf
Re-save all projects
2021-08-23 16:59:50 +01:00
Tom Poole
6542446594
Update the JUCE logo
2021-08-23 11:00:36 +01:00
Tom Poole
3833c6d207
Re-save all projects
2021-08-23 10:17:46 +01:00