Uses of Class
com.softsynth.jmsl.view.PVPanelAdapter
Package | Description |
---|---|
com.softsynth.jmsl.jsyn | |
com.softsynth.jmsl.jsyn2 | |
com.softsynth.jmsl.score | |
com.softsynth.jmsl.score.view | |
com.softsynth.jmsl.view | |
jmslexamples |
-
Uses of PVPanelAdapter in com.softsynth.jmsl.jsyn
Subclasses of PVPanelAdapter in com.softsynth.jmsl.jsyn Modifier and Type Class Description class
PVUsageDisplay
Deprecated.use the pure Java JSyn2 package insteadclass
SampleInstrumentKeyMapPanel
Deprecated.use the pure Java JSyn2 package insteadclass
SampleInstrumentMapperPanel
Deprecated.use the pure Java JSyn2 package insteadclass
WAVRecorderPanel
Deprecated.use the pure Java JSyn2 package instead -
Uses of PVPanelAdapter in com.softsynth.jmsl.jsyn2
Subclasses of PVPanelAdapter in com.softsynth.jmsl.jsyn2 Modifier and Type Class Description class
JSynUsagePanel
JSyn UsageDisplay panel that is both Swing and AWT compatible.class
SampleInstrumentKeyMapPanel
Panel that provides a sample browser button, and tone generator mapped to a pitch and a tuning, and a button to sound the sample revised for JSyn2 Sept 30, 2018class
SampleInstrumentMapperPanel
Provide a Panel to map soundfiles on to pitches.class
WAVRecorderPanel
JSyn2 GUI for WAV recorder. -
Uses of PVPanelAdapter in com.softsynth.jmsl.score
Subclasses of PVPanelAdapter in com.softsynth.jmsl.score Modifier and Type Class Description class
ScoreControlPanel
ScoreControlPanel
Control zoom and measure #
JMSL Notation Projectclass
ScoreEditPanel
ScoreEditPanel
GUI Interface for edit functions
JMSL Notation Project -
Uses of PVPanelAdapter in com.softsynth.jmsl.score.view
Subclasses of PVPanelAdapter in com.softsynth.jmsl.score.view Modifier and Type Class Description 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 PVPanelAdapter in com.softsynth.jmsl.view
Subclasses of PVPanelAdapter in com.softsynth.jmsl.view Modifier and Type Class Description class
DimensionNameSpaceValuesEditorPanel
class
DimValueEditPanel
Panel containing a label for Dimension name and index, scrollbar, textField for value, and edit checkboxclass
MidiInitPanel
Panel that allows user to select Midi input and output devicesclass
MusicShapeEditor
View MusicShapes and manipulate their data with the mouse.class
PanAmpPanel
class
PatchEditorPanel
Editor Panel for patches. -
Uses of PVPanelAdapter in jmslexamples
Subclasses of PVPanelAdapter in jmslexamples Modifier and Type Class Description class
KeyboardInstrumentPlayer
Play an Instrument by typing in a TextArea.