mirror of
https://github.com/robbert-vdh/nih-plug.git
synced 2026-07-01 02:36:54 +00:00
These atomics make things more difficult and they don't solve the main problem: storing the parameter objects in an easy to use struct while still allowing hash based access to them from the plugin wrapper. Going through this new Params trait makes a lot more sense, and with pinning this should be safe.
8 lines
152 B
TOML
8 lines
152 B
TOML
# This file is automatically @generated by Cargo.
|
|
# It is not intended for manual editing.
|
|
version = 3
|
|
|
|
[[package]]
|
|
name = "nih-plug"
|
|
version = "0.1.0"
|