in src/app/keyboard.component.ts [50:53]
ngOnInit() { this.mainGainNode.connect(this.audioContext.destination); this.mainGainNode.gain.value = 0.5; }