Assign SFZ soundfonts as drumkits

Please let our ADS show!

This sites offers only FREE software and it's supported by a few advertisement boxes (no intrusive popups).
Please:

  • disable your AdBlocker by adding CoolSoft website to whitelist
  • give the proper cookie consent
  • enable JavaScript for this website

This seconds wait is to let you update your browser configuration...

Ok, I've done the required changes... now show me your content!
!!! Please enable JavaScript !!!

Pages

Posts: 9
Joined: April 28, 2020 - 12:12
Re: Assign SFZ soundfonts as drumkits
falcosoft wrote:

You should try what I have written above. Your method of 128 + 15 will not work. Bank offsets above 128 results in further banks in Drum channel. So your example Bank offset 128 + 15 will results in that your Drum instrument will be available at Bank 15 at Drum channel 10.

This works :

sf1=standard-kit.sfz
sf1.enabled=1
sf1.preset=0
sf1.bank=128
sf2=power-kit.sfz
sf2.enabled=1
sf2.preset=16
sf2.bank=128

to sum up :

bank=0 for melodic, bank=128 for drums and preset is patch/program number.

VMS UI should be updated to allow entering bank values > 127 but this can be achieved by using an import file.

Posts: 1972
Joined: March 25, 2012 - 01:19
Re: Assign SFZ soundfonts as drumkits

Fixed bank offset, now accepts -127...255.
You'll find the fix in next release.

Pages