Hello;I have a problem about saving table's array. I'm trying to write my own waveform to use with [tabosc4~] but it doesn't save the waveform on array. I mean when i closed the file and reopened it, there is an empty array. I tried to check "save contents" from properties and it didn't save the array too. What should i do to save the table, or is there any other way i can use a waveform that i drew? Waiting for suggestions, thanks.
Do you save the .pd file before you close it? That should work. For example, I just created test.pd with an array inside, manually drew into the array, saved the patch, closed it and reopened it, and what I drew was saved.
Otherwise, how are you writing your own waveform? If it's another kind of process, such as using the "sinesum" message, you could [loadbang] whatever that process is when the patch opens.
D.
Uluğ Can Kazaz wrote:
Hello; I have a problem about saving table's array. I'm trying to write my own waveform to use with [tabosc4~] but it doesn't save the waveform on array. I mean when i closed the file and reopened it, there is an empty array. I tried to check "save contents" from properties and it didn't save the array too. What should i do to save the table, or is there any other way i can use a waveform that i drew? Waiting for suggestions, thanks.
Le dimanche 26 juillet 2009 à 17:34 +0300, Uluğ Can Kazaz a écrit :
Hello; I have a problem about saving table's array. I'm trying to write my own waveform to use with [tabosc4~] but it doesn't save the waveform on array. I mean when i closed the file and reopened it, there is an empty array. I tried to check "save contents" from properties and it didn't save the array too.
It is strange, it should work ! What is your configuration (OS+Pd) ? ++
Jack
What should i do to save the table, or is there any other way i can use a waveform that i drew? Waiting for suggestions, thanks.
-- U. Can KAZAZ
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Hi,
On Sun, Jul 26, 2009 at 4:34 PM, Uluğ Can Kazazuckazaz@gmail.com wrote:
I have a problem about saving table's array. I'm trying to write my own waveform to use with [tabosc4~] but it doesn't save the waveform on array.
Maybe you are using [table] -- This doesn't work, iirc: you need to create an array by using put => array from the menu for it to be saved with the patch. The [table] arrays can't be saved, even if you click the "save contents" checkbox -- this is explained in the [table] help file.
hope this helps, Johannes
Thanks Johannes; i didn't have seen this info in help, i'll try to find a solution. Derek, i'm using [tabosc4~] object which reads the table that i created. So i draw the waveform manually via mouse in table. This is how i use my own waveform.
On Sun, Jul 26, 2009 at 6:02 PM, Johannes Burström johannes@ljud.orgwrote:
Hi,
On Sun, Jul 26, 2009 at 4:34 PM, Uluğ Can Kazazuckazaz@gmail.com wrote:
I have a problem about saving table's array. I'm trying to write my own waveform to use with [tabosc4~] but it doesn't save the waveform on
array.
Maybe you are using [table] -- This doesn't work, iirc: you need to create an array by using put => array from the menu for it to be saved with the patch. The [table] arrays can't be saved, even if you click the "save contents" checkbox -- this is explained in the [table] help file.
hope this helps, Johannes