Class: RecursiveIterator

RecursiveIterator

new RecursiveIterator()

Source:

Extends

  • music21.stream.iterator.StreamIterator

Classes

RecursiveIterator

Members

childRecursiveIterator :RecursiveIterator|undefined

Type:
Source:

Methods

currentHierarchyOffset()

Called on the current iterator, returns the current offset
in the hierarchy. or undefined if we are not currently iterating.

Source:

iteratorStack() → {Array.<RecursiveIterator>}

Returns a stack of RecursiveIterators at this point in the iteration.
Last is most recent.

Source:
Returns:
Type
Array.<RecursiveIterator>

streamStack()

Returns a stack of Streams at this point. Last is most recent.

Source:
Music21j, Copyright © 2013-2021 Michael Scott Asato Cuthbert.
Documentation generated by JSDoc 3.6.3 on Wed Jul 31st 2019 using the DocStrap template.