-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update 7.[velvet~].[dust2~].pd
- Loading branch information
Showing
3 changed files
with
125 additions
and
94 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
46 changes: 23 additions & 23 deletions
46
...Live-Electronics-Tutorial/Part.03-Sound.Generators/13-Noise-Chaos/7.[velvet~].[dust2~].pd
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,29 +1,29 @@ | ||
#N canvas 312 38 714 626 12; | ||
#N canvas 312 38 714 653 12; | ||
#X declare -path else; | ||
#X obj 74 536 out~; | ||
#X obj 74 556 out~; | ||
#X obj 504 16 declare -path else; | ||
#X obj 304 373 spectrograph~ 1024 1 0 300 140 100; | ||
#X text 491 350 [spectograph~]; | ||
#X obj 74 373 graph~ 441 10 -1 1 200 140 #dfdfdf 0 1; | ||
#X obj 395 244 hsl 162 19 4.1 44100 1 0 empty empty empty -2 -10 0 12 #dfdfdf #000000 #000000 0 1; | ||
#X floatatom 392 270 8 0 0 0 - - - 0; | ||
#X obj 304 393 spectrograph~ 1024 1 0 300 140 100; | ||
#X text 491 370 [spectograph~]; | ||
#X obj 74 393 graph~ 441 10 -1 1 200 140 #dfdfdf 0 1; | ||
#X obj 395 264 hsl 162 19 4.1 44100 1 0 empty empty empty -2 -10 0 12 #dfdfdf #000000 #000000 0 1; | ||
#X floatatom 392 290 8 0 0 0 - - - 0; | ||
#X text 40 49 The [velvet~] object from ELSE randomly chooses either positive or negative impulses (1 or -1) at random positions in a given period. It is similar to [dust2~] \, which also outputs random positive and negative impulse values (any non zero value) but with no specific period., f 88; | ||
#X text 40 117 Even though you can set them to produce impulses at lower rates \, they aren't actually 'band limited' noise generators. Both can be thought of as some sort of white noise \, as their spectrum are equally balanced just like white noise. When both are at the maximum rate possible \, they become actual white noise with random values at every sample. In the case of [velvet~] \, it produces clipped white noise (like [white~ -clip]) \, while [dust2~] becomes an actual white noise., f 88; | ||
#X obj 304 298 dust2~ 4.1; | ||
#X obj 392 298 velvet~ 4.1; | ||
#X obj 304 331 xselect~ 2 1, f 13; | ||
#X obj 264 234 vradio 19 1 0 2 empty empty empty 0 -8 0 10 #dcdcdc #000000 #000000 0; | ||
#X text 285 234 dust; | ||
#X text 285 255 velvet; | ||
#X obj 264 283 + 1; | ||
#X text 458 270 rate; | ||
#X obj 304 318 dust2~ 4.1; | ||
#X obj 392 318 velvet~ 4.1; | ||
#X obj 304 351 xselect~ 2 1, f 13; | ||
#X obj 264 254 vradio 19 1 0 2 empty empty empty 0 -8 0 10 #dcdcdc #000000 #000000 0; | ||
#X text 285 254 dust; | ||
#X text 285 275 velvet; | ||
#X obj 264 303 + 1; | ||
#X text 458 290 rate; | ||
#X text 40 117 Even though you can set them to produce impulses at lower rates \, they aren't actually 'band limited' noise generators. Both can be thought of as some sort of white noise \, as their spectrum are equally balanced just like white noise. When both are at the maximum rate possible \, they become actual white noise with random values at every sample. In the case of [velvet~] \, it produces clipped white noise (like [white~ -clip]) \, while [dust2~] becomes an actual white noise. The [velvet~] object can also output pure white noise with the amplitude irregularity parameter (check its help file for details)., f 88; | ||
#X connect 4 0 0 0; | ||
#X connect 5 0 6 0; | ||
#X connect 6 0 8 0; | ||
#X connect 6 0 9 0; | ||
#X connect 6 0 10 0; | ||
#X connect 9 0 11 0; | ||
#X connect 10 0 11 1; | ||
#X connect 11 0 4 0; | ||
#X connect 11 0 2 0; | ||
#X connect 12 0 15 0; | ||
#X connect 15 0 11 0; | ||
#X connect 8 0 10 0; | ||
#X connect 9 0 10 1; | ||
#X connect 10 0 4 0; | ||
#X connect 10 0 2 0; | ||
#X connect 11 0 14 0; | ||
#X connect 14 0 10 0; |