-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathonce.pd
29 lines (29 loc) · 1.08 KB
/
once.pd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
#N canvas 473 115 450 300 10;
#X obj 155 114 inlet;
#X obj 155 195 outlet;
#X text 166 33 pd-extended's [once];
#X obj 155 165 spigot 1;
#X obj 155 136 t 0 a;
#X text 24 261 http://yvanvolochine.com;
#X obj 208 91 inlet reset;
#X obj 208 113 t b;
#X msg 208 135 1;
#N canvas 483 222 450 300 LICENSE 0;
#X text 18 8 This program is free software: you can redistribute it
and/or modify it under the terms of the GNU General Public License
as published by the Free Software Foundation \, either version 3 of
the License \, or (at your option) any later version. This program
is distributed in the hope that it will be useful \, but WITHOUT ANY
WARRANTY \; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
for more details. You should have received a copy of the GNU General
Public License along with this program. If not \, see <http://www.gnu.org/licenses/>.
;
#X restore 348 263 pd LICENSE;
#X connect 0 0 4 0;
#X connect 3 0 1 0;
#X connect 4 0 3 1;
#X connect 4 1 3 0;
#X connect 6 0 7 0;
#X connect 7 0 8 0;
#X connect 8 0 3 1;