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 interferes with the other two

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 compat

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 Flo

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 Martin Peach
...and connect Tx to Rx and Rx to Tx and don't forget to connect the grounds together. Martin On Mon, Sep 21, 2015 at 6:16 PM, Ivica Ico Bukvic wrote: > Two more considerations: making sure you have the right firmware on the > Arduino (sometimes it gets corrupt for seemingly no apparent reason

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 gre

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. Pa

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 6:15

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 do

[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

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

2015-09-21 Thread Py Fave
ssd buffer? if i remember correctly you can capture a video stream to a file and read it simultaneously and asynchronously (neologism?) using linux perhaps have a look for examples of that, or..use tapes :-) ___ Pd-list@lists.iem.at mailing list UN

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 debi

Re: [PD] PVoc patch "bug"?

2015-09-21 Thread Alexandre Torres Porres
I've simplified the patch a lot so many things can be discarded. The window size shouldn't affect anything as the reading point in the delay line is fixed. Now I don't have [vline~] or anything, just a steady signal fed to [vd~], when we get close to the end of the delay line it just gets ruined,

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] 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 specification is: > > * Pi-like h

[PD] Small single board computer recommendations?

2015-09-21 Thread William Huston
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 specification is: * Pi-like horsepower * 10x buffered ADCs with 12bit precision * 4x high quality i

Re: [PD] reading arrays from an external

2015-09-21 Thread oscar pablo di liscia
Very clear, many thanks. Oscar Pablo Di Liscia 2015-09-21 11:41 GMT-03:00 IOhannes m zmoelnig : > On 2015-09-21 16:24, oscar pablo di liscia wrote: > > Many thanks. > > So that, if a table is not used in a dsp process, and we > > don't use the garray_usedindsp() function, it is safe to change >

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 libmagick++5 a

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 what'

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 q

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

2015-09-21 Thread Ivica Ico Bukvic
Go under Edit->Preferences. It should be all there. Alternately, you can use command line parameteres (do pd-l2ork -help to list all parameters). Finally, if you use Ubuntu and place pd-l2ork shortcut in the launcher, right-clicking on it should give you predefined options (ALSA vs JACK), as we

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 on

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 am getting the serial data >

[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 raspberr

Re: [PD] reading arrays from an external

2015-09-21 Thread IOhannes m zmoelnig
On 2015-09-21 16:24, oscar pablo di liscia wrote: > Many thanks. > So that, if a table is not used in a dsp process, and we > don't use the garray_usedindsp() function, it is safe to change > its contents providing the fact that this change is properly > done using the access methods available?

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

2015-09-21 Thread IOhannes m zmoelnig
On 2015-09-21 16:08, Jonathan Wilkes via Pd-list wrote: > Again: dense here. What is the relevance of your two "solutions" to the > problem the user is experiencing? it's of relevance to the packager. "the universal operating system" != "compile once, run anywhere". the gist is: if you depend

Re: [PD] reading arrays from an external

2015-09-21 Thread oscar pablo di liscia
Many thanks. So that, if a table is not used in a dsp process, and we don't use the garray_usedindsp() function, it is safe to change its contents providing the fact that this change is properly done using the access methods available? Oscar Pablo Di Liscia 2015-09-21 11:15 GMT-03:00 IOhannes m

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 meaning

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

2015-09-21 Thread Jonathan Wilkes via Pd-list
Again: dense here.  What is the relevance of your two "solutions" to the problemthe user is experiencing? -Jonathan ___ Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list

Re: [PD] reading arrays from an external

2015-09-21 Thread oscar pablo di liscia
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 meaning and the use of the function: "garray_usedindsp" and what

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] [PD-announce] ANN: pd-l2ork version 20150917 now available

2015-09-21 Thread Jonathan Wilkes via Pd-list
> 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 wrong way, and maybe explain what to replace thatcode with in

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 you

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 throug

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

2015-09-21 Thread Jonghyun Kim
Testing Video on Ubuntu 14.10 64Bit https://www.facebook.com/jonghyuncomposer/videos/1074724619218680/ On Mon, Sep 21, 2015 at 6:58 PM, Jonghyun Kim wrote: > It works. Great! I have a question. where is JACK option? It runs only > with ALSA. > > Jonghyun > akntk > > On Mon, Sep 21, 2015 at 6:3

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

2015-09-21 Thread Jonghyun Kim
It works. Great! I have a question. where is JACK option? It runs only with ALSA. Jonghyun akntk On Mon, Sep 21, 2015 at 6:39 PM, Jonghyun Kim wrote: > now it seems works. thanks! > > jonghyun > > = > $ sudo dpkg -i pd-l2ork-x86_64-20150920.deb > (Reading database ... 474214 files and direc

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

2015-09-21 Thread Jonghyun Kim
now it seems works. thanks! jonghyun = $ sudo dpkg -i pd-l2ork-x86_64-20150920.deb (Reading database ... 474214 files and directories currently installed.) Preparing to unpack pd-l2ork-x86_64-20150920.deb ... Unpacking pd-l2ork (20150920) over (20150920) ... Setting up pd-l2ork (20150920) ...

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

2015-09-21 Thread Arturo Moya Villén
Thanks for your reply, Johnny. I'm not sure it's possible to do my project in the way you say. Maybe it's helpful if I explain it a bit more: a camera is permanently recording and playing, and changing the right inlet number of pix_delay I could go to the past and back to the present, like a time m

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 Linu

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 a

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