Uses of Interface
com.didkovsky.portview.PVScrollbarListener
| Package | Description |
|---|---|
| com.didkovsky.portview | |
| com.softsynth.jmsl.score | |
| com.softsynth.jmsl.score.util | |
| com.softsynth.jmsl.score.view | |
| com.softsynth.jmsl.view | |
| jmslexamples | |
| jmslexamples.jsyn2 |
-
Uses of PVScrollbarListener in com.didkovsky.portview
Methods in com.didkovsky.portview with parameters of type PVScrollbarListener Modifier and Type Method Description voidPVScrollbar. addPVScrollbarListener(PVScrollbarListener listener)voidPVScrollbar. removePVScrollbarListener(PVScrollbarListener listener) -
Uses of PVScrollbarListener in com.softsynth.jmsl.score
Classes in com.softsynth.jmsl.score that implement PVScrollbarListener Modifier and Type Class Description classScoreControlPanelScoreControlPanel
Control zoom and measure #
JMSL Notation Project -
Uses of PVScrollbarListener in com.softsynth.jmsl.score.util
Classes in com.softsynth.jmsl.score.util that implement PVScrollbarListener Modifier and Type Class Description classScoreRenderDelayFrameSet render delay > 0 if inserting a note by hand sometime fails to redraw. -
Uses of PVScrollbarListener in com.softsynth.jmsl.score.view
Classes in com.softsynth.jmsl.score.view that implement PVScrollbarListener Modifier and Type Class Description classJustifierBaseControlFrameO -
Uses of PVScrollbarListener in com.softsynth.jmsl.view
Classes in com.softsynth.jmsl.view that implement PVScrollbarListener Modifier and Type Class Description classDimValueEditPanelPanel containing a label for Dimension name and index, scrollbar, textField for value, and edit checkboxclassJMSLClockAdvanceFrameA Frame with a scrollbar to let user set JMSL.clock.advanceclassPanAmpPanel -
Uses of PVScrollbarListener in jmslexamples
Classes in jmslexamples that implement PVScrollbarListener Modifier and Type Class Description classNicksDreamMIDIControl the JMSL clock rate for a ParallelCollection of MusicShapes by moving a scrollbar.classTestPortViewScrollbarThe com.didkovsky.portview scrollbar can be either awt or Swing compatible depending on the ViewFactory -
Uses of PVScrollbarListener in jmslexamples.jsyn2
Classes in jmslexamples.jsyn2 that implement PVScrollbarListener Modifier and Type Class Description classNicksDreamDemonstrates why setTimeStretch() is *NOT* the way to smoothly speed up and slow down a collection's playback! See NicksDreamClock to see the right way to do this! Control the timestretch of a ParallelCollection of MusicShapes by moving a scrollbar.classNicksDreamClockclassNicksDreamScoreclassSpeedyControl the playback speed of a ParallelCollection of MusicJobs that play JSyn Instruments using timeStretch
Also shows how to manage data as frequencies and use com.softsynth.jmsl.util.FrequencyToPitchTranslator to convert to pitch right before handing double[] to Instrument which expect pitch new Version 12/11/10 uses JSyn2 Uses JMSL.clock.setRate() to smoothly change playback duration