diff options
Diffstat (limited to 'hid_cube.pd')
-rw-r--r-- | hid_cube.pd | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/hid_cube.pd b/hid_cube.pd new file mode 100644 index 0000000..761bf14 --- /dev/null +++ b/hid_cube.pd @@ -0,0 +1,13 @@ +#N canvas 710 539 475 301 10; +#X obj 72 63 inlet; +#X obj 72 240 outlet; +#X text 120 63 input range: -1 to 1; +#X text 128 240 output range: 0 to 1; +#X obj 72 104 + 1; +#X obj 72 128 / 2; +#X obj 72 166 pow 3; +#X text 7 9 [hid_cube]; +#X connect 0 0 4 0; +#X connect 4 0 5 0; +#X connect 5 0 6 0; +#X connect 6 0 1 0; |