Thank you for the reply Kathy. I've added a few more thoughts to this
thread below...
>Howdy -- I don't know the answer to your
>question; I've never tried to use the two
>together (I have managed to synchronize midi
>events with plain old graphics animations in
>Java, but that's different).
Sun's JMF FAQ mentions that "JMF uses the Java Sound API for sound rendering". Based on this, I was really hoping that JMF and Java Sound resources could play together. An interesting observation is that at least two Players can be operating at the same time, both playing audio and video simultaneously, so there is definitely some multiplexing ability under the hood. Sounds like one for the Sun engineers!
>But have you looked at this FAQ? It seems pretty
>detailed; it told me about a major bug in the
>midi event callback system that I would never
>have found otherwise. It *does* discuss the
>relationship between javax.sound and JMF,
>although I have no idea if it answers your
>question:
>
>
http://www.jsresources.org/faq/jspfaq.html I had looked at this FAQ before, and hadn't thought to search the MIDI part of it! I'm not sure if the event bug is an impact on my specific app as I'm only outputting MIDI notes via the Synthesizer class, but there are several references to JDK-version-dependent issues that I hadn't known before. I definitely need to try my app code on the latest JDK version...
>p.s. if anybody want to talk more about sound,
>that would be GREAT. I'm just getting started,
>although I'm focusing exclusively onthe MIDI
>side right now.
Sounds good to me! Thanks again for the information Kathy.
John