Skip to content

Commit 3cece01

Browse files
committed
new input object for microphone/external sound usage
1 parent d36ba25 commit 3cece01

4 files changed

Lines changed: 1372 additions & 18 deletions

File tree

mercury_ide/data/initials.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,4 +137,16 @@
137137
"sendOSC" : 0,
138138
"clock" : 0
139139
}
140+
,
141+
"input" : {
142+
"amp" : 0.8,
143+
"beat" : 1,
144+
"time" : 1,
145+
"warp" : 1,
146+
"ratchet" : [ 0, 2 ],
147+
"env" : -1,
148+
"pan" : 0,
149+
"name" : "no_name",
150+
"group" : "no_group"
151+
}
140152
}

0 commit comments

Comments
 (0)