Uses of Class
com.softsynth.jmsl.score.Score
-
Uses of Score in com.softsynth.jmsl.score
Methods in com.softsynth.jmsl.score that return Score Modifier and Type Method Description Score
ScoreFrame. getCurrentScore()
Score
Measure. getScore()
Score
Note. getScore()
Score
ScoreCommand. getScore()
Score
ScorePainter. getScore()
Score
Staff. getScore()
Score
Track. getScore()
static Score
Score. load(java.lang.String filename)
Load a Score from an XML file.static Score
Score. load(java.lang.String filename, boolean renderAllowedAfterLoading)
Load a Score from an XML file.Score
ScoreXMLLoader. loadXML(java.io.InputStream stream)
Score
ScoreXMLLoader. loadXML(java.lang.String fileName)
Score
ScoreXMLLoader. loadXML(java.net.URL url)
Score
ScoreXMLLoader. loadXMLFromZip(java.io.InputStream inputStream)
Read a score file from a zip archive.Methods in com.softsynth.jmsl.score with parameters of type Score Modifier and Type Method Description void
ScoreFrame. addScore(Score score)
static void
NoteRenderer. clearStaffVectors(Score score)
static void
PlayheadDispatcher. dispatchPlayhead(Score score, Note note, double zoom)
void
ScoreFrame. displayScore(Score score)
static ScoreCommand
ScoreCommandCenter. getScoreCommand(Score score, int keyCode)
static ScoreCommand
ScoreCommandCenter. getScoreCommand(Score score, java.lang.String commandName)
void
PrintableScoreCanvasAWT. handlePrint(Score score)
void
ScoreCanvas. handlePrint(Score score)
void
ScoreCanvasAdapter. handlePrint(Score score)
void
ScoreCanvasSwing. handlePrint(Score score)
void
ScorePrinter. handlePrint(Score score)
void
EditManagerListener. measureAdded(Score score, Measure measure)
void
EditManagerListener. noteInserted(Score score, Note note)
void
EditManagerListener. notePasted(Score score, Note originalNote, Note clonedNote)
void
DirtyListener. notifyDirty(Score score, boolean flag, java.lang.String message)
void
ScoreFrame. notifyDirty(Score score, boolean flag, java.lang.String msg)
void
UndoStack. notifyDirty(Score score, boolean flag, java.lang.String msg)
void
NewScoreListener. notifyNewScore(Score score)
void
ScoreFrame. notifyNewScore(Score score)
NewScoreListener interfacevoid
NumTracksPerStaffChangedListener. notifyNumTracksPerStaff(Score score)
void
ScoreEditPanel. notifyNumTracksPerStaff(Score score)
notified by Score when numtracks per staff changesvoid
PlayheadListener. notifyPlayhead(Score score, Note note, double zoom)
void
ScoreControlPanel. notifyScoreLayout(Score score, int startingMeasure, int numMeasuresInLayout)
void
ScoreLayoutListener. notifyScoreLayout(Score score, int startingMeasure, int numMeasuresInLayout)
abstract void
NotePropertiesTransform. operate(Score score, SelectionBuffer selectionBuffer)
Implement this method to do something to the Notes in the SelectionBuffer.void
ScoreOperator. operate(Score score)
Do some analysis of the score, or add material to it, or operate in some way.static void
TieManager. pruneTies(Score score)
Run through all notes and intervals of a score.void
ScoreFrame. removeScore(Score score)
void
EditManager. scoreCanvasDisplayedImageReady(Score score, ScoreCanvas canvas, java.awt.Image displayedImage)
void
GoofyFace. scoreCanvasDisplayedImageReady(Score score, ScoreCanvas canvas, java.awt.Image displayedImage)
void
ScoreCanvasListener. scoreCanvasDisplayedImageReady(Score score, ScoreCanvas canvas, java.awt.Image displayedImage)
Called immediately before ScoreCanvas draws the completed offscreen display image to the canvas's graphics context in paint() (awt) or paintComponent() (Swing).void
EditManagerListener. scoreCommandExecuted(Score score, ScoreCommand scoreCommand)
void
EditManagerListener. scoreCommandRedo(Score score, ScoreCommand scoreCommand)
void
EditManagerListener. scoreCommandUndo(Score score, ScoreCommand scoreCommand)
void
SelectionBufferListener. selectionBufferNotify(Score score)
void
BinaryCopyBufferTransformCommand. setScore(Score score)
void
NotePropertiesTransformCommand. setScore(Score score)
void
ScoreCommand. setScore(Score score)
void
ScoreXMLLoader. setScore(Score score)
new feature, load into an existing Score objectvoid
UnaryCopyBufferTransformCommand. setScore(Score score)
void
ScoreFrame. undoStackRestoredScore(Score score)
Constructors in com.softsynth.jmsl.score with parameters of type Score Constructor Description DeleteStaffCommand(Score score, int staffIndex)
EditManager(Score score, EditStateProvider editStateProvider)
InsertMeasureCommand(Score score, int index)
InsertStaffCommand(Score score, int staffIndex)
Measure(ScoreCollection scoreCollection, Score score, int numStaffs)
Measure(ScoreCollection scoreCollection, Score score, int numStaffs, TimeSignature timeSig)
MeasureTextEditor(java.awt.Frame f, Score score, Measure measure)
NoteBlockEnumerator(Score score, Note firstNote, Note lastNote, boolean maximizeEndTimeLimit)
NoteFlasher(Score score)
NoteTextEditor(java.awt.Frame f, Score score, Note note)
NoteTextEditor(java.awt.Frame f, Score score, java.util.Vector notes)
NoteTrackEnumerator(Score score, Note firstNote, Note lastNote)
ScoreCollection(Score parent, int numStaffs)
ScoreControlPanel(Score score)
ScoreEditPanel(Score score)
ScoreLayoutManager(Score score, int width, int height)
ScoreLayoutManager(Score score, int width, int height, int measuresPerLine)
Constructor gets passed the dimensions of the drawing canvasScoreLayoutManagerEnumerator(Score score, int startingMeasure, int numMeasures)
ScorePainter(Score parent)
ScoreWriter(Score score, java.io.PrintWriter out, java.lang.String templateName, java.lang.String musPrefix)
UndoStack(Score score)
-
Uses of Score in com.softsynth.jmsl.score.midi
-
Uses of Score in com.softsynth.jmsl.score.operators
Methods in com.softsynth.jmsl.score.operators with parameters of type Score Modifier and Type Method Description void
AccidentalDisagreementsReporter. operate(Score score)
void
DurationReporter. operate(Score score)
void
MeasuresWithRestsOperator. operate(Score score)
void
PitchClassSelector. operate(Score score)
void
PlaySelectedCluster. operate(Score score)
void
ScoreMusicShapeEditorOperator. operate(Score score)
void
StaffSpacingResetOperator. operate(Score score)
void
TempoUnblockingOperator. operate(Score score)
Run through each measure, and for each contiguous tempo, unset the tempoSetByHand flagvoid
UnbalancedRepeatsReporter. operate(Score score)
-
Uses of Score in com.softsynth.jmsl.score.transcribe
Methods in com.softsynth.jmsl.score.transcribe that return Score Modifier and Type Method Description Score
TranscribeMidiFile. transcribe()
Methods in com.softsynth.jmsl.score.transcribe with parameters of type Score Modifier and Type Method Description void
TranscriberListener. noteAdded(Score score, Note note)
Notify listener when a Note is added to score by the transcriber.void
TranscriberListener. notifyCarriedOverMusicShape(Score score, int currentMeasureNumber, MusicShape musicShape)
Notify listener of note events that will spill over into the next measure, ie notes that are found within the current time window but will round up to beat 1 of the following measure.void
Transcriber. setScore(Score score)
-
Uses of Score in com.softsynth.jmsl.score.transforms
Methods in com.softsynth.jmsl.score.transforms with parameters of type Score Modifier and Type Method Description void
AccidentalPreferenceTransform. operate(Score score, SelectionBuffer selectionBuffer)
Set the accidental preferences of all selected Notes
Source:void
AccidentalVisibilityPolicyTransform. operate(Score score, SelectionBuffer selectionBuffer)
Set the accidental visibility policy of all selected Notes
Source:void
AltEnharmonicSpellingToggleTransform. operate(Score score, SelectionBuffer selectionBuffer)
Flip the enharmonic spelling flag on all selected Notesvoid
AmplitudeTransform. operate(Score score, SelectionBuffer selectionBuffer)
Implement this method to do whatever you want to the Vector of Note accessible at selectionBuffervoid
AutoBeamTransform. operate(Score score, SelectionBuffer selectionBuffer)
AutoBeam all tracks of selected Notesvoid
BeamGroupTransform. operate(Score score, SelectionBuffer selectionBuffer)
Beam all tracks of selected Notes using BeamGroupCollection, which lets user specify beam group by time sigvoid
BeamTransform. operate(Score score, SelectionBuffer selectionBuffer)
If any are beamed, unbeam all.void
CrescTransform. operate(Score score, SelectionBuffer selectionBuffer)
If any are cresced or decresced, undo all.void
DetachGraceNoteTransform. operate(Score score, SelectionBuffer selectionBuffer)
void
DotTransform. operate(Score score, SelectionBuffer selectionBuffer)
Add 1 modulo 3 dots to all notes in selectionvoid
DoubleTransform. operate(Score score, SelectionBuffer selectionBuffer)
Implement this method to do whatever you want to the Vector of Note accessible at selectionBuffervoid
DurationTransform. operate(Score score, SelectionBuffer selectionBuffer)
Implement this method to do whatever you want to the Vector of Note accessible at selectionBuffervoid
DynamicTransform. operate(Score score, SelectionBuffer selectionBuffer)
Apply dynamic to selected Notesvoid
GlissTransform. operate(Score score, SelectionBuffer selectionBuffer)
If any are glissed, undo all.void
HalveTransform. operate(Score score, SelectionBuffer selectionBuffer)
Implement this method to do whatever you want to the Vector of Note accessible at selectionBuffervoid
HoldTransform. operate(Score score, SelectionBuffer selectionBuffer)
public void operate(Score score, SelectionBuffer selectionBuffer) { HoldDialog vd = new HoldDialog(this, parent, ratio); (new HoldDialog(this, parent, ratio)).setVisible(true); if (!proceed) { // System.out.println("Bailing"); } else { for (Enumeration e = selectionBuffer.elements(); e.hasMoreElements();) { Note note = (Note) e.nextElement(); if (!note.isRest()) { double duration = note.getDurationData(); double hold = ratio * duration; note.setHoldData(hold); } } } score.setDirty(true); }void
LyricLevelTransform. operate(Score score, SelectionBuffer selectionBuffer)
void
MakeGraceNotesTransform. operate(Score score, SelectionBuffer selectionBuffer)
void
MarkTransform. operate(Score score, SelectionBuffer selectionBuffer)
Apply expression mark to selected Notesvoid
NoteHeadTransform. operate(Score score, SelectionBuffer selectionBuffer)
Set notehead of each Note in selection buffer to specified notehead typevoid
NoteheadVisibleToggleTransform. operate(Score score, SelectionBuffer selectionBuffer)
Toggle note visiblity of selected Notesvoid
NoteheadVisibleTransform. operate(Score score, SelectionBuffer selectionBuffer)
Set selected Notes visiblevoid
NoteOrnamentTransform. operate(Score score, SelectionBuffer selectionBuffer)
Add a NoteOrnament to every note in selection buffer.void
NoteVisibleToggleTransform. operate(Score score, SelectionBuffer selectionBuffer)
Toggle note visiblity of selected Notesvoid
NoteVisibleTransform. operate(Score score, SelectionBuffer selectionBuffer)
Set selected Notes visiblevoid
OctavaTransform. operate(Score score, SelectionBuffer selectionBuffer)
If any are 8va'ed or 8vb'ed, undo all.void
PasteAsGraceNotesTransform. operate(Score score, SelectionBuffer selectionBuffer)
void
RestToggleTransform. operate(Score score, SelectionBuffer selectionBuffer)
If a note is NOT a rest, make it a rest.void
SlurTransform. operate(Score score, SelectionBuffer selectionBuffer)
If any are slurred, undo all.void
SpellingTransformLineOfFifthsRule. operate(Score score, SelectionBuffer selectionBuffer)
void
StemInfoOverrideTransform. operate(Score score, SelectionBuffer selectionBuffer)
void
StemVisibilityTransform. operate(Score score, SelectionBuffer selectionBuffer)
void
StemVisibleToggleTransform. operate(Score score, SelectionBuffer selectionBuffer)
void
TiedInToRestTransform. operate(Score score, SelectionBuffer selectionBuffer)
Implement this method to do whatever you want to the Vector of Note accessible at selectionBuffervoid
TieTransform. operate(Score score, SelectionBuffer selectionBuffer)
If any are beamed, unbeam all.void
TrackSwitchTransform. operate(Score score, SelectionBuffer selectionBuffer)
If a note is on track 0, move it to track 1.void
TransposeGraceNotesTransform. operate(Score score, SelectionBuffer selectionBuffer)
void
TranspositionTransform. operate(Score score, SelectionBuffer selectionBuffer)
Implement this method to do whatever you want to the Vector of Note accessible at selectionBuffervoid
TupletTransform. operate(Score score, SelectionBuffer selectionBuffer)
Apply tuplet to selected Notes -
Uses of Score in com.softsynth.jmsl.score.util
Methods in com.softsynth.jmsl.score.util that return Score Modifier and Type Method Description Score
RawJScoreFileImporter. getScore(int w, int h)
Methods in com.softsynth.jmsl.score.util with parameters of type Score Modifier and Type Method Description void
GraceNoteMaxRollbackCalculator. calcMaxGraceNoteRollback(Score score)
void
RenderedMessageBean. execute(Score score, java.lang.Object container, java.awt.Graphics g, java.awt.geom.Point2D p, double zoom)
void
RenderedMessageListener. execute(java.lang.String message, Score score, java.lang.Object container, RenderedMessageBean renderedMessageBean, java.awt.Graphics g, java.awt.geom.Point2D p, double zoom)
void
SimpleGraphicsRenderedMessageListener. execute(java.lang.String message, Score score, java.lang.Object container, RenderedMessageBean bean, java.awt.Graphics g, java.awt.geom.Point2D p, double zoom)
void
HyperTimePlayback. setScore(Score s)
void
ScoreTraverser. traverse(Score score)
Constructors in com.softsynth.jmsl.score.util with parameters of type Score Constructor Description LilyPondWriter(Score score, java.io.File file)
Write JMSL score to LilyPond fileMusicXMLWriter(Score score, java.io.PrintWriter out)
SAPScoreWriter(Score score, java.io.PrintWriter out, java.lang.String templateName, java.lang.String musPrefix)
-
Uses of Score in com.softsynth.jmsl.score.view
Methods in com.softsynth.jmsl.score.view that return Score Modifier and Type Method Description Score
ScoreMusicShapeEditor. getScore()
Methods in com.softsynth.jmsl.score.view with parameters of type Score Modifier and Type Method Description void
NoteDimensionNameSpaceEditor. setScore(Score score)
void
ScoreMusicShapeEditor. setScore(Score score)
Constructors in com.softsynth.jmsl.score.view with parameters of type Score Constructor Description EditScoreDialog(java.awt.Frame f, Score score)
ScoreAnnotationDialog(java.awt.Frame f, Score score)
ScoreSectionRenameDialog(java.awt.Frame frame, ScoreSection scoreSection, Score score, PVChoice sectionChoice)
-
Uses of Score in com.softsynth.jmsl.util
Methods in com.softsynth.jmsl.util with parameters of type Score Modifier and Type Method Description void
UndoRedoStackListener. undoStackRestoredScore(Score score)
-
Uses of Score in jmslexamples
Methods in jmslexamples with parameters of type Score Modifier and Type Method Description void
ProportionalNotation. scoreCanvasDisplayedImageReady(Score score, ScoreCanvas canvas, java.awt.Image displayedImage)
Called immediately before ScoreCanvas draws the completed offscreen display image to the canvas's graphics context. -
Uses of Score in jmslexamples.jsyn2
Methods in jmslexamples.jsyn2 that return Score Modifier and Type Method Description static Score
Nancarrow. generateSomeScore(double tempo, double octave)
Methods in jmslexamples.jsyn2 with parameters of type Score Modifier and Type Method Description void
Nancarrow. addScore(Score score)
-
Uses of Score in jmslexamples.simple
Methods in jmslexamples.simple that return Score Modifier and Type Method Description Score
TranscribeAndNotate. generateScore()
-
Uses of Score in jmsltestsuite
Methods in jmsltestsuite that return Score Modifier and Type Method Description static Score
MutipleScoresDemo3. generateSomeScore(double tempo)
Score
ScoreWithoutScoreFrame. getScore()
Score
MultipleScoresDemo2. gimmeScore()
Score
MultipleScoresDemo1. transcribe(MusicShape s)
Transcribe a MusicShape and return a new ScoreMethods in jmsltestsuite with parameters of type Score Modifier and Type Method Description void
ScoreEditManagerListenerTest. addNote(Score score, double dur, int pitch, double amp, double hold)
void
MutipleScoresDemo3. addScore(Score score)
Note
GraceNoteTest. getNote(Score score, int measureIndex, int staffIndex, int trackIndex, int noteIndex, int intervalIndex, int graceNoteIndex, int graceNoteIntervalIndex)
void
ScoreEditManagerListenerTest. measureAdded(Score score, Measure measure)
void
TranscribeScore8. noteAdded(Score score, Note note)
Notify listener when a Note is added to score by the transcriber.void
ScoreEditManagerListenerTest. noteInserted(Score score, Note note)
EditManagerListener interfacevoid
ScoreEditManagerListenerTest. notePasted(Score score, Note originalNote, Note clonedNote)
EditManagerListener interfacevoid
TranscribeScore8. notifyCarriedOverMusicShape(Score score, int currentMeasureNumber, MusicShape musicShape)
Notify listener of note events that will spill over into the next measure, ie notes that are found within the current time window but will round up to beat 1 of the following measure.void
PitchToTextTransform. operate(Score score, SelectionBuffer selectionBuffer)
void
DrawOnScore. scoreCanvasDisplayedImageReady(Score score, ScoreCanvas canvas, java.awt.Image displayedImage)
Called immediately before ScoreCanvas draws the completed offscreen display image to the canvas's graphics context.void
SaveScoreToJPEGImage. scoreCanvasDisplayedImageReady(Score score, ScoreCanvas canvas, java.awt.Image displayedImage)
void
ScoreEditManagerListenerTest. scoreCommandExecuted(Score score, ScoreCommand scoreCommand)
EditManagerListener interfacevoid
ScoreEditManagerListenerTest. scoreCommandRedo(Score score, ScoreCommand scoreCommand)
void
ScoreEditManagerListenerTest. scoreCommandUndo(Score score, ScoreCommand scoreCommand)
void
ScoreTest. selectionBufferNotify(Score score)
void
TranscribeScore1. selectionBufferNotify(Score score)
void
TranscribeScore2. selectionBufferNotify(Score score)
Constructors in jmsltestsuite with parameters of type Score Constructor Description ScoreMemoryTest(Score score)
-
Uses of Score in jmsltutorial
Methods in jmsltutorial with parameters of type Score Modifier and Type Method Description void
TranscribeToot06. noteAdded(Score score, Note note)
TranscriberListener interface .void
TranscribeToot06. notifyCarriedOverMusicShape(Score score, int currentMeasureNumber, MusicShape musicShape)
TranscriberListener interface