Uses of Class
org.jjazz.embeddedsynth.api.EmbeddedSynthException
Packages that use EmbeddedSynthException
Package
Description
-
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. -
Uses of EmbeddedSynthException in org.jjazz.fluidsynthembeddedsynth.api
Methods in org.jjazz.fluidsynthembeddedsynth.api that throw EmbeddedSynthExceptionModifier and TypeMethodDescriptionvoidFluidSynthEmbeddedSynth.generateWavFile(File midiFile, File wavFile) voidFluidSynthEmbeddedSynth.open()Initialize the FluidSynth java bridge and load the soundfont.voidFluidSynthEmbeddedSynthProvider.setEmbeddedSynthActive(boolean b) Make FluidSynthJava active.