-
Notifications
You must be signed in to change notification settings - Fork 762
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
class library: provide adequate GUI for node proxies of numbers
- Loading branch information
Showing
2 changed files
with
13 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
afb1e13
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi, this looks like a good approach. My only hesitation is that 'number-source' is inconvenient to type. I understand the logic behind it -- you might replace the numeric source with a synth that has arbitrary control names, so the numeric source should have a distinct name -- but it would be helpful if this could be friendlier toward live-coding. Maybe
'#'
instead of'number-source'
? Or perhapsaddSpec
could resolve nil to 'number-source' if the source is a number (but that would be a fix in quarks, not here)?