Remove useless code

This commit is contained in:
2023-08-22 09:31:51 +03:00
parent 160dd66c33
commit 566d6ce79b

View File

@ -90,9 +90,7 @@ export class Note extends Event {
this.midiConnection.getMidiOutputIndex(this.values.port) :
this.midiConnection.getCurrentMidiPortIndex();
if (bend) this.midiConnection.sendPitchBend(bend, channel);
this.midiConnection.sendMidiNote(note, channel, velocity, duration, port, bend);
//if (bend) this.midiConnection.sendPitchBend(8192, channel);
}
}