Constant Field Values


Contents
org.jfugue.*

org.jfugue.JFugueException
public static final java.lang.String CONTROL_EXC "Control * is not a valid controller name, or is not in the range 0 - 127."
public static final java.lang.String CONTROL_FORMAT_EXC "The controller token * is missing an equals sign. See the JFugue Instruction Manual for information on using the Controller token."
public static final java.lang.String ERROR_PLAYING_MUSIC "Error playing music: "
public static final java.lang.String ERROR_SLEEP "Error while sleeping"
public static final java.lang.String EXPECTED_BYTE "The JFugue Parser expected a byte, but encountered the value * which is not a byte."
public static final java.lang.String EXPECTED_DOUBLE "The JFugue Parser expected a double, but encountered the value * which is not a double."
public static final java.lang.String EXPECTED_INT "The JFugue Parser expected an int, but encountered the value * which is not an int."
public static final java.lang.String EXPECTED_LONG "The JFugue Parser expected a long, but encountered the value * which is not a long."
public static final java.lang.String GENERAL_ERROR "General error: "
public static final java.lang.String INSTRUMENT_EXC "Instrument * is not a valid instrument name, or is not in the range 0 - 127."
public static final java.lang.String INTELLIGENT_RESOLVER_FAILED "IntelligentDeviceResolver not intelligent enough. Be explicit about the MidiDevice."
public static final java.lang.String KEYSIG_EXC " * is not a proper key signature; should be like KC#maj or KAbmin."
public static final java.lang.String LAYER_EXC "Layer * is not a number, or is not in the range 0 - 127."
public static final java.lang.String NOTE_DURATION_EXC "The Duration part of the MusicString has an error."
public static final java.lang.String NOTE_EXC "Note * is not a valid drum sound name, or is not in the range 0 - 127."
public static final java.lang.String NOTE_OCTAVE_EXC "The note value *, calculated by computing (octave*12)+noteValue, is not in the range 0 - 127."
public static final java.lang.String OCTAVE_EXC "Octave * is not a number, or is not in the range 0 - 10."
public static final java.lang.String PARSER_SPACES_EXC "The token * sent to Parser.parse() contains spaces. A token is one unit of musical data, and should not contain a space."
public static final java.lang.String PLAYS_STRING_NOT_FILE_EXC "play(String) plays a music string, not a filename. Try using play(File)."
public static final java.lang.String SEQUENCER_DEVICE_NOT_SUPPORTED "The MIDI System cannot instantiate a sequencer. Although this error is reported by JFugue, the problem is not with JFugue itself. Find resources for using MIDI on your specific system."
public static final java.lang.String SEQUENCER_DEVICE_NOT_SUPPORTED_WITH_EXCEPTION "The MIDI System cannot instantiate a sequencer. Although this error is reported by JFugue, the problem is not with JFugue itself. Find resources for using MIDI on your specific system. The exception message from MidiSystem.getSequencer() is: "
public static final java.lang.String TEMPO_EXC "Tempo * is not a number, or is not in the range 0 - 127."
public static final java.lang.String VOICE_EXC "Voice * is not a number, or is not in the range 0 - 127."
public static final java.lang.String WORD_NOT_DEFINED_EXC "The word * has no definition. Check the spelling, or define the word before using it. See the JFugue Instruction Manual for information on defining words."

org.jfugue.Note
public static final byte DEFAULT_VELOCITY 64
public static final byte FIRST 0
public static final byte PARALLEL 2
public static final byte SEQUENTIAL 1

org.jfugue.Parser
public static final int TRACING_OFF 0
public static final int TRACING_ON 1

org.jfugue.extras.DiatonicIntervalPatternTransformer
public static final java.lang.String INTERVAL "interval"

org.jfugue.extras.DurationPatternTransformer
public static final java.lang.String FACTOR "factor"

org.jfugue.extras.IntervalPatternTransformer
public static final java.lang.String INTERVAL "interval"

org.jfugue.extras.ReversePatternTransformer
public static final java.lang.String INTERVAL "interval"