hostile.pd 6.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237
  1. #N canvas 0 30 1022 568 12;
  2. #X declare -path ../merzdata;
  3. #X declare -path ../lib/audio;
  4. #X declare -path ../lib/harmony;
  5. #X declare -path ../lib/list;
  6. #X declare -path ../lib/rhythm;
  7. #X declare -path ../lib/control;
  8. #N canvas 0 30 1022 568 ideas 0;
  9. #X text 458 82 some jumping filters;
  10. #X text 455 124 some boolean expressions;
  11. #X text 457 164 some samplers with some glitch;
  12. #X text 11 128 some drum machine break beat;
  13. #X text 11 31 some audio-triggered drum machine;
  14. #X text 18 79 perhaps using threshold;
  15. #X text 11 104 loudness triggered drum;
  16. #X text 18 190 chorus/phaser;
  17. #X text 19 247 enable/disable;
  18. #X text 19 285 go to next part;
  19. #X text 162 283 programmable;
  20. #X text 459 31 collatz;
  21. #X text 19 222 markov/stat3es;
  22. #X text 15 447 jayne-style octave shift;
  23. #X text 18 469 using tabs;
  24. #X text 19 330 sample selector;
  25. #X text 21 264 a composition thing;
  26. #X text 25 385 eq thingy?;
  27. #X text 17 56 perhaps list-driven (for easier automation);
  28. #X text 12 149 event gen \, optionally rhythmic;
  29. #X text 226 81 sub-beats;
  30. #X text 219 103 swing \, again?;
  31. #X text 445 214 layer of loops!;
  32. #X text 442 239 in the sampler;
  33. #X text 424 325 chord inversion (not just list rotation!);
  34. #X text 457 417 sampler should use BOTH osc and phasor;
  35. #X text 454 444 for optional wobble;
  36. #X restore 14 69 pd ideas;
  37. #N canvas 0 50 1022 568 bouncy 0;
  38. #X floatatom 260 308 5 0 0 0 - - -, f 5;
  39. #X floatatom 315 310 5 0 0 0 - - -, f 5;
  40. #X obj 173 456 dac~;
  41. #X obj 172 416 *~;
  42. #X obj 219 418 *~;
  43. #X floatatom 256 375 5 0 0 0 - - -, f 5;
  44. #X obj 204 285 line;
  45. #X obj 189 141 t b b;
  46. #X obj 219 319 pow;
  47. #X msg 382 207 2;
  48. #X obj 181 202 random 5000;
  49. #X msg 107 149 300;
  50. #X msg 164 107 50;
  51. #X msg 189 241 1 \$1;
  52. #X msg 272 235 \$1 0;
  53. #X obj 236 170 random 200;
  54. #X obj 137 77 delay 4000;
  55. #X obj 69 44 metro 7000;
  56. #X obj 68 7 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1
  57. -1;
  58. #X obj 95 11 tgl 15 0 empty empty empty 17 7 0 10 -262144 -1 -1 0 1
  59. ;
  60. #X obj 165 353 pingpong~;
  61. #X obj 133 274 drum~;
  62. #X connect 0 0 20 2;
  63. #X connect 1 0 20 3;
  64. #X connect 3 0 2 0;
  65. #X connect 4 0 2 1;
  66. #X connect 5 0 4 1;
  67. #X connect 5 0 3 1;
  68. #X connect 6 0 8 0;
  69. #X connect 7 0 10 0;
  70. #X connect 7 1 15 0;
  71. #X connect 8 0 20 2;
  72. #X connect 9 0 8 1;
  73. #X connect 10 0 13 0;
  74. #X connect 11 0 7 0;
  75. #X connect 11 0 21 0;
  76. #X connect 12 0 7 0;
  77. #X connect 12 0 21 1;
  78. #X connect 13 0 6 0;
  79. #X connect 14 0 6 0;
  80. #X connect 15 0 14 0;
  81. #X connect 16 0 12 0;
  82. #X connect 17 0 11 0;
  83. #X connect 17 0 16 0;
  84. #X connect 18 0 17 0;
  85. #X connect 19 0 17 0;
  86. #X connect 20 0 3 0;
  87. #X connect 20 1 4 0;
  88. #X connect 21 0 3 0;
  89. #X connect 21 0 20 0;
  90. #X restore 14 37 pd bouncy;
  91. #N canvas 0 50 786 568 new_shit 0;
  92. #X obj 147 219 expr 1/$f1;
  93. #X obj 146 250 phasor~;
  94. #X obj 87 134 walk;
  95. #X obj 92 93 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1
  96. -1;
  97. #X floatatom 91 171 5 0 0 0 - - -, f 5;
  98. #X floatatom 119 95 5 0 0 0 - - -, f 5;
  99. #X obj 176 142 echo~;
  100. #X obj 57 226 sampler~;
  101. #X connect 0 0 1 0;
  102. #X connect 1 0 7 2;
  103. #X connect 2 0 4 0;
  104. #X connect 3 0 2 0;
  105. #X connect 5 0 2 0;
  106. #X restore 16 98 pd new_shit;
  107. #N canvas 0 50 1022 568 imports 0;
  108. #X obj 42 16 declare -path ../merzdata;
  109. #X obj 42 77 declare -path ../lib/audio;
  110. #X obj 45 47 declare -path ../lib/harmony;
  111. #X obj 31 111 declare -path ../lib/list;
  112. #X obj 257 13 declare -path ../lib/rhythm;
  113. #X obj 14 138 declare -path ../lib/control;
  114. #X restore 12 9 pd imports;
  115. #N canvas 0 50 1022 568 rhythm 0;
  116. #X obj 316 199 beat;
  117. #X floatatom 382 154 5 1 20 0 metre - -, f 5;
  118. #X floatatom 332 130 5 20 640 0 bpm - -, f 5;
  119. #X obj 266 143 tgl 15 0 empty empty empty 17 7 0 10 -262144 -1 -1 0
  120. 1;
  121. #X floatatom 397 323 5 0 0 0 - - -, f 5;
  122. #X floatatom 489 136 5 1 20 0 metre - -, f 5;
  123. #X obj 369 226 subbeat;
  124. #X msg 234 213 1 3 4;
  125. #X msg 154 233 1 2 5 6;
  126. #X obj 291 318 find;
  127. #X obj 272 415 drum~;
  128. #X connect 0 0 6 0;
  129. #X connect 0 0 9 0;
  130. #X connect 1 0 0 2;
  131. #X connect 2 0 0 1;
  132. #X connect 3 0 0 0;
  133. #X connect 5 0 6 1;
  134. #X connect 6 0 4 0;
  135. #X connect 7 0 9 1;
  136. #X connect 8 0 9 1;
  137. #X connect 9 0 10 0;
  138. #X restore 27 155 pd rhythm;
  139. #X obj 460 105 bind;
  140. #X msg 462 71 q w e r t y;
  141. #X obj 452 170 tgl 15 0 empty empty empty 17 7 0 10 -262144 -1 -1 0
  142. 1;
  143. #X obj 455 137 route 0 1 2 3 4 5;
  144. #X obj 179 250 sampler~;
  145. #X msg 155 174 hostile.wav;
  146. #X floatatom 272 175 5 0 0 0 - - -, f 5;
  147. #X obj 186 469 vol~;
  148. #X obj 183 527 dac~;
  149. #X floatatom 330 164 5 0 0 0 - - -, f 5;
  150. #X obj 203 332 pingpong~;
  151. #X floatatom 280 280 5 0 0 0 - - -, f 5;
  152. #X floatatom 337 270 5 0 0 0 - - -, f 5;
  153. #X obj 684 436 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144
  154. -1 -1;
  155. #X obj 399 346 fiddle~;
  156. #X obj 735 462 drum~;
  157. #X obj 681 396 bonk~;
  158. #X obj 408 490 harmonics;
  159. #X obj 408 409 t b f;
  160. #X obj 402 376 int;
  161. #X floatatom 586 430 5 0 0 0 - - -, f 5;
  162. #X floatatom 465 445 5 0 0 0 - - -, f 5;
  163. #X obj 303 424 notes~;
  164. #X msg 408 443 0 2 4;
  165. #X obj 558 333 fiddle~;
  166. #X msg 420 259 amp-range 80 100;
  167. #X msg 606 249 amp-range 40 50;
  168. #X obj 556 362 int;
  169. #X msg 606 388 3;
  170. #X obj 521 404 t b f;
  171. #X obj 472 412 int;
  172. #X msg 518 432 0 2 4;
  173. #X obj 857 413 bonk~;
  174. #X msg 854 369 minvel 30;
  175. #X msg 858 315 attack-frames 30;
  176. #X obj 887 467 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144
  177. -1 -1;
  178. #X msg 860 267 useloudness 1;
  179. #X obj 89 354 sampler~;
  180. #X obj 79 269 tgl 15 0 empty empty empty 17 7 0 10 -262144 -1 -1 0
  181. 1;
  182. #X floatatom 101 224 5 0 0 0 - - -, f 5;
  183. #X floatatom 159 213 5 0 0 0 - - -, f 5;
  184. #X msg 749 260 useloudness 0;
  185. #X msg 679 352 minvel 50;
  186. #X msg 682 293 attack-frames 10;
  187. #X connect 5 0 8 0;
  188. #X connect 6 0 5 0;
  189. #X connect 8 0 7 0;
  190. #X connect 9 0 19 0;
  191. #X connect 9 0 21 0;
  192. #X connect 9 0 29 0;
  193. #X connect 9 0 12 0;
  194. #X connect 9 0 42 1;
  195. #X connect 9 0 37 0;
  196. #X connect 10 0 9 0;
  197. #X connect 11 0 9 2;
  198. #X connect 12 0 13 0;
  199. #X connect 12 1 13 1;
  200. #X connect 14 0 9 3;
  201. #X connect 15 0 12 0;
  202. #X connect 15 1 12 1;
  203. #X connect 16 0 15 2;
  204. #X connect 17 0 15 3;
  205. #X connect 19 0 24 0;
  206. #X connect 19 0 35 0;
  207. #X connect 20 0 12 0;
  208. #X connect 21 0 18 0;
  209. #X connect 21 0 20 0;
  210. #X connect 22 0 27 0;
  211. #X connect 23 0 28 0;
  212. #X connect 23 1 22 1;
  213. #X connect 24 0 23 0;
  214. #X connect 24 0 22 1;
  215. #X connect 25 0 22 3;
  216. #X connect 26 0 22 2;
  217. #X connect 29 0 32 0;
  218. #X connect 30 0 19 0;
  219. #X connect 31 0 29 0;
  220. #X connect 32 0 34 0;
  221. #X connect 33 0 25 0;
  222. #X connect 34 0 36 0;
  223. #X connect 34 1 22 1;
  224. #X connect 36 0 22 0;
  225. #X connect 37 0 20 1;
  226. #X connect 37 0 40 0;
  227. #X connect 38 0 37 0;
  228. #X connect 39 0 37 0;
  229. #X connect 41 0 37 0;
  230. #X connect 42 0 15 0;
  231. #X connect 43 0 42 0;
  232. #X connect 44 0 42 2;
  233. #X connect 45 0 42 3;
  234. #X connect 46 0 21 0;
  235. #X connect 47 0 21 0;
  236. #X connect 48 0 21 0;