Uses of Interface
com.softsynth.jmsl.PlayLurker

Packages that use PlayLurker
com.softsynth.jmsl   
com.softsynth.jmsl.score   
com.softsynth.jmsl.score.util   
com.softsynth.jmsl.score.view   
com.softsynth.jmsl.view   
jmslexamples.jsyn   
jmsltestsuite   
 

Uses of PlayLurker in com.softsynth.jmsl
 

Methods in com.softsynth.jmsl with parameters of type PlayLurker
 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
 class NoteFlasher
           
 

Uses of PlayLurker in com.softsynth.jmsl.score.util
 

Classes in com.softsynth.jmsl.score.util that implement PlayLurker
 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
 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
 class MusicShapeEditor
          View MusicShapes and manipulate their data with the mouse.
 

Uses of PlayLurker in jmslexamples.jsyn
 

Classes in jmslexamples.jsyn that implement PlayLurker
 class PlayLurkingJSynInstrument
          This behaves just like a SynthNoteAllPortsInstrument playing a com.softsynth.jsyn.circuits.FilteredSawtoothBL, adding the PlayLurker interface so that it can be notified of elements being played by other objects.
 

Uses of PlayLurker in jmsltestsuite
 

Classes in jmsltestsuite that implement PlayLurker
 class LurkerTest