Uses of Interface
com.softsynth.jmsl.STDOutFunction

Packages that use STDOutFunction
com.softsynth.jmsl   
com.softsynth.jmsl.score.max   
com.softsynth.jmsl.view   
jmsltutorial   
 

Uses of STDOutFunction in com.softsynth.jmsl
 

Classes in com.softsynth.jmsl that implement STDOutFunction
 class DefaultSTDOut
          Sent output to System.out
 

Fields in com.softsynth.jmsl declared as STDOutFunction
static STDOutFunction JMSL.err
           
static STDOutFunction JMSL.out
           
 

Methods in com.softsynth.jmsl with parameters of type STDOutFunction
static void JMSL.setERROut(STDOutFunction fn)
          vector JMSL.err printing to a custom function
static void JMSL.setSTDOut(STDOutFunction fn)
          vector JMSL.out printing to a custom function
 

Uses of STDOutFunction in com.softsynth.jmsl.score.max
 

Classes in com.softsynth.jmsl.score.max that implement STDOutFunction
 class JMSLMaxNotate
          JMSL/Max Transcriber demo.
 

Uses of STDOutFunction in com.softsynth.jmsl.view
 

Classes in com.softsynth.jmsl.view that implement STDOutFunction
 class TextAreaOut
          Useful STDOut for JMSL printing in Applets
 

Uses of STDOutFunction in jmsltutorial
 

Classes in jmsltutorial that implement STDOutFunction
 class TextAreaSTDOut
          Useful STDOut for JMSL printing in Applets