Struct instrument::Frames [] [src]

pub struct Frames<'a, NF: 'a> { /* fields omitted */ }

An iterator that endlessly yields the next FramePerVoice for an Instrument.

Methods

impl<'a, NF> Frames<'a, NF> where
    NF: NoteFreq
[src]

Counts the number of Voices that are currently playing a note.

Yields the next FramePerVoice for the Instrument.