-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathonce-help.pd
25 lines (25 loc) · 1.06 KB
/
once-help.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
#N canvas 514 170 608 432 10;
#X msg 223 114 bang;
#X obj 223 211 print;
#X obj 223 162 once;
#X obj 4 -57 cnv 15 600 66 empty empty once 18 30 0 48 -1 -260097 0
;
#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 522 344 pd LICENSE;
#X text 14 347 http://yvanvolochine.com;
#X text 25 29 Let pass anything just once.;
#X obj 310 130 bng 15 250 50 0 empty empty reset 17 7 0 10 -262144
-1 -1;
#X connect 0 0 2 0;
#X connect 2 0 1 0;
#X connect 7 0 2 1;