Make timbre layout responsive

This commit is contained in:
Aoife
2021-04-20 13:17:15 +02:00
parent 55e879929c
commit 35c60694ae
16 changed files with 111 additions and 121 deletions
-1
View File
@@ -67,7 +67,6 @@ function build_patch(patch) {
}
function build_timbre(num, timbre) {
console.log(timbre[0]);
return {
[`t${num}_midi_channel`]: timbre[0],
[`t${num}_assign_mode`]: getBits(timbre[1], 6, 7),