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
|
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
|
f91958e971
|
Move VST3 GuiContext to a separate object
|
2022-03-03 16:33:41 +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 |
|
Robbert van der Helm
|
41663a404a
|
Change VST3 wrapper trait bounds to Vst3Plugin
To be consistent with the CLAP wrapper
|
2022-02-28 19:21:14 +01:00 |
|
Robbert van der Helm
|
b209c9caf3
|
Move the event loop to its own module
Now that the context module is becoming larger and larger.
|
2022-02-28 12:57:01 +01:00 |
|
Robbert van der Helm
|
f645b6a92f
|
Relicense under the ISC license
|
2022-02-12 16:04:46 +01:00 |
|
Robbert van der Helm
|
df76047419
|
Move the process context to its own module
|
2022-02-06 18:51:46 +01:00 |
|