i'm sorry to post another help request about this, anyway i really can't solve my problem. I've tried out everything i could read on this forum and obviously i debugged all my patch.
I want to save some presets on .txt file so i create a subpatch in witch parameters are receive-d and writed in a table. every number has his location on the table. then:
[bang (
|
[r array1]
|
[savepanel]
|
[symbol]
|
[write $1.txt (
|
and 'till here all works fine (i.e. the .txt is written well)
then i use openpanel:
[bang (
|
[r array1]
|
[savepanel]
|
[t b b s]
| | |
| [symbol]
| |
[write $1.txt (
| |
|
|
[subpatch in where all parameters are rerouted to their destination (in the same order of the previuos subpatch)]
This seems to work fine, but somewhere the parameters are correctly received somewhere only some, somewhere else not at all (i've noticed it behaves following a routine: what works will continue working and viceversa) and it's strange: i've used copy and paste.
please help me, i'm driving crazy!