/usr/share/sounds/sf2/test.bnk is in awesfx 0.5.1a-1.1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 | # virtual bank structure
#
# source:map[:soundfont [name]]
#
# preset = preset[/bank[/keynote]]
#
# map music box on preset 0
10/0:0/0:synthgm DummyPiano
# map piano1 of chaos8m on preset 1
0/0:1/0:chaos8m Piano2
# map piano1 of synthgm on preset 2
0/0:2/0:synthgm Piano3
# use all standard drums in 2mbgmgs.sf2
0/128:0/128:2mbgmgs Standard
# map standard bass drum as room bass drum in chaos4m.sf2
0/128/35:8/128/35:chaos4m Test Drum
# include XG sfx mappings
include xgsfx.bnk
# use synthgs.sbk as default fonts
default synthgs
|