-
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.
hex handling simplified with makefilename
- Loading branch information
Showing
3 changed files
with
155 additions
and
379 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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,18 @@ | ||
#N canvas 156 156 580 439 12; | ||
#X obj 54 57 inlet; | ||
#X obj 209 57 inlet; | ||
#X obj 363 57 inlet; | ||
#X obj 54 343 outlet; | ||
#X obj 54 158 makefilename %02x; | ||
#X obj 209 158 makefilename %02x; | ||
#X obj 363 158 makefilename %02x; | ||
#X obj 54 255 pack s s s; | ||
#X msg 54 279 symbol #\$1\$2\$3; | ||
#X connect 0 0 4 0; | ||
#X connect 1 0 5 0; | ||
#X connect 2 0 6 0; | ||
#X connect 4 0 7 0; | ||
#X connect 5 0 7 1; | ||
#X connect 6 0 7 2; | ||
#X connect 7 0 8 0; | ||
#X connect 8 0 3 0; |
Oops, something went wrong.