org.rubato.rubettes.util
Class CoolFormRegistrant

java.lang.Object
  extended by org.rubato.rubettes.util.CoolFormRegistrant

public class CoolFormRegistrant
extends java.lang.Object


Field Summary
static SimpleForm BEAT_CLASS_FORM
           
static java.lang.String BEAT_CLASS_NAME
           
static SimpleForm CHROMATIC_PITCH_FORM
           
static java.lang.String CHROMATIC_PITCH_NAME
           
static SimpleForm DURATION_FORM
           
static java.lang.String DURATION_NAME
           
static LimitForm DYAD_FORM
           
static PowerForm DYADS_FORM
           
static ListForm ENVELOPE_FORM
           
static LimitForm ENVELOPE_NODE_FORM
           
static LimitForm FM_NODE_FORM
           
static Form FM_SET_FORM
           
static LimitForm GENERIC_SOUND_FORM
           
static SimpleForm LOUDNESS_FORM
           
static java.lang.String LOUDNESS_NAME
           
static PowerForm MACRO_SCORE_FORM
           
static LimitForm NOTE_FORM
           
static ColimitForm NOTE_OR_REST_FORM
           
static SimpleForm ONSET_FORM
           
static java.lang.String ONSET_NAME
           
static SimpleForm OPERATION_FORM
           
static java.lang.String OPERATION_NAME
           
static SimpleForm OVERTONE_INDEX_FORM
           
static java.lang.String OVERTONE_INDEX_NAME
           
static SimpleForm PAN_FORM
           
static java.lang.String PAN_NAME
           
static SimpleForm PITCH_CLASS_FORM
           
static java.lang.String PITCH_CLASS_NAME
           
static SimpleForm PITCH_FORM
           
static java.lang.String PITCH_NAME
           
static SimpleForm QUALITY_FORM
           
static SimpleForm RATE_FORM
           
static java.lang.String RATE_NAME
           
static LimitForm REPEATED_NOTE_FORM
           
static Repository REPOSITORY
           
static LimitForm REST_FORM
           
static PowerForm SCORE_FORM
           
static LimitForm SOUND_NOTE_FORM
           
static PowerForm SOUND_SCORE_FORM
           
static PowerForm TEXTURE_FORM
           
static java.lang.String TRIAD_QUALITY_NAME
           
static SimpleForm VOICE_FORM
           
static java.lang.String VOICE_NAME
           
 
Constructor Summary
CoolFormRegistrant()
           
 
Method Summary
 void registerAllTheCoolStuff()
           
 void registerImageForms()
           
 void registerMusicTheoryForms()
           
 void registerSoundForms()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ONSET_NAME

public static final java.lang.String ONSET_NAME
See Also:
Constant Field Values

PITCH_NAME

public static final java.lang.String PITCH_NAME
See Also:
Constant Field Values

CHROMATIC_PITCH_NAME

public static final java.lang.String CHROMATIC_PITCH_NAME
See Also:
Constant Field Values

PITCH_CLASS_NAME

public static final java.lang.String PITCH_CLASS_NAME
See Also:
Constant Field Values

LOUDNESS_NAME

public static final java.lang.String LOUDNESS_NAME
See Also:
Constant Field Values

DURATION_NAME

public static final java.lang.String DURATION_NAME
See Also:
Constant Field Values

RATE_NAME

public static final java.lang.String RATE_NAME
See Also:
Constant Field Values

VOICE_NAME

public static final java.lang.String VOICE_NAME
See Also:
Constant Field Values

PAN_NAME

public static final java.lang.String PAN_NAME
See Also:
Constant Field Values

OPERATION_NAME

public static final java.lang.String OPERATION_NAME
See Also:
Constant Field Values

BEAT_CLASS_NAME

public static final java.lang.String BEAT_CLASS_NAME
See Also:
Constant Field Values

TRIAD_QUALITY_NAME

public static final java.lang.String TRIAD_QUALITY_NAME
See Also:
Constant Field Values

OVERTONE_INDEX_NAME

public static final java.lang.String OVERTONE_INDEX_NAME
See Also:
Constant Field Values

REPOSITORY

public static final Repository REPOSITORY

ONSET_FORM

public static final SimpleForm ONSET_FORM

PITCH_FORM

public static final SimpleForm PITCH_FORM

LOUDNESS_FORM

public static final SimpleForm LOUDNESS_FORM

DURATION_FORM

public static final SimpleForm DURATION_FORM

VOICE_FORM

public static final SimpleForm VOICE_FORM

NOTE_FORM

public static final LimitForm NOTE_FORM

SCORE_FORM

public static final PowerForm SCORE_FORM

MACRO_SCORE_FORM

public static final PowerForm MACRO_SCORE_FORM

PITCH_CLASS_FORM

public static SimpleForm PITCH_CLASS_FORM

CHROMATIC_PITCH_FORM

public static SimpleForm CHROMATIC_PITCH_FORM

QUALITY_FORM

public static SimpleForm QUALITY_FORM

DYAD_FORM

public static LimitForm DYAD_FORM

DYADS_FORM

public static PowerForm DYADS_FORM

BEAT_CLASS_FORM

public static SimpleForm BEAT_CLASS_FORM

REST_FORM

public static LimitForm REST_FORM

NOTE_OR_REST_FORM

public static ColimitForm NOTE_OR_REST_FORM

RATE_FORM

public static SimpleForm RATE_FORM

REPEATED_NOTE_FORM

public static LimitForm REPEATED_NOTE_FORM

TEXTURE_FORM

public static PowerForm TEXTURE_FORM

PAN_FORM

public static SimpleForm PAN_FORM

OVERTONE_INDEX_FORM

public static SimpleForm OVERTONE_INDEX_FORM

FM_SET_FORM

public static Form FM_SET_FORM

FM_NODE_FORM

public static LimitForm FM_NODE_FORM

SOUND_NOTE_FORM

public static LimitForm SOUND_NOTE_FORM

OPERATION_FORM

public static SimpleForm OPERATION_FORM

GENERIC_SOUND_FORM

public static LimitForm GENERIC_SOUND_FORM

SOUND_SCORE_FORM

public static PowerForm SOUND_SCORE_FORM

ENVELOPE_NODE_FORM

public static LimitForm ENVELOPE_NODE_FORM

ENVELOPE_FORM

public static ListForm ENVELOPE_FORM
Constructor Detail

CoolFormRegistrant

public CoolFormRegistrant()
Method Detail

registerAllTheCoolStuff

public void registerAllTheCoolStuff()

registerMusicTheoryForms

public void registerMusicTheoryForms()

registerSoundForms

public void registerSoundForms()

registerImageForms

public void registerImageForms()