Uses of Class
org.jjazz.song.api.SongCreationException
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.
Service providers to create songs using eg importers.
Manage the creation/destruction of editors for a new/closed song, plus related actions (eg duplicate song).
-
Uses of SongCreationException in org.jjazz.midimix.api
Modifier and TypeMethodDescriptionvoid
MidiMix.checkConsistency
(Song sg, boolean fullCheck) Check if this MidiMix is consistent with the specified song. -
Uses of SongCreationException in org.jjazz.song.api
Modifier and TypeMethodDescriptionSongFactory.createFromFile
(File f) Get a Song object from a file. -
Uses of SongCreationException in org.jjazz.song.spi
Modifier and TypeMethodDescriptionSongImporter.importFromFile
(File f) Try to build a Song object from the specified file. -
Uses of SongCreationException in org.jjazz.songeditormanager.api