Currently, the "samples only" synth mode
(B_SAMPLES_ONLY
) is broken.
Unfortunately, this is the mode used by the BSamples
constructor if it has to create a
be_synth
object. The easiest way around this bug is to construct a
BMidiSynth
or
BMidiSynthFile
object. If you don't need the
object, you can immediately destroy it; the fix is effected by the
object's construction.