Re: MIDI OUT transmitter not available?



Um... thanks?

But, as it turned out, it was something really really stupid causing
it.

I had set a variable called baseoctave to have a default value of 60
instead of 5. Apparently the Java MIDI system skips sounds that it
can't play, and my system allowed it to skip them without waiting until
the sound ended.

.