MARCHPERC3.SF2 SOUNDFONT USAGE

(for general soundfont usage, click here)
 
The Marching Percussion Soundfont (MARCHPERC.SF2) was originally created by Eric Landis
I created MARCHPERC3.SF2 (and, before that, MARCHPERC2.SF2), by using the above and adding some other voices from some other soundfonts to round it out (I used Vienna Soundfont Studio 2.3, available free from Creative's Website.
 
Use the following to set the default voices to map to the corresponding Soundfont:

UPDATE Nov. 2003 -- Soundfont should be installed in Bank 001 - see this
SET DEFAULTS=MARCHPERC.SF2,1 or MARCHPERC2.SF2,1
(The 1s above and below indicates which BANK you've installed the soundfont in) This will do the equivalent of the following automatically (i.e. more easily)
   SET TRACKBANK( 1)=1;SET TRACKBANK( 2)=1;SET TRACKBANK( 3)=1;SET TRACKBANK( 4)=1
   SET TRACKPATCH(1)=0;SET TRACKPATCH(2)=0;SET TRACKPATCH(3)=0;SET TRACKPATCH(4)=0
   SET BARBANK=1;SET BEATBANK=1;SET BARPATCH=0;SET BEATPATCH=0
   'the above will apply for 8 tracks if SET STANDALONE=TRUE
   SET TRACKVOICES(1)=77,79,81,73,111,117 (Snare, Snare Gak, Snare Ping, Stick Click,Crash,RideBell)
   SET TRACKVOICES(2)=87,85,82,80,78,88   (Tenors with Gak on voice F)
   SET TRACKVOICES(3)=72,69,66,63,60,57   (Basses)
   SET TRACKVOICES(4)=113,114,115,116,117,118 (YamahaCrash1,ClosedHH,OpenHH,HHfoot,RideBell,RidePing)
   SET VOICEBEAT=75
   SET VOICEBAR=111
Actual Voices in MARCHPERC3.SF2
 
Note: the three HiHat voices have been updated from MARCHPERC2.SF2
 
Voice(s)Note RangeNotes
Bass 50-51 
Bass 452-59 
Bass 360-63 
Bass 264-67 
Bass 168-7272 is top bass
Stick Click73 
Hand Clap74taken from a different soundfont
Cowbell75taken from a different soundfont
Rim Tap76taken from a different soundfont
Snare77Kevlar head, of course
Tenor 578 
Snare Gak79 
Tenor 480 
Snare Ping81 
Tenor 382-84 
Tenor 285-88 
Tenor 189-109Experiment with tenor voices to suit yourself
Crash1111taken from a different soundfont;
MedCrashCymbal112taken from a different soundfont;
YamahaCrash1113taken from a different soundfont;
HiHat Closed114taken from a different soundfont;
HiHat Open115taken from a different soundfont;
HiHat foot116taken from a different soundfont;
Ride Bell117taken from a different soundfont;
Ride Ping118taken from a different soundfont;

Click here for Soundfont Installation instructions
Click here to download the soundfont
Click here to download a MP3 example of the soundfont
 



General Soundfont Info

(i.e. not using MARCHPERC3.SF2)
The important Drumputer statements are:
SET TRACKBANK(#)=bank number from 0 to 127 for TRACK #
SET TRACKPATCH(#)=patch number from 0 to 127 for TRACK #
SET BARBANK,BARPATCH,BEATBANK,BEATPATCH - like the above
SET TRACKVOLUMES(#)=list of volumes for TRACK #
SET TRACKVOICES(#)=list of voices for TRACK #
SET VOICEBEAT=note number from BEATPATCH
SET VOICEBAR=note number from BARPATCH

Updated Fall 2003