Hi I'm a newbie and I have a question.
I'm using Maelstorm's state saving abstraction which is 'save.me.mmd' in order to save datas in my patch.
But since I wanted to be able to save datas to text files as well, I'm trying to use it with sssad module that allows me to save message that was created by 'save.me.mmd' to a text file.
Of course I could just use sssad instead of Maelstorm's but I had some problem saving local datas with it. but Maelstorm's 'save.me.mmd' seemed to be working fine regarding this.
So, I've been trying to save message that was created by 'save.me.mmd', which looks like "vslider 127, number 20, hslider 10,".
but whenever I try to save this messege in sssad module, it seemed to save and load only the last data (e.g hslider 10)
All I can assume is it happens because the message with commas is not accepted as a list.
So is there any way that I can save and load the message that is written with commas?
I would be glad if somebody could teach me how to do it.
Sorry for my bad english.