mirror of
https://github.com/robbert-vdh/nih-plug.git
synced 2026-07-01 02:36:54 +00:00
Make ParamPtr debug printable
This commit is contained in:
@@ -65,6 +65,7 @@ pub struct PlainParam<T> {
|
||||
/// Describes a single normalized parameter and also stores its value.
|
||||
///
|
||||
/// TODO: This is an implementation detail, maybe hide this somewhere else
|
||||
#[derive(Debug)]
|
||||
pub enum ParamPtr {
|
||||
FloatParam(*mut FloatParam),
|
||||
IntParam(*mut IntParam),
|
||||
|
||||
Reference in New Issue
Block a user