<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style>
</head>
<body class='hmmessage'>
Hi,<br><br>That's simple:<br><br>Install pd-extended (Armel version)<br><br><br>There is no OpenGL support on the Freerunner so Gem, pdp, pidip are not compiled on this version.<br><br><br><br>1/ Install dependencies:<br><br>wget http://www.debian-multimedia.org/pool/main/d/debian-multimedia-keyring/debian-multimedia-keyring_2008.10.16_all.deb<br><br>dpkg -i debian-multimedia-keyring_2008.10.16_all.deb<br><br>nano -w /etc/apt/sources list<br><br>and add: "deb http://www.debian-multimedia.org lenny main non-free"<br><br>then:<br><br>apt-get install x-ttcidfont-conf tcllib libfftw3-3 libflite1 libjack0 libmp3lame0 libogg0 libspeex1 libvorbis0a libvorbisenc2 libvorbisfile3 tcl8.5 tk8.5 <br><br><br>2/ Install Pd-extended for armel<br><br>wget http://www.servideo.org/debian/Pd-0.42.5-extended_light_armel.deb<br><br>dpkg -i Pd-0.42.5-extended_light_armel.deb<br><br>Note that if you had previously troubles with the dependencies of pd-extended, make a "dpkg -P pdextended"<br><br>3/ go to:&nbsp; <br>
<br>
/usr/share/applications/pd-extended.desktop<br>
and replace <br>
"Exec=pasuspender -- /usr/bin/pdextended -alsa %F"<br>
by:<br>
"Exec=pdextended -alsa" (&lt;-- depending the space left, you should install also alsa-base for that)<br>
or by:<br>
"Exec=pdextended -oss" (&lt;-- my choice)<br><br>4/Run Pd-extended or puredata on the Freerunner:<br><br>a/ Go to Main Menu &gt; Applications &gt; QX<br>b/ Select options (white file on the bottom left) and click "favourites"<br>c/ Select pd-extended<br>d/ Quit QX and come back to QX<br>e/ Select "pd-xextended" and set on options the "settings" like for example: "prevent suspending", "Prevent screen diming", "Use Window Manager" and "Full screen" and save.<br>f/ Select pd-extended<br>g/ Launch pd-extended with Options &gt; Launch.<br><br><br>If you want to install puredata instead of pd-extended:<br><br>apt-get install puredata<br><br><br>Best,<br><br>Cosmin<br><br><br><br><br>&gt; Date: Wed, 17 Nov 2010 12:58:45 +0100<br>&gt; From: ol@ogeem.be<br>&gt; To: pd-list@iem.at<br>&gt; Subject: Re: [PD] lowest latency ARM board for Pd<br>&gt; <br>&gt; I would be happy to know how you did install pd on your freerunner... I<br>&gt; did tried to install from rep (using debian QText v28) and it doesn't<br>&gt; start, PDa seems too old to install (need osso-esd wich is not available...)<br>&gt; <br>&gt; I had been able to install it before but not anymore :/<br>&gt; <br>&gt; any hints ?<br>&gt; <br>&gt; tks<br>&gt; <br>&gt; Ol.<br>&gt; <br>&gt; ogeem.be<br>&gt; okno.be<br>&gt; &gt; Subject: Re: [PD] lowest latency ARM board for Pd<br>&gt; &gt; To: cosmin O_O &lt;horiacosmin@hotmail.com&gt;<br>&gt; &gt; Cc: pd-list@iem.at<br>&gt; &gt; Message-ID: &lt;4CDD2B53.9050002@iem.at&gt;<br>&gt; &gt; Content-Type: text/plain; charset="iso-8859-1"<br>&gt; &gt;<br>&gt; &gt; On 11/12/2010 11:11 AM, cosmin O_O wrote:<br>&gt; &gt;   <br>&gt; &gt;&gt; I don't know if I done the good way of measurments, but I've only choose the "10ms" option on audio buffer and test some patches to see if the sound was correct.<br>&gt; &gt;&gt; And it was (without cranks).<br>&gt; &gt;&gt;<br>&gt; &gt;&gt;     <br>&gt; &gt;<br>&gt; &gt; ah i see.<br>&gt; &gt; the "10ms option" does not mean so much. it only affects the buffer Pd<br>&gt; &gt; uses internally; the audio-subsystem will add latency on top of that.<br>&gt; &gt;<br>&gt; &gt; the only reliable way to test latency is to measure it (by means of cables).<br>&gt; &gt;<br>&gt; &gt; which OS are you running on the FreeRunner? FSO? android?<br>&gt; &gt;<br>&gt; &gt; fgamr<br>&gt; &gt; IOhannes<br>&gt; &gt;<br>&gt; &gt; -------------- next part --------------<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>                                               </body>
</html>