<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://permalink.gmane.org/gmane.comp.multimedia.puredata.general">
    <title>gmane.comp.multimedia.puredata.general</title>
    <link>http://permalink.gmane.org/gmane.comp.multimedia.puredata.general</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.multimedia.puredata.general/90952"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.multimedia.puredata.general/90951"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.multimedia.puredata.general/90950"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.multimedia.puredata.general/90949"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.multimedia.puredata.general/90948"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.multimedia.puredata.general/90947"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.multimedia.puredata.general/90946"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.multimedia.puredata.general/90945"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.multimedia.puredata.general/90944"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.multimedia.puredata.general/90943"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.multimedia.puredata.general/90942"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.multimedia.puredata.general/90941"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.multimedia.puredata.general/90940"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.multimedia.puredata.general/90939"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.multimedia.puredata.general/90938"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.multimedia.puredata.general/90937"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.multimedia.puredata.general/90936"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.multimedia.puredata.general/90935"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.multimedia.puredata.general/90934"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.multimedia.puredata.general/90933"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.multimedia.puredata.general/90952">
    <title>Re: tcpserver crashes on the 34th client connection</title>
    <link>http://permalink.gmane.org/gmane.comp.multimedia.puredata.general/90952</link>
    <description>&lt;pre&gt;Yes, it seems that the routine that adds new connections doesn't check 
to see if it has passed the number of connection slots.
There are MAX_CONNECT slots allocated when [tcpserver] starts.

Thanks for finding this bug!

There is no reason to limit the number of connections to 32 except to 
not use up memory.
I think it could be changed to either dynamically add space for new 
connections without limit or set MAX_CONNECT with a creation argument.

For now you could recompile it with MAX_CONNECT set to another value. 
(At some point the OS will run out of sockets. Before that Pd will slow 
down...)

#define MAX_CONNECT 10000


Martin

On 2013-05-18 17:37, Antoine Villeret wrote:


_______________________________________________
Pd-list&amp;lt; at &amp;gt;iem.at mailing list
UNSUBSCRIBE and account-management -&amp;gt; http://lists.puredata.info/listinfo/pd-list

&lt;/pre&gt;</description>
    <dc:creator>Martin Peach</dc:creator>
    <dc:date>2013-05-19T01:17:54</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.multimedia.puredata.general/90951">
    <title>Re: tcpserver crashes on the 34th client connection</title>
    <link>http://permalink.gmane.org/gmane.comp.multimedia.puredata.general/90951</link>
    <description>&lt;pre&gt;so I reply to myself...

I found this in the code of both tcpserver.c :
#define MAX_CONNECT 32 /* maximum number of connections */

which could be an answer embryo

so, I shouldn't make more than 32 connections on the same tcpserver, ok,
but why ?
is there a good reason to fix this to 32 ?

and this doesn't tell me why it crashes...
reaching the MAX_CONNECT should handles in the code isn't it ?

cheers

a

--
do it yourself
http://antoine.villeret.free.fr


2013/5/16 Antoine Villeret &amp;lt;antoine.villeret&amp;lt; at &amp;gt;gmail.com&amp;gt;

_______________________________________________
Pd-list&amp;lt; at &amp;gt;iem.at mailing list
UNSUBSCRIBE and account-management -&amp;gt; http://lists.puredata.info/listinfo/pd-list
&lt;/pre&gt;</description>
    <dc:creator>Antoine Villeret</dc:creator>
    <dc:date>2013-05-18T21:37:38</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.multimedia.puredata.general/90950">
    <title>Re: RPI + new canvas position</title>
    <link>http://permalink.gmane.org/gmane.comp.multimedia.puredata.general/90950</link>
    <description>&lt;pre&gt;Cool... I fixed my copy :)

M

On Sat, May 18, 2013 at 07:02:21PM +0000, Matthew Walsh wrote:



_______________________________________________
Pd-list&amp;lt; at &amp;gt;iem.at mailing list
UNSUBSCRIBE and account-management -&amp;gt; http://lists.puredata.info/listinfo/pd-list
&lt;/pre&gt;</description>
    <dc:creator>Miller Puckette</dc:creator>
    <dc:date>2013-05-18T19:47:07</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.multimedia.puredata.general/90949">
    <title>Re: RPI + new canvas position</title>
    <link>http://permalink.gmane.org/gmane.comp.multimedia.puredata.general/90949</link>
    <description>&lt;pre&gt;Since Raspbian uses LXDE (which uses the OpenBox WM), I used the
new-window-positioning fix mentioned here:

http://comments.gmane.org/gmane.comp.multimedia.puredata.general/86348

The fix, to pdtk_canvas.tcl, involves changing:

set x [ expr $x % $screenwidth - $::windowframex]
set y [ expr $y % $screenheight - $::windowframey]

to:

set x [ expr max($x % $screenwidth - $::windowframex, 0)]
set y [ expr max($y % $screenheight - $::windowframey, 0)]

On my Pi, it works for both Vanilla and Extended.

Cheers!
Matt

wrote:
I
_______________________________________________
Pd-list&amp;lt; at &amp;gt;iem.at mailing list
UNSUBSCRIBE and account-management -&amp;gt; http://lists.puredata.info/listinfo/pd-list
&lt;/pre&gt;</description>
    <dc:creator>Matthew Walsh</dc:creator>
    <dc:date>2013-05-18T19:02:21</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.multimedia.puredata.general/90948">
    <title>Re: can't load pdp</title>
    <link>http://permalink.gmane.org/gmane.comp.multimedia.puredata.general/90948</link>
    <description>&lt;pre&gt;Are there multiple libgsl libraries linked?
Who is the other user of libgsl?
If this is a problem I could probably upgrade the GSL to a new version, 
or disable it since I'm not sure if it is used in anything else but the 
experimental defunct matrix stuff.


On 03/15/2013 06:13 PM, oscar santis wrote:

_______________________________________________
Pd-list&amp;lt; at &amp;gt;iem.at mailing list
UNSUBSCRIBE and account-management -&amp;gt; http://lists.puredata.info/listinfo/pd-list
&lt;/pre&gt;</description>
    <dc:creator>Tom Schouten</dc:creator>
    <dc:date>2013-05-18T15:57:45</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.multimedia.puredata.general/90947">
    <title>Re: how to know if a file has more than one channel?</title>
    <link>http://permalink.gmane.org/gmane.comp.multimedia.puredata.general/90947</link>
    <description>&lt;pre&gt;



aha, thanks thats what I was looking for. I must have thought about the
externals of course!
_______________________________________________
Pd-list&amp;lt; at &amp;gt;iem.at mailing list
UNSUBSCRIBE and account-management -&amp;gt; http://lists.puredata.info/listinfo/pd-list
&lt;/pre&gt;</description>
    <dc:creator>altern</dc:creator>
    <dc:date>2013-05-18T15:49:58</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.multimedia.puredata.general/90946">
    <title>bytebeat~ external</title>
    <link>http://permalink.gmane.org/gmane.comp.multimedia.puredata.general/90946</link>
    <description>&lt;pre&gt;i remembered i did a [bytebeat~] external a year and a half or so ago
and was just reminded of it when i saw claude's bitbreader program he
mentioned a couple of days ago. for those interested:

https://github.com/megrimm/bytebeat-

i had intention of doing something similar to bitbreader but never got
around to figuring it out.

m

_______________________________________________
Pd-list&amp;lt; at &amp;gt;iem.at mailing list
UNSUBSCRIBE and account-management -&amp;gt; http://lists.puredata.info/listinfo/pd-list

&lt;/pre&gt;</description>
    <dc:creator>me.grimm</dc:creator>
    <dc:date>2013-05-18T15:44:18</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.multimedia.puredata.general/90945">
    <title>Re: how to know if a file has more than one channel?</title>
    <link>http://permalink.gmane.org/gmane.comp.multimedia.puredata.general/90945</link>
    <description>&lt;pre&gt;

You could first read the file into [iemlib/soundfile_info] and take the 
fifth item in the output list, which is the number of channels.

Martin


_______________________________________________
Pd-list&amp;lt; at &amp;gt;iem.at mailing list
UNSUBSCRIBE and account-management -&amp;gt; http://lists.puredata.info/listinfo/pd-list

&lt;/pre&gt;</description>
    <dc:creator>Martin Peach</dc:creator>
    <dc:date>2013-05-18T15:09:23</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.multimedia.puredata.general/90944">
    <title>how to know if a file has more than one channel?</title>
    <link>http://permalink.gmane.org/gmane.comp.multimedia.puredata.general/90944</link>
    <description>&lt;pre&gt;hi

I would like to be able to distinguish between mono and stereo files at
loading time. I am loading the sound with soundfiler using this messages
which works both for stereo and mono files

read -resize path_to_file table1 table2

any suggestions? maybe there is some way to check if the second table is
full with zeros?

thanks

enrike
_______________________________________________
Pd-list&amp;lt; at &amp;gt;iem.at mailing list
UNSUBSCRIBE and account-management -&amp;gt; http://lists.puredata.info/listinfo/pd-list
&lt;/pre&gt;</description>
    <dc:creator>altern</dc:creator>
    <dc:date>2013-05-18T13:57:53</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.multimedia.puredata.general/90943">
    <title>Re: OT: raspberry pi</title>
    <link>http://permalink.gmane.org/gmane.comp.multimedia.puredata.general/90943</link>
    <description>&lt;pre&gt;Hi Patrick,

If you want to play video file with hardware decoding, speed control and
perspective correction (useful with video projector) you should have a look
at my rpi_osc_video_player :
https://github.com/avilleret/rpi_osc_video_player

There is an example pd patch to control it

This is a work in progress, mostly a proof of concept, there is no support
for sound playback for now, but it could be added when I have
time/opportunity

Feel free to try it

Cheers

Antoine

--
do it yourself
http://antoine.villeret.free.fr


2013/5/18 Pagano, Patrick &amp;lt;pat&amp;lt; at &amp;gt;digitalworlds.ufl.edu&amp;gt;

_______________________________________________
Pd-list&amp;lt; at &amp;gt;iem.at mailing list
UNSUBSCRIBE and account-management -&amp;gt; http://lists.puredata.info/listinfo/pd-list
&lt;/pre&gt;</description>
    <dc:creator>Antoine Villeret</dc:creator>
    <dc:date>2013-05-18T12:24:03</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.multimedia.puredata.general/90942">
    <title>[PD-announce] CFP - 2nd Int'l Workshop on MusicalMetacreation(MUME2013)</title>
    <link>http://permalink.gmane.org/gmane.comp.multimedia.puredata.general/90942</link>
    <description>&lt;pre&gt;======================
CALL FOR PARTICIPATION
======================

((( MUME 2013 )))
2nd International Workshop on Musical Metacreation
http://www.metacreation.net/mume2013/

Held at the Ninth Annual AAAI Conference on Artificial Intelligence and Interactive Digital Entertainment (AIIDE'13)
Northeastern University, Boston, Massachusetts, USA
October 14-15, 2013

----------------------

Deadline for Paper and Demo Submissions:
*** July 1, 2013 ***

======================

We are delighted to announce the 2nd International Workshop on Musical Metacreation (MUME2013) to be held October 14 and 15, 2013, in conjunction with the Ninth Annual AAAI Conference on Artificial Intelligence and Interactive Digital Entertainment (AIIDE'13). MUME2013 builds on the enthusiastic response and participation we received for the inaugural workshop in 2012, which received 31 submissions, 17 of which were accepted (a 55% acceptance rate). This year the workshop has expanded to 2 days. 

Thanks to continued progress in artistic &lt;/pre&gt;</description>
    <dc:creator>Graeme McCaig</dc:creator>
    <dc:date>2013-05-18T06:45:55</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.multimedia.puredata.general/90941">
    <title>Re: OT: raspberry pi</title>
    <link>http://permalink.gmane.org/gmane.comp.multimedia.puredata.general/90941</link>
    <description>&lt;pre&gt;thanks for the heads up Miller, i found it


sudo amixer cset numid=3 &amp;lt;n&amp;gt;

where &amp;lt;n&amp;gt; is 0=auto, 1=headphones, 2= HDMI

pp




________________________________________
From: pd-list-bounces&amp;lt; at &amp;gt;iem.at [pd-list-bounces&amp;lt; at &amp;gt;iem.at] on behalf of Pagano, Patrick [pat&amp;lt; at &amp;gt;digitalworlds.ufl.edu]
Sent: Friday, May 17, 2013 7:43 PM
To: Miller Puckette
Cc: PD List
Subject: Re: [PD] OT: raspberry pi

I would love to find that! i assume it's not an alsa thing since the HDMI audio is different. Hopefully someone here has already found this. I am going to start looking around

pp
________________________________________
From: Miller Puckette [msp&amp;lt; at &amp;gt;ucsd.edu]
Sent: Friday, May 17, 2013 7:06 PM
To: Pagano, Patrick
Cc: Julian Brooks; Simon Wise; PD List
Subject: Re: [PD] OT: raspberry pi

In raspian there's some way to select whether audio goes out the line out
jack or the HDMI port - I can't remember but that should be findable.

cheers
Miller

On Fri, May 17, 2013 at 10:54:19PM +0000, Pagano, Patrick wrote:



__________________________&lt;/pre&gt;</description>
    <dc:creator>Pagano, Patrick</dc:creator>
    <dc:date>2013-05-18T00:00:06</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.multimedia.puredata.general/90940">
    <title>Re: OT: raspberry pi</title>
    <link>http://permalink.gmane.org/gmane.comp.multimedia.puredata.general/90940</link>
    <description>&lt;pre&gt;I would love to find that! i assume it's not an alsa thing since the HDMI audio is different. Hopefully someone here has already found this. I am going to start looking around

pp
________________________________________
From: Miller Puckette [msp&amp;lt; at &amp;gt;ucsd.edu]
Sent: Friday, May 17, 2013 7:06 PM
To: Pagano, Patrick
Cc: Julian Brooks; Simon Wise; PD List
Subject: Re: [PD] OT: raspberry pi

In raspian there's some way to select whether audio goes out the line out
jack or the HDMI port - I can't remember but that should be findable.

cheers
Miller

On Fri, May 17, 2013 at 10:54:19PM +0000, Pagano, Patrick wrote:



_______________________________________________
Pd-list&amp;lt; at &amp;gt;iem.at mailing list
UNSUBSCRIBE and account-management -&amp;gt; http://lists.puredata.info/listinfo/pd-list

&lt;/pre&gt;</description>
    <dc:creator>Pagano, Patrick</dc:creator>
    <dc:date>2013-05-17T23:43:12</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.multimedia.puredata.general/90939">
    <title>Re: OT: raspberry pi</title>
    <link>http://permalink.gmane.org/gmane.comp.multimedia.puredata.general/90939</link>
    <description>&lt;pre&gt;In raspian there's some way to select whether audio goes out the line out
jack or the HDMI port - I can't remember but that should be findable.

cheers
Miller

On Fri, May 17, 2013 at 10:54:19PM +0000, Pagano, Patrick wrote:



_______________________________________________
Pd-list&amp;lt; at &amp;gt;iem.at mailing list
UNSUBSCRIBE and account-management -&amp;gt; http://lists.puredata.info/listinfo/pd-list

&lt;/pre&gt;</description>
    <dc:creator>Miller Puckette</dc:creator>
    <dc:date>2013-05-17T23:06:09</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.multimedia.puredata.general/90938">
    <title>Re: OT: raspberry pi</title>
    <link>http://permalink.gmane.org/gmane.comp.multimedia.puredata.general/90938</link>
    <description>&lt;pre&gt;Hi everyone and thank you for the help and links. I got wheezy up and running and installed pd-extended. I could not get audio out of the headphone jack on the Pi, but it comes out of the monitor that has HDMI on it. I then of course got greedy and over-clocked it and corrupted the file system. grrr. I picked up a mini usb audio card a Soundblaster X-fi GO! Pro and in the boot screen it sees it and it's in the drop down menu for AUDIO SETTINGS but i cannot do anything after i select it and the whole system freezes. I am wondering if jack may help with it.
I got pdp working with pdp_sdl as the window outputs, pdp_glx and pdp_xv do not work.
I am going to try to get Gedit and Supercollider working before i punt it into the Rubbish Bin. I may just use it to control DMX lighting with a USBDMXPro but as of now I am need some inspiration for it's use. :-)

cheers~ and thanks

pp
________________________________
From: pd-list-bounces&amp;lt; at &amp;gt;iem.at [pd-list-bounces&amp;lt; at &amp;gt;iem.at] on behalf of Julian Brooks [jbeezez&amp;lt; at &amp;gt;gmail.com]
Sen&lt;/pre&gt;</description>
    <dc:creator>Pagano, Patrick</dc:creator>
    <dc:date>2013-05-17T22:54:19</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.multimedia.puredata.general/90937">
    <title>Re: Sensors GPIO Raspberry Pi Pd</title>
    <link>http://permalink.gmane.org/gmane.comp.multimedia.puredata.general/90937</link>
    <description>&lt;pre&gt;Yep. Here's a diagram that shows the wiring.

Martin

On 2013-05-17 11:42, Julian Brooks wrote:

_______________________________________________
Pd-list&amp;lt; at &amp;gt;iem.at mailing list
UNSUBSCRIBE and account-management -&amp;gt; http://lists.puredata.info/listinfo/pd-list
&lt;/pre&gt;</description>
    <dc:creator>Martin Peach</dc:creator>
    <dc:date>2013-05-17T16:44:36</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.multimedia.puredata.general/90936">
    <title>Re: Sensors GPIO Raspberry Pi Pd</title>
    <link>http://permalink.gmane.org/gmane.comp.multimedia.puredata.general/90936</link>
    <description>&lt;pre&gt;Aargh - you're right, I am confused (so very)...

So, to be clear
#define SENSOR_SELECT_PIN 11
should be
#define SENSOR_SELECT_PIN 17
After all?

It is then going to pin 11 on the 4051.

Running as root so need for sudo (yes I know)

As Max Romeo said:
"One step forwards, two steps backwards" :)

J

Will try the led test and the updated code when I can get back to it in a
couple of days or so.


On 17 May 2013 16:20, Martin Peach &amp;lt;martin.peach&amp;lt; at &amp;gt;sympatico.ca&amp;gt; wrote:

_______________________________________________
Pd-list&amp;lt; at &amp;gt;iem.at mailing list
UNSUBSCRIBE and account-management -&amp;gt; http://lists.puredata.info/listinfo/pd-list
&lt;/pre&gt;</description>
    <dc:creator>Julian Brooks</dc:creator>
    <dc:date>2013-05-17T15:42:52</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.multimedia.puredata.general/90935">
    <title>Re: Sensors GPIO Raspberry Pi Pd</title>
    <link>http://permalink.gmane.org/gmane.comp.multimedia.puredata.general/90935</link>
    <description>&lt;pre&gt;It looks like you're confused about the GPIO pin.
SENSOR_SELECT_PIN should be 17 because that's what the ARM chip calls 
it. The fact that it is on pin 11 of the header is irrelevant to the 
program.
The next confusing thing is that GPIO17 on pin 11 of the header connects 
to pin 11 of the 4051.
If you want to see if the pin is working you can put an LED from pin 11 
of the header to ground and see if it flashes when you run the program.
I had to run it as sudo because regular users don't have permission to 
access the GPIO pins.

Martin

On 2013-05-17 10:50, Julian Brooks wrote:


_______________________________________________
Pd-list&amp;lt; at &amp;gt;iem.at mailing list
UNSUBSCRIBE and account-management -&amp;gt; http://lists.puredata.info/listinfo/pd-list

&lt;/pre&gt;</description>
    <dc:creator>Martin Peach</dc:creator>
    <dc:date>2013-05-17T15:20:58</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.multimedia.puredata.general/90934">
    <title>Re: OT: raspberry pi</title>
    <link>http://permalink.gmane.org/gmane.comp.multimedia.puredata.general/90934</link>
    <description>&lt;pre&gt;Hey Patrick,

I guess the standard most up to date raspbian wheezy is the best place to
start.

For me what's worked best is to find a super-minimal install and then build
requirements on top of that.

With the project I'm working on atm I couldn't get my pmpd patch to even
run with the standard install (there is quite a lot going on though).  Now
the patch runs fine with a whole heap of other stuff on top of that (2
sensors, 6 channel soundcard etc).  My htop reading fills me with joy-I
think there's about a dozen processes including 3 shells.

As it's a rev1 board I built a system on top of the hexxeh image (same guy
who's done the 'rpi-update' program for updating the firmware.  My
understanding though is that with rev2 boards don't do it.

The one that I've been keeping my eye on, and they've just released a brand
new version is Mobius
http://moebiuslinux.sourceforge.net/
This is what I'll be testing out for my rev2 boards.

There's a whole host of conflicting info re RPi's out there, particularly
overcl&lt;/pre&gt;</description>
    <dc:creator>Julian Brooks</dc:creator>
    <dc:date>2013-05-17T15:08:24</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.multimedia.puredata.general/90933">
    <title>Re: Sensors GPIO Raspberry Pi Pd</title>
    <link>http://permalink.gmane.org/gmane.comp.multimedia.puredata.general/90933</link>
    <description>&lt;pre&gt;Sorry meant to attach the code (doh!).

My compadre has all the photo's on his phone so will give him a nudge now
and get back to you when I hear from him...

(hey George:)

Thanks for the testing tip - of course, seems so obvious now that you've
said it.

And I guess we can't definitely confirm that the pin switches although the
last big problem we had was that I'd set the switch to pin 17 rather than
pin 11 (gpio 17).  What would happen then is that we would get one reading
from the 1st sensor and then it would stall/quit-out.

More soon hopefully,

Julian


On 17 May 2013 15:14, Martin Peach &amp;lt;martin.peach&amp;lt; at &amp;gt;sympatico.ca&amp;gt; wrote:

_______________________________________________
Pd-list&amp;lt; at &amp;gt;iem.at mailing list
UNSUBSCRIBE and account-management -&amp;gt; http://lists.puredata.info/listinfo/pd-list
&lt;/pre&gt;</description>
    <dc:creator>Julian Brooks</dc:creator>
    <dc:date>2013-05-17T14:50:29</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.multimedia.puredata.general/90932">
    <title>Re: Sensors GPIO Raspberry Pi Pd</title>
    <link>http://permalink.gmane.org/gmane.comp.multimedia.puredata.general/90932</link>
    <description>&lt;pre&gt;
Sure.


You need to show me your code... The file I sent was to read two 
sensors. The second was the 1X8 sensor so it reads a different number of 
bytes. You have to change that, everything else should be the same..



Yes, just connect the A select line of the 4051 (pin 11) directly to 
3.3V or ground to select one or the other. But disconnect the GPIO pin 
when you do that.


Sounds like the multiplexer isn't working right. Do you have a photo of 
your setup? Can you confirm that the GPIO pin switches?

Martin


_______________________________________________
Pd-list&amp;lt; at &amp;gt;iem.at mailing list
UNSUBSCRIBE and account-management -&amp;gt; http://lists.puredata.info/listinfo/pd-list

&lt;/pre&gt;</description>
    <dc:creator>Martin Peach</dc:creator>
    <dc:date>2013-05-17T14:14:54</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.multimedia.puredata.general">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.multimedia.puredata.general</link>
  </textinput>
</rdf:RDF>
