-
kkl
@oid ok thank you, yes I have been using the help function. I've fixed his now, the problem was making a loop back from mod to float to update the count. It now cycles through the array.
-
kkl
@kkl the patch flow is the following for the oscillator part: Metro -> float_> +1 Counter -> Mod 96 -> Array Get -> Oscillator -> DAC
My data has 96 integers.
-
kkl
Hello, I am making some good progress with my sonification patch, and can now load values and send them to oscillators etc. I have been recommended to use openpanel which I have set up to read an array, and send it to an oscillator. my issue is I can only get it to send the whole array, rather than each value in the array, so my oscillators are only playing the first value in the array. How can I tell it I want it to cycle through the data? I have a counter, and mod in operation. my console prints all values each time the toggle prompts it to change values.
-
kkl
Hi and massive thanks for the answers to my two previous questions. I will calm down from posting very soon. I have one final question if people could point me in the right direction. I now can read my data and print it out using get text. I want now to map this data to a range of frequencies so that my lowest value triggers 50hz sine tone, and my highest 13k hz. I need to know how to tell pure data to do the mapping, and how to send the values to the oscillators. Quite complex perhaps, but I plan to spend the next few weeks tinkering with this. Many thanks again for the help so far.
-
kkl
hello, I have loaded some data into the text object but it does not seem to flow to other objects, or to the print console. I can see it is loaded into the object as when I click it while the program is running it shows up in the text window. But I cannot get it to show up in a number box, or the console. I have tried unpack and adding a bang, but these do not work.
-
kkl
I was wondering if you could be so kind as to answer another question, I have now the data in the text or textfile object, but although I can see this data stored in the objects when I join them to print, they do not show up in the PD console. How can I send the values onwards?
-
kkl
amazing, thank you so much, I have been trying to figure this out for a whole day.
-
kkl
hi, hi,
I am new to puredata, and trying to build a really simply sonification patch. I am however stuck at the very beginning with trying to get the patch to read and print data. I've tried many many different things and can see online textdefine is then link to a 'read' object, however if I ever try and make a read object no matter how I describe its location the box is always red. Is read an object? or do I 'put' something else to get it to work? the file is in the same location as the patch, and I have also defined the path, non of this works.