mirror of
https://github.com/robbert-vdh/nih-plug.git
synced 2026-07-01 02:36:54 +00:00
Add a TODO for merging hashmaps
This commit is contained in:
@@ -210,6 +210,7 @@ pub struct Wrapper<P: ClapPlugin> {
|
||||
//
|
||||
/// The keys from `param_map` in a stable order.
|
||||
param_hashes: Vec<u32>,
|
||||
// TODO: Merge the three `*_by_hash` hashmaps at some point
|
||||
/// A mapping from parameter ID hashes (obtained from the string parameter IDs) to pointers to
|
||||
/// parameters belonging to the plugin. These addresses will remain stable as long as the
|
||||
/// `params` object does not get deallocated.
|
||||
|
||||
Reference in New Issue
Block a user