-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from Wasted-Audio/develop
Develop
- Loading branch information
Showing
5 changed files
with
30 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
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
Submodule examples
updated
from 8a0a3f to 1c8f45
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 |
---|---|---|
@@ -0,0 +1,22 @@ | ||
#N canvas 502 156 769 574 12; | ||
#X obj 229 96 notein; | ||
#X obj 229 169 mtof; | ||
#X obj 220 348 dac~; | ||
#X obj 229 134 stripnote; | ||
#X obj 373 133 sel 0; | ||
#X obj 229 202 examples/synth_simple; | ||
#X obj 259 236 r Volume @hv_param 0 1 0.75; | ||
#X obj 230 301 *~; | ||
#X obj 259 266 hsl 128 15 0 1 0 0 empty empty empty -2 -8 0 10 #fcfcfc #000000 #000000 0 1; | ||
#X connect 0 0 3 0; | ||
#X connect 0 1 4 0; | ||
#X connect 0 1 3 1; | ||
#X connect 1 0 5 0; | ||
#X connect 3 0 1 0; | ||
#X connect 3 1 5 1; | ||
#X connect 4 0 5 2; | ||
#X connect 5 0 7 0; | ||
#X connect 6 0 8 0; | ||
#X connect 7 0 2 0; | ||
#X connect 7 0 2 1; | ||
#X connect 8 0 7 1; |