Skip to content

Commit

Permalink
hex handling simplified with makefilename
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-wes committed Sep 11, 2022
1 parent 1f14f7c commit 170b8a2
Show file tree
Hide file tree
Showing 3 changed files with 155 additions and 379 deletions.
28 changes: 0 additions & 28 deletions vsl.seq-helper-byte2hex.pd

This file was deleted.

18 changes: 18 additions & 0 deletions vsl.seq-helper-rgb2hex.pd
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;
Loading

0 comments on commit 170b8a2

Please sign in to comment.