Uses of Class
com.softsynth.jmsl.util.TimeSignature
-
Uses of TimeSignature in com.softsynth.jmsl.score
Methods in com.softsynth.jmsl.score that return TimeSignature Modifier and Type Method Description TimeSignature
Measure. getTimeSig()
Methods in com.softsynth.jmsl.score with parameters of type TimeSignature Modifier and Type Method Description static void
TimeSigRenderer. render(java.awt.Graphics g, TimeSignature ts, double x, double y, double zoom, java.awt.Font f, Staff staff)
void
Measure. setTimeSig(TimeSignature ts)
Constructors in com.softsynth.jmsl.score with parameters of type TimeSignature Constructor Description Measure(ScoreCollection scoreCollection, Score score, int numStaffs, TimeSignature timeSig)
TimeSignatureCommand(TimeSignature ts, Measure measure, boolean setByHand)
-
Uses of TimeSignature in com.softsynth.jmsl.score.midi
Methods in com.softsynth.jmsl.score.midi that return TimeSignature Modifier and Type Method Description TimeSignature
TimeSigTickHolder. getTimeSignature()
Constructors in com.softsynth.jmsl.score.midi with parameters of type TimeSignature Constructor Description TimeSigTickHolder(TimeSignature ts, long tick)
-
Uses of TimeSignature in com.softsynth.jmsl.score.transcribe
Methods in com.softsynth.jmsl.score.transcribe that return TimeSignature Modifier and Type Method Description TimeSignature
TempoTimeSignatureHolder. getTimeSignature()
Methods in com.softsynth.jmsl.score.transcribe with parameters of type TimeSignature Modifier and Type Method Description void
BeatDivision. setTimeSignature(TimeSignature ts)
void
BeatDivisionList. setTimeSignature(TimeSignature ts)
void
HeuristicSearch. setTimeSignature(TimeSignature ts)
void
MeasureBeatDivisions. setTimeSignature(TimeSignature ts)
void
MeasureExtractor. setTimeSignature(TimeSignature ts)
Used to calculate time span within which elements are extractedvoid
SearchPathNoteMaker. setTimeSignature(TimeSignature timeSignature)
void
TempoTimeSignatureHolder. setTimeSignature(TimeSignature timeSignature)
Constructors in com.softsynth.jmsl.score.transcribe with parameters of type TimeSignature Constructor Description TempoTimeSignatureHolder(Tempo tempo, TimeSignature timeSignature)
-
Uses of TimeSignature in com.softsynth.jmsl.score.util
Methods in com.softsynth.jmsl.score.util that return TimeSignature Modifier and Type Method Description TimeSignature
BeamGroup. getTimeSignature()
Methods in com.softsynth.jmsl.score.util with parameters of type TimeSignature Modifier and Type Method Description void
BeamGroupCollection. addBeamGroup(TimeSignature ts, int g1, int g2)
void
BeamGroupCollection. addBeamGroup(TimeSignature ts, int g1, int g2, int g3)
void
BeamGroupCollection. addBeamGroup(TimeSignature ts, int g1, int g2, int g3, int g4)
void
BeamGroupCollection. addBeamGroup(TimeSignature ts, int g1, int g2, int g3, int g4, int g5)
BeamGroup
BeamGroupCollection. getBeamGroup(TimeSignature ts)
void
BeamGroupCollection. remove(TimeSignature ts)
Constructors in com.softsynth.jmsl.score.util with parameters of type TimeSignature Constructor Description BeamGroup(TimeSignature timeSignature, int[] groups)
for example, time sig might be 7/8 and groups might be [2 2 3] -
Uses of TimeSignature in com.softsynth.jmsl.score.view
Constructors in com.softsynth.jmsl.score.view with parameters of type TimeSignature Constructor Description TimeSigDialog(java.awt.Frame parent, TimeSigResultProcessor listener, TimeSignature ts, java.lang.String title, java.lang.String msg)
-
Uses of TimeSignature in com.softsynth.jmsl.util
Fields in com.softsynth.jmsl.util declared as TimeSignature Modifier and Type Field Description static TimeSignature
TimeSignature. FOUR_FOUR
Methods in com.softsynth.jmsl.util with parameters of type TimeSignature Modifier and Type Method Description void
TimeSignature. set(TimeSignature ts)
Copy in TimeSig arg's valuesConstructors in com.softsynth.jmsl.util with parameters of type TimeSignature Constructor Description TimeSignature(TimeSignature ts)