Macro surge_wavetable::imports::coeffidx[][src]

macro_rules! coeffidx {
    ($n : ident ; $($idx : ident), *) => { ... };
}
Expand description

this macro lets us access the coeffmaker indices via the quadfilterunit by name.

When specifying the enum, order matters, because it corresponds to the usize value used as index upon deref