-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
look for the DSP file in all Pd's search paths
- Loading branch information
1 parent
41aaa25
commit 2f99806
Showing
2 changed files
with
44 additions
and
13 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,23 @@ | ||
#N canvas 471 124 627 394 10; | ||
#X obj 286 115 tgl 15 0 empty empty empty 17 7 0 10 -262144 -1 -1 0 | ||
1; | ||
#X msg 286 135 \; pd dsp \$1; | ||
#X obj 32 308 dac~ 1 2; | ||
#X obj 31 47 osc~ 220; | ||
#X msg 49 71 compile; | ||
#X obj 124 282 print; | ||
#X msg 70 95 compileoptions -single; | ||
#X msg 70 125 compileoptions -double; | ||
#X msg 70 155 compileoptions -single -double; | ||
#X obj 31 241 ../external/faustgen~ location, f 16; | ||
#X text 172 222 location.dsp must be located in the Pd search path | ||
, f 23; | ||
#X connect 0 0 1 0; | ||
#X connect 3 0 9 0; | ||
#X connect 4 0 9 0; | ||
#X connect 6 0 9 0; | ||
#X connect 7 0 9 0; | ||
#X connect 8 0 9 0; | ||
#X connect 9 0 2 0; | ||
#X connect 9 0 2 1; | ||
#X connect 9 1 5 0; |