Uses of Class
com.softsynth.jmsl.view.JMSLScrollbar
Package | Description |
---|---|
com.softsynth.jmsl.view | |
jmslexamples | |
jmslexamples.jsyn2 | |
jmsltutorial |
-
Uses of JMSLScrollbar in com.softsynth.jmsl.view
Methods in com.softsynth.jmsl.view with parameters of type JMSLScrollbar Modifier and Type Method Description void
JMSLScrollbarProcessor. JMSLScrollbarValueChanged(JMSLScrollbar jsb)
handle a value from a scrollbar -
Uses of JMSLScrollbar in jmslexamples
Methods in jmslexamples with parameters of type JMSLScrollbar Modifier and Type Method Description void
EventDistributionsDemo. JMSLScrollbarValueChanged(JMSLScrollbar source)
void
ParallelMidiShapesExample. JMSLScrollbarValueChanged(JMSLScrollbar jsb)
Any class using a JMSLScrollbar must implement JMSLScrollbarProcessor by defining this methodvoid
TestJMSLScrollbar. JMSLScrollbarValueChanged(JMSLScrollbar jsb)
Any class using a JMSLScrollbar must implement JMSLScrollbarProcessor by defining this method -
Uses of JMSLScrollbar in jmslexamples.jsyn2
Methods in jmslexamples.jsyn2 with parameters of type JMSLScrollbar Modifier and Type Method Description void
ChangeActiveVoices. JMSLScrollbarValueChanged(JMSLScrollbar jsb)
void
EventDistributionsJSynDemo. JMSLScrollbarValueChanged(JMSLScrollbar source)
-
Uses of JMSLScrollbar in jmsltutorial
Methods in jmsltutorial with parameters of type JMSLScrollbar Modifier and Type Method Description void
FMSpectrumApplet. JMSLScrollbarValueChanged(JMSLScrollbar jsb)
void
PlayLurkerToot01. JMSLScrollbarValueChanged(JMSLScrollbar jsb)
void
WeightedObjectToot. JMSLScrollbarValueChanged(JMSLScrollbar jsb)