Uses of Interface
com.softsynth.jmsl.PlayLurker
Package | Description |
---|---|
com.softsynth.jmsl | |
com.softsynth.jmsl.score | |
com.softsynth.jmsl.score.midi | |
com.softsynth.jmsl.score.util | |
com.softsynth.jmsl.score.view | |
com.softsynth.jmsl.view | |
jmsltestsuite |
-
Uses of PlayLurker in com.softsynth.jmsl
Methods in com.softsynth.jmsl with parameters of type PlayLurker Modifier and Type Method Description void
MusicJob. addPlayLurker(PlayLurker lurker)
adds a PlayLurker, testing first if it is not already in list.void
MusicJob. removePlayLurker(PlayLurker lurker)
-
Uses of PlayLurker in com.softsynth.jmsl.score
Classes in com.softsynth.jmsl.score that implement PlayLurker Modifier and Type Class Description class
NoteFlasher
-
Uses of PlayLurker in com.softsynth.jmsl.score.midi
Classes in com.softsynth.jmsl.score.midi that implement PlayLurker Modifier and Type Class Description class
MidiMeasureLurker
class
MidiNoteLurker
class
PlaytimeStretchNoteLurker
-
Uses of PlayLurker in com.softsynth.jmsl.score.util
Classes in com.softsynth.jmsl.score.util that implement PlayLurker Modifier and Type Class Description class
QuietPlayLurkingInstrument
Override notifyPlayLurker to do something useful, and put .class file in your jmsl_plugins folder for loading into JScore, or use directly in your own code. -
Uses of PlayLurker in com.softsynth.jmsl.score.view
Classes in com.softsynth.jmsl.score.view that implement PlayLurker Modifier and Type Class Description class
ScoreMusicShapeEditor
Subclass of MusicShapeEditor that can pull in selected Notes from a Score and transcribe the MusicShape back out to the score -
Uses of PlayLurker in com.softsynth.jmsl.view
Classes in com.softsynth.jmsl.view that implement PlayLurker Modifier and Type Class Description class
MusicShapeEditor
View MusicShapes and manipulate their data with the mouse. -
Uses of PlayLurker in jmsltestsuite
Classes in jmsltestsuite that implement PlayLurker Modifier and Type Class Description class
LurkerTest