Dear colleagues,
I have a list of x,y values which are to be read as frequency varying with time. i.e point (time,frequency)
Some frequencies must therefore be sounded at the same moment of time i.e. (1,100)(1,200)(1,300)
How could I get an Pd instrument(e.g. simple oscillator) to read all frequency values at X=1, together in harmony,as it were.
I have tried to use arrays but they only read one y value at a time.
I tried to unpack a qlist but unpack will only unpack 2 elements at one time
I need to unpack 30 elements from a list/textfile at one time.
I would be grateful of any comments
My final product will be a musical protrayal of the Mandelbrot set.
CormacMcCann
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp
Is there any way by using a textfile to create a graph or array that display points rather than lines
For example the following points: 1,200 1,500 1,700 1,900 1,8000
Use the qlist object to read the data in seperate blocks by altering the time of the sequence and then use several receive objects to receive all the data simultaniously. For example if the textfile looks like this;
0 foo 2; 0 foo1 3; 0 f002 90; 1000 foo 23; 1000 foo1 3; 1000 foo2 34;
it will output the first three numbers to their corresponding objects simultaniously and then the next three numbers and so on....
regards, Rory.
Do You Yahoo!? Get your free @yahoo.co.uk address at http://mail.yahoo.co.uk or your free @yahoo.ie address at http://mail.yahoo.ie