DePauwREU2013 / scales

2 stars 0 forks source link

Sampled Instruments #4

Closed mfansler closed 11 years ago

mfansler commented 11 years ago

Add an ability to include arbitrary samples (e.g., WAV files) as instruments for the MIDI synthesizer to play.

A simple example can be found in this Gist.

However, the AudioFileSoundbankReader.getSoundbank method has been returning null on some systems. This needs to be tested further as to whether it is a reliable means of achieving this.

mfansler commented 11 years ago

Added a commit that provides a preliminary interface to handle this.

mfansler commented 11 years ago

I don't think we have any plans on enhancing this further at this point.