Uses of Class
org.jjazz.embeddedsynth.api.EmbeddedSynthException
-
Uses of EmbeddedSynthException in org.jjazz.embeddedsynth.api
Modifier and TypeMethodDescriptionvoid
Encode an audio file to a mp3 file.void
EmbeddedSynth.generateWavFile
(File midiFile, File wavFile) Generate a .wav file from the specified midiFile.void
EmbeddedSynth.open()
Initialize the synth (load resources...). -
Uses of EmbeddedSynthException in org.jjazz.embeddedsynth.spi
Modifier and TypeMethodDescriptionvoid
EmbeddedSynthProvider.setEmbeddedSynthActive
(boolean b) If b is true do what's necessary so that the EmbeddedSynth becomes the current JJazzLab output synth.