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:
@@ -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
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user