Robbert van der Helm
|
b9412657c1
|
Fix allocation error from thread locals
|
2022-03-08 14:07:29 +01:00 |
|
Robbert van der Helm
|
37e1b9523b
|
Optionally disallow allocations in reset function
|
2022-03-08 00:46:17 +01:00 |
|
Robbert van der Helm
|
70d3b5d557
|
Add a reset function to the plugin trait
This is used as part of CLAP 0.19/0.20, and we can just always call it
after the initialize function to stay consistent for VST3 plugins.
|
2022-03-08 00:35:55 +01:00 |
|
Robbert van der Helm
|
10ced981bd
|
Remove todos about fixing skewed discrete ranges
Because those have been removed.
|
2022-03-08 00:27:25 +01:00 |
|
Robbert van der Helm
|
8ee380864c
|
Update for CLAP 0.20
|
2022-03-08 00:21:51 +01:00 |
|
Robbert van der Helm
|
9267a8371c
|
Add DPI scaling support
That hopefully works.
|
2022-03-05 13:37:35 +01:00 |
|
Robbert van der Helm
|
e2605c8cee
|
Add transport information for VST3 and CLAP
This is available through the process context.
|
2022-03-04 15:05:00 +01:00 |
|
Robbert van der Helm
|
f581294d7b
|
Update rustdoc formatting for links
Apparently it showed this text verbatim, and not in monospace.
|
2022-03-03 23:05:12 +01:00 |
|
Robbert van der Helm
|
542012aa0e
|
Request restart for latency change when processing
Calling this change function seems to work fine, but apparently you're
supposed to do it this way.
|
2022-03-03 21:58:40 +01:00 |
|
Robbert van der Helm
|
80b1bf12f2
|
Use AtomicRefCell for all uncontested locks
Since it would be a bug if those locks were somehow contested.
|
2022-03-03 21:21:08 +01:00 |
|
Robbert van der Helm
|
184355a886
|
Delay CLAP host extension query to init()
Or the CLAP example host will get very mad at us.
|
2022-03-03 21:09:12 +01:00 |
|
Robbert van der Helm
|
27570be4a6
|
Implement platform-specific CLAP GUI extensions
|
2022-03-03 18:29:37 +01:00 |
|
Robbert van der Helm
|
b5993c1bb8
|
Add a CLAP GuiContext for sending param changes
|
2022-03-03 17:47:41 +01:00 |
|
Robbert van der Helm
|
a4930dc887
|
Add parameter change outputs for CLAP
But without any way to send them, at least for now.
|
2022-03-03 17:21:32 +01:00 |
|
Robbert van der Helm
|
8f92669a47
|
Keep track of the processing status
|
2022-03-03 17:03:52 +01:00 |
|
Robbert van der Helm
|
de4921c033
|
Move CLAP input event handling to a function
|
2022-03-03 16:58:57 +01:00 |
|
Robbert van der Helm
|
5766f037b2
|
Implement the general CLAP GUI extension
|
2022-03-03 15:52:10 +01:00 |
|
Robbert van der Helm
|
91f2f49fd3
|
Create stubs for the CLAP editor
|
2022-03-03 15:40:16 +01:00 |
|
Robbert van der Helm
|
87830abdf6
|
Store a reference to the wrapper on the wrapper
|
2022-03-03 15:13:36 +01:00 |
|
Robbert van der Helm
|
6d63d3f095
|
Rename wrapper:👏:plugin to *::wrapper
To match the struct name.
|
2022-03-03 15:08:14 +01:00 |
|