GameOfLife / Unit-Lib

The Unit Library is a system that provides high level abstractions on top of the SuperCollider language.
25 stars 6 forks source link

UGlobalControl.current should to be saved somehow #26

Open miguel-negrao opened 10 years ago

miguel-negrao commented 10 years ago

Currently a score that makes use of UGlobalControl will not save the actual values in UGlobalControl.current, so the score doesn't save all the necessary information to retrieve the previous state of the score. Currently I have to save UGlobalControl.current to another file.

UGlobalControl.current should be save somehow. Either it can be saved with the score or it can be saved with a session of which a score is part of. Which would be the best option ?

woutersnoei commented 10 years ago

Yes this still needs do be designed further indeed. Ideally I would like to have the UGlobalControl separate from the score file. Then it could be swapped for example when using another midi controller. I suppose it could go in a session, or indeed it could also be saved separately.

miguel-negrao commented 10 years ago

Having to load two files feels kind of clunky, perhaps better to save it with a session.