-
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.
Merge pull request #24 from FlachyJoe/dev
Dev
- Loading branch information
Showing
13 changed files
with
312 additions
and
96 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
#N canvas 1950 162 734 537 12; | ||
#X obj 130 70 fc_isList; | ||
#X obj 190 450 fc_list; | ||
#X obj 130 100 list; | ||
#X obj 190 100 list; | ||
#X obj 130 10 inlet; | ||
#X obj 130 490 outlet; | ||
#X msg 190 420 \$1 \$2 \$3; | ||
#X obj 130 40 t a a a; | ||
#X obj 190 220 list; | ||
#X obj 250 220 list; | ||
#X obj 190 130 t a a a; | ||
#X obj 190 190 fc_isVector; | ||
#X obj 190 390 list trim; | ||
#X obj 190 160 list trim; | ||
#X obj 310 360 list; | ||
#X obj 370 360 list; | ||
#X obj 310 270 t a a a; | ||
#X obj 310 300 list trim; | ||
#X obj 310 330 fc_isRotation; | ||
#X connect 0 0 2 0; | ||
#X connect 0 1 3 0; | ||
#X connect 1 0 5 0; | ||
#X connect 2 0 5 0; | ||
#X connect 3 0 10 0; | ||
#X connect 4 0 7 0; | ||
#X connect 6 0 1 0; | ||
#X connect 7 0 0 0; | ||
#X connect 7 1 2 1; | ||
#X connect 7 2 3 1; | ||
#X connect 8 0 12 0; | ||
#X connect 9 0 16 0; | ||
#X connect 10 0 13 0; | ||
#X connect 10 1 8 1; | ||
#X connect 10 2 9 1; | ||
#X connect 11 0 8 0; | ||
#X connect 11 1 9 0; | ||
#X connect 12 0 6 0; | ||
#X connect 13 0 11 0; | ||
#X connect 14 0 12 0; | ||
#X connect 15 0 5 0; | ||
#X connect 16 0 17 0; | ||
#X connect 16 1 14 1; | ||
#X connect 16 2 15 1; | ||
#X connect 17 0 18 0; | ||
#X connect 18 0 14 0; | ||
#X connect 18 1 15 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
#N canvas 1633 170 570 570 12; | ||
#X obj 50 10 inlet; | ||
#X msg 210 280 0; | ||
#X obj 100 180 list split 1; | ||
#X obj 100 210 list trim; | ||
#X obj 100 80 route list; | ||
#X obj 210 180 list length; | ||
#X obj 100 110 t l l; | ||
#X obj 100 280 ==; | ||
#X obj 210 210 - 1; | ||
#X obj 50 40 t b a; | ||
#X obj 30 400 spigot; | ||
#X obj 30 430 outlet; | ||
#X obj 148 364 == 0; | ||
#X obj 100 400 spigot; | ||
#X obj 104 316 t f f; | ||
#X obj 100 430 outlet; | ||
#X obj 100 240 route float; | ||
#X connect 0 0 9 0; | ||
#X connect 1 0 14 0; | ||
#X connect 2 0 3 0; | ||
#X connect 2 2 1 0; | ||
#X connect 3 0 16 0; | ||
#X connect 4 0 6 0; | ||
#X connect 4 1 1 0; | ||
#X connect 5 0 8 0; | ||
#X connect 6 0 2 0; | ||
#X connect 6 1 5 0; | ||
#X connect 7 0 14 0; | ||
#X connect 8 0 7 1; | ||
#X connect 9 0 10 0; | ||
#X connect 9 0 13 0; | ||
#X connect 9 1 4 0; | ||
#X connect 10 0 11 0; | ||
#X connect 12 0 13 1; | ||
#X connect 13 0 15 0; | ||
#X connect 14 0 10 1; | ||
#X connect 14 1 12 0; | ||
#X connect 16 0 7 0; | ||
#X connect 16 1 1 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,13 @@ | ||
#N canvas 182 391 450 325 12; | ||
#X obj 113 74 inlet; | ||
#X obj 113 206 outlet; | ||
#X msg 194 162 0; | ||
#X msg 113 162 1; | ||
#X obj 113 118 route Rot Yaw-Pitch-Roll; | ||
#X connect 0 0 4 0; | ||
#X connect 2 0 1 0; | ||
#N canvas 1911 264 450 325 12; | ||
#X obj 10 10 inlet; | ||
#X obj 10 110 outlet; | ||
#X obj 10 40 route Rot Yaw-Pitch-Roll; | ||
#X msg 10 70 bang; | ||
#X msg 90 70 bang; | ||
#X obj 90 110 outlet; | ||
#X connect 0 0 2 0; | ||
#X connect 2 0 3 0; | ||
#X connect 2 1 3 0; | ||
#X connect 2 2 4 0; | ||
#X connect 3 0 1 0; | ||
#X connect 4 0 3 0; | ||
#X connect 4 1 3 0; | ||
#X connect 4 2 2 0; | ||
#X connect 4 0 5 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,13 @@ | ||
#N canvas 167 388 450 300 12; | ||
#X obj 113 74 inlet; | ||
#X obj 113 206 outlet; | ||
#X msg 194 162 0; | ||
#X msg 113 162 1; | ||
#X obj 113 118 route Vector Pos; | ||
#X connect 0 0 4 0; | ||
#X connect 2 0 1 0; | ||
#X connect 3 0 1 0; | ||
#X connect 4 0 3 0; | ||
#X connect 4 1 3 0; | ||
#X connect 4 2 2 0; | ||
#N canvas 1695 264 450 325 12; | ||
#X obj 20 10 inlet; | ||
#X obj 20 130 outlet; | ||
#X obj 20 50 route Vector Pos; | ||
#X obj 110 130 outlet; | ||
#X msg 20 90 bang; | ||
#X msg 110 90 bang; | ||
#X connect 0 0 2 0; | ||
#X connect 2 0 4 0; | ||
#X connect 2 1 4 0; | ||
#X connect 2 2 5 0; | ||
#X connect 4 0 1 0; | ||
#X connect 5 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
#N canvas 911 212 450 325 12; | ||
#X obj 90 90 print \$1; | ||
#X obj 90 30 inlet; | ||
#X obj 90 60 fc_str; | ||
#X connect 1 0 2 0; | ||
#X connect 2 0 0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
#N canvas 580 378 450 300 12; | ||
#X obj 10 100 fc_process; | ||
#X obj 10 71 list prepend str; | ||
#X obj 10 10 inlet; | ||
#X obj 10 40 fc_unList; | ||
#X obj 10 129 outlet; | ||
#X connect 0 0 4 0; | ||
#X connect 1 0 0 0; | ||
#X connect 2 0 3 0; | ||
#X connect 3 0 1 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
#N canvas 1856 254 816 576 12; | ||
#X obj 100 10 inlet; | ||
#X obj 150 240 outlet; | ||
#X obj 100 90 fc_isList; | ||
#X obj 160 120 any; | ||
#X obj 100 40 t a a a; | ||
#X obj 100 120 any; | ||
#X obj 100 150 list split 2; | ||
#X obj 180 210 print; | ||
#X msg 180 180 ERROR in list computation; | ||
#X connect 0 0 4 0; | ||
#X connect 2 0 5 0; | ||
#X connect 2 1 3 0; | ||
#X connect 3 0 1 0; | ||
#X connect 4 0 2 0; | ||
#X connect 4 1 5 1; | ||
#X connect 4 2 3 1; | ||
#X connect 5 0 6 0; | ||
#X connect 6 1 1 0; | ||
#X connect 6 2 8 0; | ||
#X connect 8 0 7 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
#N canvas 560 324 450 325 12; | ||
#X obj 110 30 inlet; | ||
#X obj 110 60 fc_vectorXYZ; | ||
#X obj 10 30 inlet; | ||
#X obj 110 110 *; | ||
#X obj 140 110 *; | ||
#X obj 170 110 *; | ||
#X obj 110 150 fc_vector; | ||
#X obj 110 180 outlet; | ||
#X text 110 10 vector; | ||
#X text 10 10 scalar; | ||
#X obj 10 60 t f f f; | ||
#X connect 0 0 1 0; | ||
#X connect 1 0 3 1; | ||
#X connect 1 1 4 1; | ||
#X connect 1 2 5 1; | ||
#X connect 2 0 10 0; | ||
#X connect 3 0 6 0; | ||
#X connect 4 0 6 1; | ||
#X connect 5 0 6 2; | ||
#X connect 6 0 7 0; | ||
#X connect 10 0 3 0; | ||
#X connect 10 1 4 0; | ||
#X connect 10 2 5 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
Oops, something went wrong.