-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbenjolin-help.pd
68 lines (68 loc) · 2.05 KB
/
benjolin-help.pd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
#N struct 5599-matrixctrl float x float y float size float color float
state;
#N canvas 266 23 1218 699 10;
#X declare -path matrixctrl;
#X declare -lib iemmatrix;
#X declare -lib maxlib;
#X declare -lib zexy;
#X declare -path mmb;
#X declare -lib hexloader;
#X declare -lib creb;
#X declare -lib freeverb~;
#X text 934 635 [email protected];
#X text 934 625 DEREK HOLZER;
#X obj 20 9 benjolin \$0;
#N canvas 446 181 627 420 midistuff 0;
#X obj 18 56 s \$1-01CV-MIDI;
#X obj 128 56 s \$1-02CV-MIDI;
#X obj 18 96 s \$1-FILCV-MIDI;
#X obj 128 96 s \$1-FILTYPE-MIDI;
#X obj 248 96 s \$1-VOL-MIDI;
#X obj 18 156 s \$1-01FRQ-MIDI;
#X obj 128 156 s \$1-01RUN-MIDI;
#X obj 248 156 s \$1-02RUN-MIDI;
#X obj 363 156 s \$1-02FRQ-MIDI;
#X obj 18 206 s \$1-FILFRQ-MIDI;
#X obj 128 206 s \$1-FILRES-MIDI;
#X obj 248 206 s \$1-FILRUN-MIDI;
#X obj 363 206 s \$1-FILSWP-MIDI;
#X text 25 272 NOTE: replace \$1 with whatever unique name you have
given in each [benjolin] instance!;
#X restore 934 482 pd midistuff;
#X text 932 448 Put your MIDI controller inputs in here!;
#X text 930 106 SIGNAL INLETS;
#X text 951 129 O1 CV;
#X text 951 149 O2 CV;
#X text 951 169 FIL CV;
#X text 951 189 EXT FIL SOURCE;
#X text 951 209 EXT CLK SOURCE;
#X text 930 246 SIGNAL OUTLETS;
#X text 951 269 MAIN OUT;
#X text 951 289 O1 TRI;
#X text 951 309 O1 PLS;
#X text 951 329 O2 TRI;
#X text 951 349 O2 PLS;
#X text 951 369 PWM;
#X text 951 389 RUN;
#X text 951 409 XOR;
#X text 934 541 USAGE: [benjolin \$0] or [benjolin "uniquename"];
#X text 934 614 NOV 2016;
#X obj 949 10 adc~;
#N canvas 569 419 450 300 outlet 1;
#X obj 68 50 inlet~;
#X obj 68 210 dac~;
#X obj 114 114 rev2~ 80 90 3000 30;
#X connect 0 0 1 0;
#X connect 0 0 1 1;
#X connect 0 0 2 0;
#X connect 2 0 1 1;
#X connect 2 0 1 0;
#X restore 20 718 pd outlet + reverb;
#X obj 935 509 import freeverb~;
#X text 930 27 EXTERNAL INPUTS to this patch;
#X text 951 70 CH 2 External clock source to RUNGLER;
#X text 951 50 CH 1 External input to FILTER;
#X text 934 576 Pls see the README.TXT for more details!;
#X connect 2 0 23 0;
#X connect 22 0 2 3;
#X connect 22 1 2 4;