protected noteReleased()

in src/app/keyboard.component.ts [77:82]


  protected noteReleased() {
    if (this.oscillatorNode) {
      this.oscillatorNode.stop();
    }
    this.currentNote = ['', -1];
  }