-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
toggle ui for numbers bounded 0 to 1
- Loading branch information
Showing
4 changed files
with
117 additions
and
29 deletions.
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
#N canvas 793 167 618 714 12; | ||
#X text 295 49 \$1: parent \$0; | ||
#X text 294 68 \$2: label; | ||
#X text 42 111 send: \$0-from-[label]; | ||
#X text 42 133 recv: \$0-to-[label]; | ||
#X text 294 29 arguments:; | ||
#X obj 299 185 r \$1-get-\$2; | ||
#X obj 299 215 list prepend \$2; | ||
#X obj 299 250 s \$1-params; | ||
#X obj 41 197 r \$1-update-\$2; | ||
#X obj 41 280 s \$1-set-\$2; | ||
#X msg 41 250 set \$1; | ||
#X obj 41 223 route float; | ||
#X obj 11 11 cnv 15 144 18 empty empty empty 3 10 0 12 #ffffff #ffffff 0; | ||
#X obj 10 10 tgl 20 0 \$1-get-\$2 \$1-set-\$2 empty 22 10 0 10 #c6feff #000000 #000000 0 1; | ||
#X text 293 91 \$3: min (always 0); | ||
#X text 292 114 \$4: min (always 1); | ||
#X connect 5 0 6 0; | ||
#X connect 6 0 7 0; | ||
#X connect 8 0 11 0; | ||
#X connect 10 0 9 0; | ||
#X connect 11 0 10 0; | ||
#X coords 0 -1 1 1 146 20 2 10 10; |