08-11-2004 10:59 AM
08-12-2004 01:44 AM
08-12-2004 10:40 AM
08-12-2004
11:24 AM
- last edited on
05-29-2026
11:02 PM
by
Content Cleaner
Not long ago I had the same decision to make. Now I'm not using configuration files but datalog files. I didn't want anybody to be able to read the files with a text editor and I didn't want to read and write every single contorl on the front panel. Using the datalog file I created a Cluster of Array of Clusters and I'm saving this main Cluster to the file. If something changes I read out the Cluster do the changes in the according position of the Array (which is the cluster with controls). Finished with this I replace the old file with the new one. The Replacing was necessary because it is not possible to writ to a certain position of a datalog file. For me that is ok. Maybe you want to check out :this thread [link removed; thread no longer available]
There are examples for configuration Files pros adn cons for datalog files.
hope this helps
ANDY
p.s: on my research I found some OpenG functions that might be useful for you :OpenG Thread [link removed; thread no longer available]