Class: Turtle

Turtle(note_, chord_, modality_)

Represents the position of a "pen" that is moving about and writing upon a Score. The state of the Turtle includes a note, a chord, and another chord defining the modality of the Score.

Constructor

new Turtle(note_, chord_, modality_)

Parameters:
Name Type Description
note_ Event

The current position of the Turtle in the chord space.

chord_ Chord

The current Chord to which the Turtle will bre conformed.

modality_ Chord

The modality of the chord space, which controls the effect of certain chord transormations.

Source: