Skip to content

Commit 1051356

Browse files
committed
work-in-progress on fft-freezer and cleanup
1 parent 6ff23ba commit 1051356

9 files changed

Lines changed: 2636 additions & 58 deletions

File tree

mercury_ide/dev/sample-dev.txt

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,17 @@
11

22
set tempo 105
33

4-
ring bt hexBeat(928c)
5-
new sample kick_min time(1/16) beat(bt 2)
4+
ring trig hexBeat(920a)
5+
ring bt hexBeat(8)
6+
new sample harp_up time(1) gain(1) name(gng)
7+
set gng fx(freeze 1 50) beat(bt)
8+
// set gng fx(lfo 1/16)
69

7-
new sample hat_min time(1/4 1/8)
8-
new sample snare_dub time(1/2 1/4)
9-
new sample tabla_hi time(1)
10+
// ring bt hexBeat(928c)
11+
// new sample kick_min time(1/16) beat(bt 2)
12+
13+
// new sample hat_min time(1/4 1/8)
14+
// new sample snare_dub time(1/2 1/4)
15+
// new sample tabla_hi time(1)
1016

1117
silence

mercury_ide/patchers/_mercury_main.maxpat

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39202,6 +39202,8 @@
3920239202
"saved_object_attributes" : {
3920339203
"autostart" : 1,
3920439204
"defer" : 0,
39205+
"node_bin_path" : "",
39206+
"npm_bin_path" : "",
3920539207
"watch" : 1
3920639208
}
3920739209
,
@@ -44688,8 +44690,6 @@
4468844690
"saved_object_attributes" : {
4468944691
"autostart" : 1,
4469044692
"defer" : 1,
44691-
"node_bin_path" : "",
44692-
"npm_bin_path" : "",
4469344693
"watch" : 1
4469444694
}
4469544695
,
@@ -59735,13 +59735,13 @@
5973559735
"presentation_rect" : [ 210.0, 255.0, 135.0, 36.0 ],
5973659736
"saved_attribute_attributes" : {
5973759737
"valueof" : {
59738+
"parameter_type" : 0,
59739+
"parameter_unitstyle" : 4,
5973859740
"parameter_mmin" : -70.0,
5973959741
"parameter_longname" : "volume",
5974059742
"parameter_mmax" : 6.0,
5974159743
"parameter_initial" : [ 0.0 ],
59742-
"parameter_shortname" : "volume",
59743-
"parameter_type" : 0,
59744-
"parameter_unitstyle" : 4
59744+
"parameter_shortname" : "volume"
5974559745
}
5974659746

5974759747
}
@@ -62413,6 +62413,13 @@
6241362413
"type" : "JSON",
6241462414
"implicit" : 1
6241562415
}
62416+
, {
62417+
"name" : "fftFreeze~.maxpat",
62418+
"bootpath" : "~/Drive/work/code/max/major_projects/mercury_lc/mercury/mercury_ide/patchers",
62419+
"patcherrelativepath" : ".",
62420+
"type" : "JSON",
62421+
"implicit" : 1
62422+
}
6241662423
, {
6241762424
"name" : "scales.txt",
6241862425
"bootpath" : "~/Drive/work/code/max/major_projects/mercury_lc/mercury/mercury_ide/data",

0 commit comments

Comments
 (0)