diff options
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | examples/1.basic_example-subprocess.pd (renamed from examples/1.b.basic_example.pd) | 0 | ||||
-rw-r--r-- | examples/1.basic_example.pd (renamed from examples/1.a.basic_example.pd) | 14 | ||||
-rw-r--r-- | examples/2.audio-subprocess.pd (renamed from examples/shmem_audio-subprocess.pd) | 0 | ||||
-rw-r--r-- | examples/2.audio.pd (renamed from examples/shmem_audio-help.pd) | 32 |
5 files changed, 24 insertions, 24 deletions
@@ -13,7 +13,7 @@ SOURCES = shmem.c PDOBJECTS = shmem_receive~.pd shmem_send~.pd # example patches and related files, in the 'examples' subfolder -EXAMPLES = shmem_audio-help.pd shmem_audio-subprocess.pd +EXAMPLES = 1.basic_example.pd 1.basic_example-subprocess.pd 2.audio.pd 2.audio-subprocess.pd # manuals and related files, in the 'manual' subfolder MANUAL = diff --git a/examples/1.b.basic_example.pd b/examples/1.basic_example-subprocess.pd index 2e29022..2e29022 100644 --- a/examples/1.b.basic_example.pd +++ b/examples/1.basic_example-subprocess.pd diff --git a/examples/1.a.basic_example.pd b/examples/1.basic_example.pd index aca9611..e065bf8 100644 --- a/examples/1.a.basic_example.pd +++ b/examples/1.basic_example.pd @@ -1,4 +1,4 @@ -#N canvas 297 102 626 385 10; +#N canvas 212 155 626 385 10; #X declare -path ..; #N canvas 0 22 450 300 (subpatch) 0; #X array data 100 float 2; @@ -6,7 +6,6 @@ #X restore 374 162 graph; #X text 30 23 Basic sharing of memory data between two pd instances ; -#X msg 29 138 pd~ start 1.b.basic_example.pd; #X msg 48 194 pd~ stop; #X text 133 262 synchronised reading; #X obj 29 284 shmem 1003 100; @@ -16,8 +15,9 @@ #X text 44 116 launch subprocess; #X obj 29 222 pd~ -ninsig 0 -noutsig 0 -fifo 20; #X obj 39 52 declare -path ..; -#X connect 2 0 10 0; -#X connect 3 0 10 0; -#X connect 6 0 5 0; -#X connect 7 0 8 0; -#X connect 10 0 6 0; +#X msg 29 138 pd~ start 1.basic_example-subprocess.pd; +#X connect 2 0 9 0; +#X connect 5 0 4 0; +#X connect 6 0 7 0; +#X connect 9 0 5 0; +#X connect 11 0 9 0; diff --git a/examples/shmem_audio-subprocess.pd b/examples/2.audio-subprocess.pd index e0da616..e0da616 100644 --- a/examples/shmem_audio-subprocess.pd +++ b/examples/2.audio-subprocess.pd diff --git a/examples/shmem_audio-help.pd b/examples/2.audio.pd index f89ec45..1960676 100644 --- a/examples/shmem_audio-help.pd +++ b/examples/2.audio.pd @@ -1,4 +1,4 @@ -#N canvas 735 424 632 604 12; +#N canvas 733 430 632 604 12; #X declare -path ..; #X msg 435 99 \; pd dsp 1; #X msg 38 74 pd~ stop; @@ -11,7 +11,6 @@ #X obj 233 140 tgl 15 0 empty empty empty 17 7 0 10 -262144 -1 -1 0 1; #X obj 25 23 declare -path ..; -#X msg 29 51 pd~ start shmem_audio-subprocess.pd; #X obj 29 224 pd~ -ninsig 1 -noutsig 2 -fifo 20; #X obj 281 109 tgl 15 0 empty empty empty 17 7 0 10 -262144 -1 -1 0 1; @@ -116,20 +115,21 @@ #X restore 276 426 pd oscillo; #X text 36 527 using the object \, audio is delay by 1 bloc (64 samples) ; -#X connect 1 0 11 0; +#X msg 29 51 pd~ start 2.audio-subprocess.pd; +#X connect 1 0 10 0; #X connect 2 0 0 0; -#X connect 3 0 11 0; -#X connect 4 0 14 0; +#X connect 3 0 10 0; +#X connect 4 0 13 0; #X connect 5 0 4 0; -#X connect 6 0 18 0; -#X connect 7 0 14 0; +#X connect 6 0 17 0; +#X connect 7 0 13 0; #X connect 8 0 7 1; -#X connect 10 0 11 0; -#X connect 11 0 6 0; -#X connect 11 1 17 0; -#X connect 11 2 16 0; -#X connect 12 0 13 0; -#X connect 13 0 8 0; -#X connect 14 0 3 0; -#X connect 14 0 11 0; -#X connect 15 0 7 0; +#X connect 10 0 6 0; +#X connect 10 1 16 0; +#X connect 10 2 15 0; +#X connect 11 0 12 0; +#X connect 12 0 8 0; +#X connect 13 0 3 0; +#X connect 13 0 10 0; +#X connect 14 0 7 0; +#X connect 19 0 10 0; |