Uses of Interface
com.softsynth.jmsl.score.transcribe.TranscriberListener

Packages that use TranscriberListener
com.softsynth.jmsl.score.transcribe   
jmsltestsuite   
jmsltutorial   
 

Uses of TranscriberListener in com.softsynth.jmsl.score.transcribe
 

Methods in com.softsynth.jmsl.score.transcribe with parameters of type TranscriberListener
 void Transcriber.addTranscriberListener(TranscriberListener t)
           
 void Transcriber.removeTranscriberListener(TranscriberListener t)
           
 

Uses of TranscriberListener in jmsltestsuite
 

Classes in jmsltestsuite that implement TranscriberListener
 class TranscribeScore8
          TranscriberListener gets a callback for every note added to a Score during the transcription process.
 

Uses of TranscriberListener in jmsltutorial
 

Classes in jmsltutorial that implement TranscriberListener
 class TranscribeToot06
          Demonstrates use of TranscriberListener interface to compute properties of Notes as they are being transcribed.