Skip to content

Commit f83bd71

Browse files
committed
added new projects
1 parent cbadf4c commit f83bd71

20 files changed

+36704
-0
lines changed

data-stream-switch/data-stream-switch.maxpat

+3,133
Large diffs are not rendered by default.

jitter-to-vizzie/jit-desktop-to-vizzie.maxhelp

+811
Large diffs are not rendered by default.

sampler/components/sampler-2dphasor-mod.maxpat

+1,132
Large diffs are not rendered by default.

sampler/components/sampler-file-waveform-mod.maxpat

+406
Large diffs are not rendered by default.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,173 @@
1+
{
2+
"patcher" : {
3+
"fileversion" : 1,
4+
"appversion" : {
5+
"major" : 6,
6+
"minor" : 1,
7+
"revision" : 3,
8+
"architecture" : "x86"
9+
}
10+
,
11+
"rect" : [ 25.0, 69.0, 598.0, 257.0 ],
12+
"bglocked" : 0,
13+
"openinpresentation" : 0,
14+
"default_fontsize" : 12.0,
15+
"default_fontface" : 0,
16+
"default_fontname" : "Arial",
17+
"gridonopen" : 0,
18+
"gridsize" : [ 15.0, 15.0 ],
19+
"gridsnaponopen" : 0,
20+
"statusbarvisible" : 2,
21+
"toolbarvisible" : 1,
22+
"boxanimatetime" : 200,
23+
"imprint" : 0,
24+
"enablehscroll" : 1,
25+
"enablevscroll" : 1,
26+
"devicewidth" : 0.0,
27+
"description" : "",
28+
"digest" : "",
29+
"tags" : "",
30+
"boxes" : [ {
31+
"box" : {
32+
"fontname" : "Arial",
33+
"fontsize" : 12.0,
34+
"id" : "obj-129",
35+
"maxclass" : "newobj",
36+
"numinlets" : 1,
37+
"numoutlets" : 1,
38+
"outlettype" : [ "signal" ],
39+
"patching_rect" : [ 230.25, 140.0, 117.0, 20.0 ],
40+
"text" : "receive~ pitch-scale"
41+
}
42+
43+
}
44+
, {
45+
"box" : {
46+
"fontname" : "Arial",
47+
"fontsize" : 12.0,
48+
"id" : "obj-126",
49+
"maxclass" : "newobj",
50+
"numinlets" : 0,
51+
"numoutlets" : 1,
52+
"outlettype" : [ "" ],
53+
"patching_rect" : [ 467.25, 188.0, 59.0, 20.0 ],
54+
"text" : "r buf-end"
55+
}
56+
57+
}
58+
, {
59+
"box" : {
60+
"fontname" : "Arial",
61+
"fontsize" : 12.0,
62+
"id" : "obj-125",
63+
"maxclass" : "newobj",
64+
"numinlets" : 0,
65+
"numoutlets" : 1,
66+
"outlettype" : [ "" ],
67+
"patching_rect" : [ 361.25, 188.0, 62.0, 20.0 ],
68+
"text" : "r buf-start"
69+
}
70+
71+
}
72+
, {
73+
"box" : {
74+
"fontname" : "Arial",
75+
"fontsize" : 12.0,
76+
"id" : "obj-119",
77+
"maxclass" : "newobj",
78+
"numinlets" : 0,
79+
"numoutlets" : 1,
80+
"outlettype" : [ "" ],
81+
"patching_rect" : [ 264.0, 163.0, 79.0, 20.0 ],
82+
"text" : "r note-trigger"
83+
}
84+
85+
}
86+
, {
87+
"box" : {
88+
"fontname" : "Arial",
89+
"fontsize" : 12.0,
90+
"id" : "obj-107",
91+
"maxclass" : "newobj",
92+
"numinlets" : 2,
93+
"numoutlets" : 1,
94+
"outlettype" : [ "float" ],
95+
"patching_rect" : [ 264.0, 188.0, 32.5, 20.0 ],
96+
"text" : "f"
97+
}
98+
99+
}
100+
, {
101+
"box" : {
102+
"fontname" : "Arial",
103+
"fontsize" : 12.0,
104+
"id" : "obj-85",
105+
"maxclass" : "newobj",
106+
"numinlets" : 3,
107+
"numoutlets" : 2,
108+
"outlettype" : [ "signal", "signal" ],
109+
"patching_rect" : [ 255.25, 228.0, 231.0, 20.0 ],
110+
"text" : "groove~ samplebuffer 1 @loop 1"
111+
}
112+
113+
}
114+
],
115+
"lines" : [ {
116+
"patchline" : {
117+
"destination" : [ "obj-85", 0 ],
118+
"disabled" : 0,
119+
"hidden" : 0,
120+
"source" : [ "obj-107", 0 ]
121+
}
122+
123+
}
124+
, {
125+
"patchline" : {
126+
"destination" : [ "obj-107", 0 ],
127+
"disabled" : 0,
128+
"hidden" : 0,
129+
"source" : [ "obj-119", 0 ]
130+
}
131+
132+
}
133+
, {
134+
"patchline" : {
135+
"destination" : [ "obj-107", 1 ],
136+
"disabled" : 0,
137+
"hidden" : 0,
138+
"source" : [ "obj-125", 0 ]
139+
}
140+
141+
}
142+
, {
143+
"patchline" : {
144+
"destination" : [ "obj-85", 1 ],
145+
"disabled" : 0,
146+
"hidden" : 0,
147+
"source" : [ "obj-125", 0 ]
148+
}
149+
150+
}
151+
, {
152+
"patchline" : {
153+
"destination" : [ "obj-85", 2 ],
154+
"disabled" : 0,
155+
"hidden" : 0,
156+
"source" : [ "obj-126", 0 ]
157+
}
158+
159+
}
160+
, {
161+
"patchline" : {
162+
"destination" : [ "obj-85", 0 ],
163+
"disabled" : 0,
164+
"hidden" : 0,
165+
"source" : [ "obj-129", 0 ]
166+
}
167+
168+
}
169+
],
170+
"dependency_cache" : [ ]
171+
}
172+
173+
}

0 commit comments

Comments
 (0)