-
Interfaces Interface Description com.softsynth.jmsl.SignalProcessingInstrument use com.sofystynth.jmsl.jsyn2 package instead
-
Methods Method Description com.softsynth.jmsl.JMSLRandom.gauss(double, double) use gaussVar() instead.com.softsynth.jmsl.MusicShape.getDimName(int) use getDimensionName(int dim), which is part of interface DimensionNameSpacecom.softsynth.jmsl.score.Note.get8vaOut() Misnomer. No longer flags whether 8va to next note. Only indicates that 8va applied to this note.com.softsynth.jmsl.score.Note.get8vbOut() Misnomer. No longer flags whether 8vb to next note. Only indicates that 8vb applied to this note.com.softsynth.jmsl.score.Note.set8vaOut(boolean) Misnomer. No longer flags 8va to next note. Only indicates that 8va applied to this note. Now a single note can have 8va over itcom.softsynth.jmsl.score.Note.set8vbOut(boolean) Misnomer. No longer flags 8vb to next note. Only indicates that 8vb applied to this note. Now a single note can have 8vb over itcom.softsynth.jmsl.score.Note.setMark(int) use addMark() insteadcom.softsynth.jmsl.score.Note.setNumTails(int) does nothing. getNumTails() is now calculated from core durationcom.softsynth.jmsl.score.Score.getNumStaffs() use getNumStaves()com.softsynth.jmsl.score.ScoreFrame.isApplet(boolean) Instead, call JMSL.setIsApplet(flag) before creating a ScoreFrame.com.softsynth.jmsl.util.TuningET.getBaseFrequency() Use getReferenceFrequency() and getReferencePitch()com.softsynth.jmsl.util.TuningET.getNotesPerOctave() use getStepsPerOctave()com.softsynth.jmsl.util.TuningET.setBaseFrequency(double) Use setReferenceFrequency() and setReferencePitch()com.softsynth.jmsl.util.TuningET.setNotesPerOctave(double) use setStepsPerOctave()
-
Constructors Constructor Description com.softsynth.jmsl.jsyn.SynthNoteInstrument(BussedVoiceAllocator) Use no-args constructor, then setAllocator()