jmusic.midi
Class RTNote

java.lang.Object
  extended by jm.music.data.Note
      extended by jmusic.midi.RTNote
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable

public class RTNote
extends jm.music.data.Note

Author:
reverend TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates
See Also:
Serialized Form

Field Summary
 
Fields inherited from class jm.music.data.Note
AMP_ENV, DEFAULT_ARTICULATION, DEFAULT_DURATION, DEFAULT_DURATION_MULTIPLIER, DEFAULT_DYNAMIC, DEFAULT_OFFSET, DEFAULT_PAN, DEFAULT_PITCH, DEFAULT_RHYTHM_VALUE, DEFAULT_SAMPLE_START_TIME, FILTER_ENV, FREQUENCY, MAX_DURATION, MAX_DYNAMIC, MAX_MIDI_PITCH, MAX_PAN, MAX_PITCH, MAX_RHYTHM_VALUE, MIDI_PITCH, MIN_DURATION, MIN_DYNAMIC, MIN_FREQUENCY, MIN_PAN, MIN_PITCH, MIN_RHYTHM_VALUE, PAN_ENV, PITCH_ENV, REST
 
Constructor Summary
RTNote(int pitch, double rythmValue)
           
 
Method Summary
 
Methods inherited from class jm.music.data.Note
copy, freqToMidiPitch, getBreakPoints, getDuration, getDynamic, getFrequency, getMyPhrase, getOffset, getPan, getPitch, getPitchType, getRhythmValue, getSampleStartTime, isRest, isScale, midiPitchToFreq, setBreakPoints, setDuration, setDynamic, setFrequency, setLength, setMyPhrase, setOffset, setPan, setPitch, setPitchType, setRhythmValue, setRhythmValue, setSampleStartTime, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RTNote

public RTNote(int pitch,
              double rythmValue)