Struct dsp::VisitOrder [] [src]

pub struct VisitOrder { /* fields omitted */ }

A walker type for walking over a Graph's nodes in the order in which they will visited when audio is requested from the Graph.

Methods

impl VisitOrder
[src]

The index of the next node that would be visited during audio requested in our walk of the given Graph's visit order.