OSC/SuperDirt fixes (#1093)
* If note is a midi note, and it's sent together with octave to SuperDirt, then that will be wrong. instead we should to midinote whenever sure that it's a midi note. * mapbank to work like tidal's drumFrom * roomsize is size in SuperDirt * fix tidal-sniffer * export `registerControl` (but see #1098)
This commit is contained in:
parent
55c7f2b575
commit
e268802f3c
3 changed files with 12 additions and 4 deletions
|
|
@ -47,7 +47,7 @@ export function createParam(names) {
|
|||
return func;
|
||||
}
|
||||
|
||||
function registerControl(names, ...aliases) {
|
||||
export function registerControl(names, ...aliases) {
|
||||
const name = Array.isArray(names) ? names[0] : names;
|
||||
let bag = {};
|
||||
bag[name] = createParam(names);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue