I want to create a small soundbank programmatically with my own samples and play them through the standard Sun JDK Midi Synthesizer.

A already read they are in Beatnik format, but I can't find the spec.

In addition, I don't really need the soundbank stored as a file, since it would be OK if there was a way to create a soundbank from samples programmatically prior using the bank to play the instruments in it.

Any ideas?

link|improve this question

78% accept rate
Have you seen MidiSystem.getSoundbank(File) (also overloaded to work with URL and InputStream)? – Andrew Thompson Feb 23 at 22:28
Of course. But I want to know what the file has to contain. – Daniel Feb 24 at 1:30
Oh right, sorry. Don't know. – Andrew Thompson Feb 24 at 1:54
I don't think this is possible – finnw Feb 24 at 2:37
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.