diff --git a/src/core/audio-interface/KGAudioBus.ts b/src/core/audio-interface/KGAudioBus.ts index a85f986..e1a51db 100644 --- a/src/core/audio-interface/KGAudioBus.ts +++ b/src/core/audio-interface/KGAudioBus.ts @@ -215,7 +215,7 @@ export class KGAudioBus { this.instrument = newInstrument; // Restore volume settings - // this.updateSamplerVolume(); + this.updateSamplerVolume(); console.log(`Instrument changed successfully to ${newInstrument}`); } catch (error) {