I'm using arrays to store drum patterns in a patch and trying to find a way of saving any changes to the arrays that I make at the end of a session, possibly to new arrays to make new drum patterns. Can I use savepanel for this? if so, how to implement it - I've seen the following in control examples:-
[bang]
|
[savepanel]
|
[array99 $1 write]
but not sure what the $1 and write are for in this case, since in my case the array would already have been written to (i just want to save it to disk).