Re: [PD] Saving patch status

2009-07-09 Thread Gabriel Vinazza
YOU MADE ME REALLY HAPPY =) always though what was all about with that Number2 object... god bless pd and you guys On Thu, Jul 9, 2009 at 8:03 PM, Derek Holzer wrote: > Look at the properties of the GUI objects (right or CTL/Apple click). If you > check the "init" box, then the contents will be

Re: [PD] Saving patch status

2009-07-09 Thread Derek Holzer
Look at the properties of the GUI objects (right or CTL/Apple click). If you check the "init" box, then the contents will be saved with the patch. Not all GUI objects have an "init" property. Regular number boxes do not, Number2 boxes do, etc etc. For more complex state-saving, search for Fran

[PD] Saving patch status

2009-07-09 Thread Gabriel Vinazza
When you save a patch into a file the content of the number atoms for example are not saved, can somebody tell me if it is possible to save the entire status of the patch (kinda snapshot) or at least the numbers? I wan't to know if it is possible without arrays or similiar techniques, what is the