Increase polyphony and comment out debug logs

Updated the polyphony level from 10 to 20 to enhance sound capability and commented out several debug logs for cleaner console output. Additionally, commented out a block of code related to sine wave modulation that appears unnecessary at this stage. The console log message for registering the processor was slightly modified for consistency.
This commit is contained in:
2024-12-09 19:51:57 +01:00
parent 29aac228e5
commit 4c00356dff
2 changed files with 9 additions and 7 deletions

View File

@@ -124,7 +124,7 @@ object Midi {
hex.append(data[index].toString(16))
hex.append(" ")
}
console.log("Midi message:", hex)
//console.log("Midi message:", hex)
VstChipWorklet.postMessage(
message.data
)