[PD] Question newbie mulit-dim array

2006-12-25 Thread Jiri Heitlager
hello list, I am just starting to use Pd and have a lot to learn. I am currently trying to build a simple sequencer for controlling 8 speaker channels. I use qlist for this where each line is formatted like this. millisec target message as example a line is: 1000 que [sp1 on] [sp2 off] [sp3

[PD] Multi dimensional [list]

2006-12-25 Thread Jiri Heitlager
Is it possible to create a [list] where each item is a [list]? Thank you ___ PD-list@iem.at mailing list UNSUBSCRIBE and account-management - http://lists.puredata.info/listinfo/pd-list

Re: [PD] soundfiler

2006-12-25 Thread Frank Barknecht
Hallo, [EMAIL PROTECTED] hat gesagt: // [EMAIL PROTECTED] wrote: Hi, like sent a message to soundfiler: [read -resize C:\Documents and Settings\myname\folder\folder\filename.aif tablename]. I forgot which way slashes go after C: and stuff. This is on PC, windows. K. then there's a table

Re: [PD] Multi dimensional [list]

2006-12-25 Thread Frank Barknecht
Hallo, Jiri Heitlager hat gesagt: // Jiri Heitlager wrote: Is it possible to create a [list] where each item is a [list]? Not without tricks. See the list fifo thread from last week or so for one such trick. If you want a list of lists data structure in Pd, you can do it with Pd's data

[PD] reverse delay for live signal processing?

2006-12-25 Thread Kevin McCoy
Hello listy, A lot of my friends play instruments I would like to process in realtime. I understand that one popular approach is with delay objects. At first I was wondering if there was a special array that didn't give dropouts when it was rewritten in realtime. I don't think there is? But

Re: [PD] reverse delay for live signal processing?

2006-12-25 Thread Peter Plessas
Hi Kevin, i think you are getting dropouts when using arrays since the graphical data in the array object is being updated. Use the [table] object (which is the same as an array, but without the graphical display right visible. The waveform is accessible once you double-click it). Using

Re: [PD] reverse delay for live signal processing?

2006-12-25 Thread Kevin McCoy
Peter! You're the man. That opens so many possibilities for me. Thanks! Always wondered what the difference was there. I will look into vasp. Kevin On 12/25/06, Peter Plessas [EMAIL PROTECTED] wrote: Hi Kevin, i think you are getting dropouts when using arrays since the graphical data in