<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
--></style>
</head>
<body class='hmmessage'>
Yeah, this is probably the problem. For some reason GUI objects seem to eat up a large amount of CPU usage. Once you've asserted just what input you're getting (Wiimote tends to come between 0 and 1) remove any number boxes, sliders, etc which are displaying your wiimote input. If you need this then you could display the data through GEM, which for some reason uses less processing power<div><br></div><div>Andrew<br><br>&gt; Date: Fri, 28 May 2010 12:59:17 -0400<br>&gt; From: martin.peach@sympatico.ca<br>&gt; To: scossar@telus.net<br>&gt; CC: pd-list@iem.at<br>&gt; Subject: Re: [PD] wii controller<br>&gt; <br>&gt; Simon Cossar wrote:<br>&gt; &gt; Hello list - I'm trying to control pd (0.41.4) with a wiimote and nunchuk. I'm routing the wiimote through Osculator, then using [import mrpeach] [udpreceive 9000] [unpackOSC] and a series of routeOSC objects. With Osculator running, the graphics in the main pd window slow right down - it becomes difficult to create objects, make connections etc. There is a fairly long lag in the signal from the wiimote. Is there anything obvious that I'm doing wrong?<br>&gt; <br>&gt; <br>&gt; Probably the data is coming in too fast for Pd's GUI to keep up.<br>&gt; I would find out how many messages are arriving per second and see if it <br>&gt; needs to be that fast.<br>&gt; Usually making the patch window as small as possible will reduce the <br>&gt; amount of updating needed, also reducing the number and/or size of <br>&gt; graphic elements that respond to incoming messages.<br>&gt; Using [print] to display reams of incoming data will usually lock up the <br>&gt; GUI, although you will eventually (many minutes later) regain control if <br>&gt; you stop the source.<br>&gt; <br>&gt; Martin<br>&gt; <br>&gt; <br>&gt; _______________________________________________<br>&gt; Pd-list@iem.at mailing list<br>&gt; UNSUBSCRIBE and account-management -&gt; http://lists.puredata.info/listinfo/pd-list<br></div>                                               <br /><hr />Get a free e-mail account with Hotmail. <a href='http://clk.atdmt.com/UKM/go/197222280/direct/01/' target='_new'>Sign-up now.</a></body>
</html>