diff options
author | Cyrille Henry <nusmuk@users.sourceforge.net> | 2012-11-02 20:48:39 +0000 |
---|---|---|
committer | Cyrille Henry <nusmuk@users.sourceforge.net> | 2012-11-02 20:48:39 +0000 |
commit | 533a75a9f57f73711e7e3c5afef0ce83f632ca4c (patch) | |
tree | fe993107368de483579f729a2514cdaf7106a855 /examples/2.audio-subprocess.pd | |
parent | c91564bfae33b251d39dac61179a32835af6781e (diff) |
more examples...
svn path=/trunk/externals/share_mem/; revision=16522
Diffstat (limited to 'examples/2.audio-subprocess.pd')
-rw-r--r-- | examples/2.audio-subprocess.pd | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/examples/2.audio-subprocess.pd b/examples/2.audio-subprocess.pd deleted file mode 100644 index e0da616..0000000 --- a/examples/2.audio-subprocess.pd +++ /dev/null @@ -1,16 +0,0 @@ -#N canvas 128 649 713 267 12; -#X declare -path ..; -#X msg 429 57 \; pd dsp 1; -#X obj 429 33 loadbang; -#X obj 46 187 dac~ 1 2; -#X obj 81 130 stdout; -#X obj 290 28 adc~ 1; -#X text 69 54 forward audio using diferent way; -#X obj 363 115 declare -path ..; -#X obj 47 26 shmem_receive~ 1212; -#X obj 81 99 shmem_send~ 1213; -#X connect 1 0 0 0; -#X connect 4 0 2 1; -#X connect 7 0 2 0; -#X connect 7 0 8 0; -#X connect 8 0 3 0; |