See: Description
| Class | Description |
|---|---|
| Chord |
A class that defines a Chord object.
|
| ChordFollower |
An actor that follows where the melody is within the measure.
|
| ChordParser |
The Chord parser receives OSC information regarding the Chords and
builds a sequence of chord objects.
|
| FactorOracle |
Build a factor oracle (FO) data structure that represents a finite acyclic
automaton that contains at least all the suffixes of a given input
sequence.
|
| FactorOracleGenerator |
A Factor Oracle (FO) builder from an input sequence.
|
| FactorOracleTop |
This modal model actor supports mirroring of its ports in its container
(which is required to be a refinement of a state in a ModalModel).
|
| MidiKeyToNote |
Simple conversion actor that converts a midi key integer into a letter
note.
|
| MusicSpecs |
A static class that contains musical specifications.
|
| Note |
The Note object.
|
| NoteParser |
The NoteParser receives OSC information regarding the Notes and
builds a sequence of chord objects.
|
| NoteToMidiKey |
Simple conversion actor that converts a letter note as "C4" into
a MIDI key integer.
|
| OracleModel |
This modal model actor supports mirroring of its ports in its container
(which is required to be a refinement of a state in a ModalModel).
|