Skip to content

Commit

Permalink
add MC to vca.m~
Browse files Browse the repository at this point in the history
  • Loading branch information
porres committed Jan 29, 2025
1 parent 45d35b9 commit e0a0469
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 16 deletions.
28 changes: 15 additions & 13 deletions Abstractions/Merda/Modules/vca.m~-help.pd
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#N canvas 484 38 427 590 12;
#X text 229 352 see -->;
#X text 213 242 This mono VCA module has a signal input and a CV control to set the VCA level., f 23;
#X obj 289 352 about.MERDA;
#N canvas 484 38 473 631 12;
#X text 251 384 see -->;
#X text 229 187 This mono VCA module has a signal input and a CV control to set the VCA level., f 23;
#X obj 311 384 about.MERDA;
#N canvas 439 168 257 249 messages 0;
#X obj 90 158 outlet;
#X msg 90 122 master \$1;
Expand All @@ -10,15 +10,17 @@
#X connect 1 0 0 0;
#X connect 2 0 3 0;
#X connect 3 0 1 0;
#X restore 69 95 pd messages;
#X obj 54 124 else/vca.m~;
#A saved 1;
#X obj 163 71 else/glide~ 50;
#X obj 163 45 else/pulse~ 1;
#X obj 33 53 else/bl.saw~ 110;
#X obj 54 489 else/out~;
#X restore 91 127 pd messages;
#X obj 76 156 else/vca.m~;
#A saved 1.30818;
#A saved;
#X obj 185 103 else/glide~ 50;
#X text 230 258 This module has support for MultiChannels and the VU displays the average sum of all channels., f 24;
#X obj 185 77 else/pulse~ -mc 1 1.7;
#X obj 76 521 else/out.mc~;
#X obj 75 41 else/sine~ -mc 220 470;
#X connect 3 0 4 0;
#X connect 4 0 8 0;
#X connect 5 0 4 1;
#X connect 6 0 5 0;
#X connect 7 0 4 0;
#X connect 7 0 5 0;
#X connect 9 0 4 0;
13 changes: 10 additions & 3 deletions Abstractions/Merda/Modules/vca.m~.pd
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
#X obj 78 383 *~, f 4;
#X obj 103 308 r \$0-master;
#N canvas 275 222 423 453 vu 0;
#X obj 84 57 inlet~;
#X obj 85 33 inlet~;
#X obj 84 202 env~ 1024;
#X obj 176 171 abs~;
#X obj 176 236 snapshot~;
Expand All @@ -78,8 +78,11 @@
#X obj 84 347 pack;
#X obj 84 371 s \$0-vu;
#X obj 242 132 else/initmess 150;
#X connect 0 0 2 0;
#X connect 0 0 1 0;
#X obj 86 83 else/sum~;
#X obj 182 84 else/nchs~;
#X obj 160 120 /~ 1;
#X connect 0 0 13 0;
#X connect 0 0 14 0;
#X connect 1 0 6 0;
#X connect 2 0 5 0;
#X connect 3 0 4 0;
Expand All @@ -92,6 +95,10 @@
#X connect 9 0 5 3;
#X connect 10 0 11 0;
#X connect 12 0 9 0;
#X connect 13 0 15 0;
#X connect 14 0 15 1;
#X connect 15 0 2 0;
#X connect 15 0 1 0;
#X restore 100 422 pd vu;
#N canvas 165 143 367 250 route 0;
#X obj 136 57 inlet;
Expand Down

0 comments on commit e0a0469

Please sign in to comment.