Closed AlanPaine closed 1 year ago
Creating multiple instruments' Soundfont 'at the same time using' setVolume 'causes the other instruments to be changed as well. How to set a single volume instead of a global one
The volume is set globally for each instrument. It means that it will affect all notes of the given instrument.
See example: https://jsfiddle.net/k235cmp4/1/
Creating multiple instruments' Soundfont 'at the same time using' setVolume 'causes the other instruments to be changed as well. How to set a single volume instead of a global one