Make smoothing styles Debug, Clone and Copy
This commit is contained in:
parent
7a4e7b187a
commit
45c141c394
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@ use std::sync::atomic::{AtomicI32, Ordering};
|
|||
use crate::buffer::Block;
|
||||
|
||||
/// Controls if and how parameters gets smoothed.
|
||||
#[derive(Debug, Clone, Copy)]
|
||||
pub enum SmoothingStyle {
|
||||
/// No smoothing is applied. The parameter's `value` field contains the latest sample value
|
||||
/// available for the parameters.
|
||||
|
|
Loading…
Add table
Reference in a new issue