Skip to content

Commit

Permalink
update process
Browse files Browse the repository at this point in the history
  • Loading branch information
pierreguillot committed Sep 26, 2016
1 parent 0ecebd2 commit 0c9993f
Show file tree
Hide file tree
Showing 13 changed files with 478 additions and 385 deletions.
24 changes: 17 additions & 7 deletions hoa/helps/hoa.2d.process~-help.pd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#N canvas 414 82 901 661 10;
#N canvas 117 38 901 661 10;
#X declare -path ..;
#X obj 594 28 hoa.connect;
#X obj 594 7 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1
Expand Down Expand Up @@ -39,18 +39,28 @@ instance :;
#X msg 439 245 target 1;
#X msg 510 245 target -2;
#X msg 581 245 target all;
#X obj 439 310 print;
#X obj 657 245 nbx 5 14 -1e+37 1e+37 0 0 empty empty empty 0 -8 0 10
-262144 -1 -1 0 256;
#X obj 776 224 nbx 5 14 -1e+37 1e+37 0 0 empty empty empty 0 -8 0 10
-262144 -1 -1 0.59 256;
#X obj 12 424 declare -path ..;
#X obj 12 447 hoa.credits;
#X obj 92 447 hoa-help;
#X obj 436 123 hoa.2d.process~ 4 hoa.processexample planewaves;
#X obj 439 281 hoa.2d.process~ 3 hoa.processexample2 harmonics;
#X msg 745 249 open 1 -1;
#X obj 436 123 hoa.2d.process~ 4 ../misc/hoa.proc.plwav.ex planewaves
;
#X obj 439 281 hoa.2d.process~ 3 ../misc/hoa.proc.harmo.ex harmonics
;
#X obj 439 310 print outlet-1;
#X obj 754 310 print outlet-2;
#X obj 831 243 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144
-1 -1;
#X connect 1 0 0 0;
#X connect 12 0 25 0;
#X connect 13 0 25 0;
#X connect 17 0 26 0;
#X connect 18 0 26 0;
#X connect 19 0 26 0;
#X connect 21 0 26 0;
#X connect 20 0 26 1;
#X connect 24 0 26 0;
#X connect 26 0 27 0;
#X connect 26 1 28 0;
#X connect 29 0 26 2;
19 changes: 0 additions & 19 deletions hoa/helps/hoa.processexample.pd

This file was deleted.

19 changes: 0 additions & 19 deletions hoa/helps/hoa.processexample2.pd

This file was deleted.

10 changes: 10 additions & 0 deletions hoa/misc/hoa.proc.harmo.ex.pd
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#N canvas 386 267 499 330 10;
#X obj 89 47 hoa.in 1;
#X obj 239 108 hoa.out 1;
#X obj 89 76 print \$1 \$2 \$3 \$4 \$5;
#X obj 239 47 hoa.in 2;
#X obj 89 108 hoa.out 2;
#X obj 348 51 noa.in~ extra 1;
#X connect 0 0 2 0;
#X connect 0 0 4 0;
#X connect 3 0 1 0;
5 changes: 5 additions & 0 deletions hoa/misc/hoa.proc.plwav.ex.pd
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#N canvas 386 267 499 330 10;
#X obj 89 47 hoa.in 1;
#X obj 89 278 hoa.out 1;
#X obj 89 96 print \$1 \$2 \$3 \$4;
#X connect 0 0 2 0;
Loading

0 comments on commit 0c9993f

Please sign in to comment.