XML Feeds

.

[java-dev] Re: Re: Question about qmetro and bang/jit_matrix msgs

Steve Bursch sbursch at sonic.net
Thu Jun 21 13:14:15 MDT 2007


I thought of another question.

In my Jitter patcher, I have 2 qmetro objects.  As mentioned before, one supplies a bang message every 100 ms directly to the mxj object, while the other supplies a jit_matrix message every 8 seconds to the mxj object through a jit.qt.movie object.

I observed that the name of the thread on which these 2 messages are dispatched is "main."  I take this to mean that these 2 messages are dispatched to the mxj object on the same thread.

My question is this:  can it ever happen that 1 of these messages could be delivered to the mxj object while the other is still running in that object?

My guess is that the answer is no, but I wanted to ask someone more knowledgeable just to be sure.

Thanks in advance....Steve



More information about the java-dev mailing list