Robbert van der Helm
|
87e447ab25
|
Mention potential race condition in CLAP events
|
2022-03-11 14:33:43 +01:00 |
|
Robbert van der Helm
|
246c319bbf
|
Implement automation gestures for CLAP
|
2022-03-11 00:14:39 +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
|
99f97978a9
|
Reorder ProcessContext methods
When we'll add more things here the more common getters should come
first and less common operations like changing latency should come last.
|
2022-03-04 13:22:58 +01:00 |
|
Robbert van der Helm
|
80457ac0f9
|
Fix doc links after prelude migration
|
2022-03-03 23:30:29 +01:00 |
|
Robbert van der Helm
|
4c0b07c578
|
💥 Move re-exports to a prelude module
So you can import everything at once, because you're likely going to
need at least 90% of it anyways.
|
2022-03-03 23:23:51 +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
|
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
|
b5993c1bb8
|
Add a CLAP GuiContext for sending param changes
|
2022-03-03 17:47:41 +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 |
|
Robbert van der Helm
|
12075b1a24
|
Rename main CLAP plugin wrapper struct to Wrapper
|
2022-02-28 20:25:49 +01:00 |
|
Robbert van der Helm
|
4ad972ea23
|
Add stubs for a CLAP ProcessContext implementation
And the `clap_plugin::active()` function.
|
2022-02-28 19:45:41 +01:00 |
|