Uses of Class
org.jjazz.songstructure.api.event.SgsChangeEvent
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.
The possible change events received by a SongStructure change listener.
-
Uses of SgsChangeEvent in org.jjazz.midimix.api
Modifier and TypeMethodDescriptionvoid
MidiMix.authorizeChange
(SgsChangeEvent e) void
MidiMix.songStructureChanged
(SgsChangeEvent e) -
Uses of SgsChangeEvent in org.jjazz.pianoroll.api
Modifier and TypeMethodDescriptionvoid
PianoRollEditorTopComponent.authorizeChange
(SgsChangeEvent e) void
PianoRollEditorTopComponent.songStructureChanged
(SgsChangeEvent e) -
Uses of SgsChangeEvent in org.jjazz.song.api
Modifier and TypeMethodDescriptionvoid
Song.authorizeChange
(SgsChangeEvent e) void
StructuralChangeListener.authorizeChange
(SgsChangeEvent e) void
Song.songStructureChanged
(SgsChangeEvent e) void
StructuralChangeListener.songStructureChanged
(SgsChangeEvent event) -
Uses of SgsChangeEvent in org.jjazz.songstructure.api
Modifier and TypeMethodDescriptionvoid
SgsChangeListener.authorizeChange
(SgsChangeEvent e) Some change events might need to be authorized by all listeners before being processed by songStructureChanged().void
SgsChangeListener.songStructureChanged
(SgsChangeEvent e) Process the change. -
Uses of SgsChangeEvent in org.jjazz.songstructure.api.event
Modifier and TypeClassDescriptionclass
A RhythmParameter value has changed.class
An event to indicate that a high-level SongStructure action that changes the song structure has started or is complete.class
class
class
class
A SongPart has been replaced with another one with same size/startBarIndex.class