Module surge_modulation::imports::imports [−][src]
Modules
Atomic types
Structs
A floating point type which can be safely shared between threads.
A floating point type which can be safely shared between threads.
Zero-sized type used to mark things that “act like” they own a T
.
A single-threaded reference-counting pointer. ‘Rc’ stands for ‘Reference Counted’.
A mutable memory location with dynamically checked borrow rules
Constants
muahahahahah
I don’t know why your max wtable samples would be less than your max tables * your max sample size. So lets fix that! This size is consistent with the check in WaveTable.cpp
or 440.0 * pow( 2.0, - (69.0/12.0 ) )
const int max_wtable_samples = 268000; // delay pops 4 uses the most
Attribute Macros
Annotating a trait or enum definition with an #[enum_dispatch]
attribute will register it
with the enum_dispatch library, allowing it to be used to generate impl blocks elsewhere.