mirror of
https://codeberg.org/uzu/strudel
synced 2026-08-08 07:38:13 -04:00
make bank a normal param
This commit is contained in:
@@ -4979,8 +4979,4 @@ Pattern.prototype.piano = function () {
|
||||
const pan = panwidth(Math.min(midi / maxPan, 1), 0.5);
|
||||
return { ...value, pan: (value.pan || 1) * pan };
|
||||
});
|
||||
};
|
||||
|
||||
Pattern.prototype.soundbank = function (name) {
|
||||
return this.fmap((v) => ({ ...v, s: `${name}_${v.s}` }));
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user