capturing MIDI output as .wav?

Can this be done providing a SoundBank?
I searched a lot but was not successful.
Please, you sound experts out there, is that possible?

Look up there.
It say that it may be possible don’t ask me more ;D

[quote]A workaround may be…
[/quote]
That is so typical Java Sound. Everything maybe and with links to libraries which don’t work or are abandoned :slight_smile:

I read more closely the “solution”… definitly NO for me :-\

I don’t need it any more, but here may be a solution.

It uses Frinika, which uses Gervill (astounding sound quality in the demo Applets there).

direct link to the interesting code snippet:
http://frinika.svn.sourceforge.net/viewvc/frinika/frinika/trunk/src/com/frinika/tools/MyMidiRenderer.java?view=markup

I used Gervill for transforming Midi to wav and it worked extremely good.
Gervill also supports SF2 and DLS soundbanks.

Without sticking to a pure Java solution, a sequencer or tracker like OpenMPT can render Midi but then one might uses VST effects and instruments instead for better quality.