-
-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
put at end of process(); send loadbang for first iteration
- Loading branch information
Showing
2 changed files
with
8 additions
and
5 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 |
---|---|---|
@@ -1,6 +1,9 @@ | ||
#N canvas 502 0 450 300 12; | ||
#X obj 99 115 r __hv_bang~; | ||
#X obj 99 140 outlet; | ||
#N canvas 502 0 549 254 12; | ||
#X obj 99 102 r __hv_bang~; | ||
#X obj 99 173 outlet; | ||
#X obj 99 71 inlet; | ||
#X text 151 69 inlet is inactive; | ||
#X obj 128 132 r __hv_loadbang; | ||
#X text 255 111 because we only receive the first bang at the end of the first process() loop we first send a loadbang; | ||
#X connect 0 0 1 0; | ||
#X connect 4 0 1 0; |