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