Deprecated API


Contents
Deprecated Methods
com.softsynth.jmsl.util.TuningET.getBaseFrequency()
          Use getReferenceFrequency() and getReferencePitch() 
com.softsynth.jmsl.MusicShape.getDimName(int)
          use getDimensionName(int dim), which is part of interface DimensionNameSpace 
com.softsynth.jmsl.util.TuningET.getNotesPerOctave()
          use getStepsPerOctave() 
com.softsynth.jmsl.score.Score.getNumStaffs()
          use getNumStaves() 
com.softsynth.jmsl.score.ScoreFrame.isApplet(boolean)
          Instead, call Score.setIsApplet(flag) before creating a ScoreFrame. 
com.softsynth.jmsl.midi.MidiIO_MidiPortLegacy.openDevices(int, int)
          setInDevice(), setOutDevice(), then open() 
com.softsynth.jmsl.util.TuningET.setBaseFrequency(double)
          Use setReferenceFrequency() and setReferencePitch() 
com.softsynth.jmsl.util.TuningET.setNotesPerOctave(double)
          use setStepsPerOctave() 
com.softsynth.jmsl.score.Note.setNumTails(int)
          does nothing. getNumTails() is now calculated from core duration 
 

Deprecated Constructors
com.softsynth.jmsl.jsyn.SynthNoteInstrument(BussedVoiceAllocator)
          Use no-args contrcutor, then setAllocator()