GameOfLife / GameOfLife/Unit-Lib
UGlobalControl.current should to be saved somehow
Nobody has claimed this yet.
- Dominant language
- SuperCollider
- Stars
- 27
- Forks
- 6
- PR merge metrics
- No merged PRs in 30d
Description
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 ?
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by examining how scores and sessions currently save and restore state, then trace where UGlobalControl.current is used. Decide whether that state belongs with the score or its session. Done means a saved score can restore all necessary UGlobalControl.current values without a separate file.
Written by the indexing model from the issue text.
Assessment
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100