GameOfLife / GameOfLife/Unit-Lib
Get visual feedback from units
Nobody has claimed this yet.
- Dominant language
- SuperCollider
- Stars
- 27
- Forks
- 6
- PR merge metrics
- No merged PRs in 30d
Description
It would be nice to be able to automatically create visualizers in the guis based on information sent from the synth via SendTrig. For instance in a compressor have a bar indicating the amount of gain reduction in dBs. The syntax in Udef this could be like
UVisualizer.kr(reduction "gain reduction", \db.asSpec)
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 tracing how Udef and SendTrig currently communicate with the GUIs. Define how the proposed UVisualizer.kr syntax should turn sent unit information into a visual control, then verify the compressor example displays gain reduction in dBs automatically.
Written by the indexing model from the issue text.
Assessment
- Domain
- desktop
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100