-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update deprecated objs to use zexy single binary, remove colors-plugi…
…n.tcl see colors fork of pd https://github.com/sebshader/pure-data/blob/colors/doc/7.stuff/colors-plugin.txt for color plugin
- Loading branch information
Showing
9 changed files
with
224 additions
and
230 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 |
---|---|---|
@@ -1,22 +1,24 @@ | ||
#N canvas 232 124 514 352 10; | ||
#X floatatom 175 55 20 0 0 0 - - -, f 20; | ||
#X symbolatom 51 219 65 0 0 0 - - -, f 65; | ||
#X declare -stdlib zexy; | ||
#X floatatom 175 55 20 0 0 0 - - -; | ||
#X symbolatom 51 219 65 0 0 0 - - -; | ||
#X obj 57 91 1scomp; | ||
#X symbolatom 51 237 65 0 0 0 - - -, f 65; | ||
#X symbolatom 51 237 65 0 0 0 - - -; | ||
#X obj 60 116 binlist; | ||
#X obj 165 102 binlist; | ||
#X obj 116 31 loadbang; | ||
#X msg 122 110 symbol; | ||
#X text 239 21 should give 1s compliment of a number; | ||
#X obj 66 143 zexy/list2symbol; | ||
#X obj 170 142 zexy/list2symbol; | ||
#X obj 344 85 declare -stdlib zexy; | ||
#X obj 170 142 list2symbol; | ||
#X obj 66 143 list2symbol; | ||
#X connect 0 0 2 0; | ||
#X connect 0 0 5 0; | ||
#X connect 2 0 4 0; | ||
#X connect 4 0 9 0; | ||
#X connect 4 0 11 0; | ||
#X connect 5 0 10 0; | ||
#X connect 6 0 7 0; | ||
#X connect 7 0 9 1; | ||
#X connect 7 0 10 1; | ||
#X connect 9 0 3 0; | ||
#X connect 7 0 11 1; | ||
#X connect 10 0 1 0; | ||
#X connect 11 0 3 0; |
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
Oops, something went wrong.