mirror of
https://codeberg.org/uzu/strudel
synced 2026-07-13 06:19:33 -04:00
included midichan value in midikeys haps
This commit is contained in:
@@ -633,7 +633,7 @@ export async function midikeys(input) {
|
||||
*/
|
||||
return;
|
||||
} else {
|
||||
value = { ...value, note: Math.round(note), velocity: velocity / 127 };
|
||||
value = { ...value, note: Math.round(note), velocity: velocity / 127, midichan: message.channel };
|
||||
}
|
||||
kHaps[input].push(new Hap(span, span, value, {}));
|
||||
if (!noteoff && triggerAvailable) {
|
||||
|
||||
Reference in New Issue
Block a user