Re: [PD] servo pinmode on [arduino]

2012-01-29 Thread Hans-Christoph Steiner
I think it depends on the servo, unfortunately. When I wrote that code, I tested it with 2 or 3 servos that I had, and it went 180 with those. There are also servos that do more or less than 180, like 90 or 360, even 720 or more. .hc On Jan 28, 2012, at 2:07 PM, Matteo Sisti Sette wrote: >

Re: [PD] [PD-announce] Windows and Debian packages for PuREST JSON

2012-01-29 Thread Hans-Christoph Steiner
I made a 32-bit Mac OS X build, try it here: http://autobuild.puredata.info/pdlab/purest_json.zip .hc On Jan 29, 2012, at 12:56 PM, m.e.grimm wrote: > no: > > "Failed: no package found for specification 'libjson'!" > > all i see as a fink package is libjson-glib > > but maybe me being on 10

Re: [PD] [PD-announce] Windows and Debian packages for PuREST JSON

2012-01-29 Thread Hans-Christoph Steiner
This is great, I'm happy to see you working on it more. I'm also looking to working with more data sources. I've played around with it a little, and am getting a crash running on Mac OS X 10.6.8/64-bit. I open the rest-json-help.pd and add a [json-decode] to the bottom of the [rest-json] ob

Re: [PD] precision of vline~ and/or pd messaging

2012-01-29 Thread Roman Haefeli
On Sun, 2012-01-29 at 18:30 +0100, João Pais wrote: > Hi, > > another chapter in this: I just tried out the same patch, using now > [metro] instead of Lyon's objects. The problem is that the results are > still quite simliar, i.e. I still get clicks (almost) every 125ms (the > beat duration), resu

Re: [PD] Pd-extended 0.43 tests builds usable again

2012-01-29 Thread Max
Am 29.01.2012 um 20:38 schrieb Hans-Christoph Steiner: > On Jan 29, 2012, at 1:43 PM, Max wrote: >> Am 28.01.2012 um 19:52 schrieb Hans-Christoph Steiner: >>> On Jan 27, 2012, at 11:53 AM, Max wrote: Apple allowed to change the language of a single Application through the properties (Ctr

Re: [PD] Pd-extended 0.43 tests builds usable again

2012-01-29 Thread Hans-Christoph Steiner
On Jan 29, 2012, at 1:43 PM, Max wrote: > Am 28.01.2012 um 19:52 schrieb Hans-Christoph Steiner: >> On Jan 27, 2012, at 11:53 AM, Max wrote: >> Am 24.01.2012 um 15:37 schrieb Joson Android: One thing bothers me: How to change the language from German to English? MacOSX10.6.7 >>>

Re: [PD] Pd-extended 0.43 tests builds usable again

2012-01-29 Thread Max
Am 28.01.2012 um 19:52 schrieb Hans-Christoph Steiner: > On Jan 27, 2012, at 11:53 AM, Max wrote: > Am 24.01.2012 um 15:37 schrieb Joson Android: >>> One thing bothers me: How to change the language from German to English? >>> >>> MacOSX10.6.7 >> >> Apple allowed to change the language of a sing

Re: [PD] [PD-announce] Windows and Debian packages for PuREST JSON

2012-01-29 Thread m.e.grimm
no: "Failed: no package found for specification 'libjson'!" all i see as a fink package is libjson-glib but maybe me being on 10.7 has something to do with it? http://pdb.finkproject.org/pdb/package.php/libjson-glib = no source distribution On Sun, Jan 29, 2012 at 11:00 AM, Hans-Christoph

Re: [PD] pd-extended 0.42-5 zexy <~, >~, !=~, ==~ not working (win32, linux)

2012-01-29 Thread Hans-Christoph Steiner
I think you need [import hexloader]. .hc On Jan 29, 2012, at 10:05 AM, John Harrison wrote: > I've tried to create zexy's <~, >~, !=~, ==~ objects in 0.42-5 for both > win32 and linux and they do not create successfully on either platform. Am I > doing something silly? If not, is there a wor

Re: [PD] [PD-announce] Windows and Debian packages for PuREST JSON

2012-01-29 Thread Hans-Christoph Steiner
On Mac OS X: fink install libjson On Debian/etc: apt-get install libjson0-dev .hc On Jan 29, 2012, at 9:25 AM, m.e.grimm wrote: > i get: > > purest_json.h:7:23: error: json/json.h: No such file or directory > > where is json.h? > > m > > > On Sun, Jan 29, 2012 at 12:13 AM, Hans-Christoph S

[PD] pd-extended 0.42-5 zexy <~, >~, !=~, ==~ not working (win32, linux)

2012-01-29 Thread John Harrison
I've tried to create zexy's <~, >~, !=~, ==~ objects in 0.42-5 for both win32 and linux and they do not create successfully on either platform. Am I doing something silly? If not, is there a workaround for 0.42-5? ___ Pd-list@iem.at mailing list UNSUBSCR

Re: [PD] [PD-announce] Windows and Debian packages for PuREST JSON

2012-01-29 Thread m.e.grimm
i get: purest_json.h:7:23: error: json/json.h: No such file or directory where is json.h? m On Sun, Jan 29, 2012 at 12:13 AM, Hans-Christoph Steiner wrote: > > This fork I just did should be easy to build on Mac: > https://github.com/eighthave/PuRestJson > > Just have Xcode installed, and the