that solved it. thanks!.

Karsten, we just had to modify as well listSendMsg to add the msg = msg.asArray

        listSendMsg { arg msg;
//              if( slowOSC, {
//                      dispPending.add( msg );
//                      dispCond.test = true;
//                      dispCond.signal;
//              }, {
                        msg = msg.asArray;
                        addr.sendMsg( *msg );
//              });
        }

ar., 2010.eko marren 02a 14:39(e)an, James Harkins(e)k idatzi zuen:
It's not a puredyne bug, it's a swingosc bug. I've already commented on
the sc list how to fix it.
hjh

On Mar 2, 2010, at 8:30 AM, altern wrote:

sure but i realy want to get this working, i am trying to fully port
ixiQuarks to SwingOSC and I have some time to work on this over the
next weeks so maybe i can give it a try. Do you have any idea where
those .asArray have to be added or how can I find?. I would call the
error message everything but self-explanatory ...


: H. James Harkins
: [email protected] <mailto:[email protected]>
: http://www.dewdrop-world.net
.::!:.:.......:.::........:..!.::.::...:..:...:.:.:.:..:

"Come said the Muse,
Sing me a song no poet has yet chanted,
Sing me the universal." -- Whitman



---
[email protected]
http://identi.ca/group/puredyne
irc://irc.goto10.org/puredyne


---
[email protected]
http://identi.ca/group/puredyne
irc://irc.goto10.org/puredyne

Reply via email to