Uses of Interface
org.jjazz.songstructure.api.SgsChangeListener
Package
Description
The model for the mix of a song (instruments used per channel and their settings, volume, effect, etc.).
The model of a song, which mainly contains a ChordLeadSheet and a SongStructure.
The model of a song structure, ie a list of SongParts.
-
Uses of SgsChangeListener in org.jjazz.midimix.api
Modifier and TypeClassDescriptionclass
A set of up to 16 InstrumentMixes, 1 per Midi channel with 1 RhythmVoice associated. -
Uses of SgsChangeListener in org.jjazz.pianoroll.api
Modifier and TypeClassDescriptionfinal class
A TopComponent to use a PianoRollEditor for a song phrase. -
Uses of SgsChangeListener in org.jjazz.song.api
Modifier and TypeClassDescriptionclass
The song object.class
A song listener to detect a structural change in the song: bar added or removed, time signature changed, section moved. -
Uses of SgsChangeListener in org.jjazz.songstructure.api
Modifier and TypeMethodDescriptionvoid
SongStructure.addSgsChangeListener
(SgsChangeListener l) Add a listener to changes of this object.void
SongStructure.removeSgsChangeListener
(SgsChangeListener l) Remove a listener to this object's changes.