Re: [PD] how to expand time limit for video delay?

2015-09-21 Thread Arturo Moya Villén
So many thanks, IOhannes, for your generous and detailed reply! The idea of making a one year's delay it was only in my mind, and now I can see it´s not a so distant sci-fi matter! At this moment I'll be happy using the lenghtest delay my Imac can support. I´m gonna try to do it with a 64 bits

Re: [PD] [PD-announce] ANN: pd-l2ork version 20150917 now available

2015-09-21 Thread IOhannes m zmoelnig
On 2015-09-21 03:42, Ivica Ico Bukvic wrote: > I think that was because it was built with libMagick++4 whereas 14.04 > and newer Ubuntu versions have libMagick++5. I am not sure why this > matters (sounds to me like something may be improperly symlinked > system-wise). i would say that Debian has

Re: [PD] reading arrays from an external

2015-09-21 Thread IOhannes m zmoelnig
On 2015-09-21 00:22, oscar pablo di liscia wrote: > Hi list. > I have a question on allocating data and reading it through an external. > As I have seen so far, the externals that reads arrays, as tabread, allocate > the data in their own memory space. As far as I can understand, this result > in

Re: [PD] Pduino and arudino mini pro/raspi debian- Pduino or Comport?

2015-09-21 Thread Martin Peach
On Mon, Sep 21, 2015 at 10:35 PM, Richie Cyngler wrote: > Funny I was just working on this this morning looking for a simple > solution for my students. > > I found this http://colinzyskowski.com/?page_id=503 to access analogRead. > > It kind of works. The third pot

Re: [PD] [PD-announce] ANN: pd-l2ork version 20150917 now available

2015-09-21 Thread Ivica Ico Bukvic
You're welcome. Glad to hear it all works now. BTW, 20150921 release is now up for 32bit and 64bit Ubuntu, as well as RPi. Only changes are fixes for problems Jonghyun Kim reported. Best, Ico On 9/21/2015 12:49 PM, Jonghyun Kim wrote: It's awesome! Ivica, thanks for great release

Re: [PD] how to expand time limit for video delay?

2015-09-21 Thread patrice colet
hi, the amount of people's movement has a limit, it's the farthest point it can reach in the movie, and it determines your buffer size using pix_buffer Le 21/09/2015 10:04, Arturo Moya Villén a écrit : Thanks for your reply, Johnny. I'm not sure it's possible to do my project in the way

Re: [PD] how to expand time limit for video delay?

2015-09-21 Thread hi via Pd-list
Hi Arturo, i once build a machine that should record too long videos for one file, and playing them back later in the same show, so i had to split it automatically in parts. I imagine if you now give your parts clever names (maybe time stamp) you could dynamically access all the material

Re: [PD] [PD-announce] ANN: pd-l2ork version 20150917 now available

2015-09-21 Thread IOhannes m zmoelnig
On 2015-09-21 15:30, Jonathan Wilkes via Pd-list wrote: >> i would say that Debian has a pretty well established system to avoid > breakage of applications due to library incompatibilities. > I'm dense. Would you mind pointing out the part of the Pd-l2ork build > systemwhere Ivica is linking the

Re: [PD] Pduino and arudino mini pro/raspi debian- Pduino or Comport?

2015-09-21 Thread Richie Cyngler
Funny I was just working on this this morning looking for a simple solution for my students. I found this http://colinzyskowski.com/?page_id=503 to access analogRead. It kind of works. The third pot interferes with the other two and when I modified to code to add a fourth it interfers or doesn't

Re: [PD] Pduino and arudino mini pro/raspi debian- Pduino or Comport?

2015-09-21 Thread Pagano, Patrick
I could not get the arduino pro mini to work with just comport no matter how i tried, so i installed "Pduino" and after installing pd-mapping, pd-pure, pd-moocow [pdstring] i got it to work Patrick Pagano B.S, M.F.A Audio and Projection Design Faculty Digital Worlds Institute University of

Re: [PD] Pduino and arudino mini pro/raspi debian- Pduino or Comport?

2015-09-21 Thread Ivica Ico Bukvic
Another alternative--if you need Arduino for connecting GPIO (including software PWM for analog out) and potentially analog inputs, you may be better off getting Modern Device LOP shield for RPi (I worked with it on RPi 1 rev. B model, and according to online RPi2 specs it should be also

Re: [PD] Pduino and arudino mini pro/raspi debian- Pduino or Comport?

2015-09-21 Thread Ivica Ico Bukvic
If connecting to serial port works when you run pd with sudo privileges, you will need to add your user is to the dialout group. See http://unix.stackexchange.com/questions/14354/read-write-to-a-serial-port-without-root for more info. HTH On 9/21/2015 1:56 PM, Pagano, Patrick wrote: I have

Re: [PD] Pduino and arudino mini pro/raspi debian- Pduino or Comport?

2015-09-21 Thread Ivica Ico Bukvic
Two more considerations: making sure you have the right firmware on the Arduino (sometimes it gets corrupt for seemingly no apparent reason and you need to reupload it), and finally making sure that it's getting enough power through RPi's USB port to provide stable operation. On 9/21/2015

Re: [PD] Small single board computer recommendations?

2015-09-21 Thread Ivica Ico Bukvic
In 2014 I did a RPi (v.1. rev.B) orchestra as part of a gifted summer program for middle school kids. For approx. $100, you can get everything you need to get it going, including soundcard, speakers (powered through RPi), mic, and a Modern Device LOP shield that essentially replaces Arduino.

Re: [PD] Pduino and arudino mini pro/raspi debian- Pduino or Comport?

2015-09-21 Thread Pagano, Patrick
?i sent that message to it ]devicename /dev/ttyS1/S0 and it does not exist so i tried to create it with mknod and it created the names in /dev but they are not accessible. selecting device in the toggles in the pduino stuff only finds device 0 I am wondering if it's a linux issue because the

Re: [PD] [PD-announce] ANN: pd-l2ork version 20150917 now available

2015-09-21 Thread Ivica Ico Bukvic
Benjamin and others who may be having problems with png images, please check if you have libmagick++-dev, libmagickcore5-extra libmagick++-dev libmagickcore-dev libmagick++5 and libmagickcore5 installed. If not, please report what you may be missing. If yes, please confirm. Many thanks! As a

Re: [PD] reading arrays from an external

2015-09-21 Thread IOhannes m zmoelnig
On 2015-09-21 16:04, oscar pablo di liscia wrote: > Many thanks. I am trying to load in a table spectral data to make > these data available to an arbitrary number of "readers". I will see > how I can deal with this using the tabread and tabwrite externals. > Also, it is not clear to me the

Re: [PD] [PD-announce] ANN: pd-l2ork version 20150917 now available

2015-09-21 Thread Jonghyun Kim
It's awesome! Ivica, thanks for great release! Jonghyun On Tue, Sep 22, 2015 at 12:37 AM, Ivica Ico Bukvic wrote: > Benjamin and others who may be having problems with png images, please > check if you have libmagick++-dev, libmagickcore5-extra libmagick++-dev > libmagickcore-dev

Re: [PD] Small single board computer recommendations?

2015-09-21 Thread Martin Peach
On Mon, Sep 21, 2015 at 1:11 PM, William Huston wrote: > I hope this is relevant to this list! > > I am having big dreams about what can be done with cheap, tiny computers > running PD. Look at the various Laptop Orchestras popping up. So exciting! > > My minimum

Re: [PD] Pduino and arudino mini pro/raspi debian- Pduino or Comport?

2015-09-21 Thread IOhannes m zmölnig
On 09/21/2015 05:17 PM, Pagano, Patrick wrote: > ?i sent that message to it ]devicename /dev/ttyS1/S0 and it does not exist so > i tried to create it with mknod and it created the names in /dev but they are > not accessible. mknod? this sounds like you are following advice from the 1990s. these

Re: [PD] Pduino and arudino mini pro/raspi debian- Pduino or Comport?

2015-09-21 Thread Pagano, Patrick
I have done all of that for use with the ardunio uno, it's when the raspi2 is directly connected to the serial pins that it does not connect. I tested the device on mac and used the ALLINPUTS firmata and it works with a virtual serial created by FTDI just can't seem to talk to it with Linux

Re: [PD] PVoc patch "bug"?

2015-09-21 Thread Alexandre Torres Porres
my patch has a little issue, I'm saying the delay line is 6 ms (this is for the wrapping objects) when it's only 4000, but that is not a problem for what I'm asking here as the wrapping doesn't influence anything. It's just something weird that happens even without the wrapping. I wonder

[PD] Pduino and arudino mini pro/raspi debian- Pduino or Comport?

2015-09-21 Thread Pagano, Patrick
Hello I want to use the arduino pro mini with pure data on the serial pins on the raspberry pi2 board for a project i am working on. My Arduino Uno works fine but i assume that is i assume because i am getting the serial data sent on the USB which seems to show up as /dev/ttyAMA0 in

Re: [PD] Pduino and arudino mini pro/raspi debian- Pduino or Comport?

2015-09-21 Thread Martin Peach
On Mon, Sep 21, 2015 at 10:55 AM, Pagano, Patrick wrote: > Hello > > > I want to use the arduino pro mini with pure data on the serial pins on > the raspberry pi2 board for a project i am working on. My Arduino Uno works > fine but i assume that is i assume because i

[PD] Delay time limit bug (was: PVoc patch "bug"?)

2015-09-21 Thread Alexandre Torres Porres
> the actual limit of the delay line is the buffersize minus the windows size actually, I made some tests and it is the (buffersize - windows size + one block 0f 64 samples). But anyway, this limitation is what I perceived, but I fail to see why any such limitation should happen. If the delay is