mirror of
https://github.com/robbert-vdh/nih-plug.git
synced 2026-07-01 02:36:54 +00:00
Fix overlap order comment in Puberty Simulator
This commit is contained in:
@@ -34,7 +34,7 @@ const MIN_OVERLAP_ORDER: usize = 2;
|
||||
const MIN_OVERLAP_TIMES: usize = 1 << MIN_OVERLAP_ORDER; // 4
|
||||
const DEFAULT_OVERLAP_ORDER: usize = 3;
|
||||
#[allow(dead_code)]
|
||||
const DEFAULT_OVERLAP_TIMES: usize = 1 << DEFAULT_OVERLAP_ORDER; // 4
|
||||
const DEFAULT_OVERLAP_TIMES: usize = 1 << DEFAULT_OVERLAP_ORDER; // 8
|
||||
const MAX_OVERLAP_ORDER: usize = 5;
|
||||
#[allow(dead_code)]
|
||||
const MAX_OVERLAP_TIMES: usize = 1 << MAX_OVERLAP_ORDER; // 32
|
||||
|
||||
Reference in New Issue
Block a user