;
;                                                                         
;                                                                         
; Example file list for software wave triggers                            
;                                                                         
; This file describes a set of digital audio samples to be played by the  
; SoundStream digital audio system in response to MIDI Note On/Off events.
;                                                                         
;                                                                    
;                                                                         
; At the beginning of the list file, use:                                 
;                                                                         
;    F=??? to declare the name of the wave library file to create         
;                                                                         
;          ??? represents a DOS filename in quotes; e.g. "demo.wvl"       
;                                                                         
;                                                                    
;                                                                         
; For each digital audio sample to be played as a MIDI instrument, use:   
;                                                                         
;    B=nnn to set XMIDI Patch Bank Select (controller 114) value          
;                                                                         
;          Set this value to 0 if your sequences do not contain Patch     
;          Bank Select controllers                                        
;                                                                         
;    P=nnn to set MIDI patch # for sound (B=0-126) or MIDI trigger key #  
;          for rhythm sound (B=127 only)                                  
;                                                                         
;    R=nnn to set root MIDI note # for sound (B=0-126)                    
;                                                                         
;          For example, middle C (C5) is note number 60; if R= parameter  
;          is not used, a value of 60 is assumed                          
;                                                                         
;          The R= parameter is not needed for bank 127 (rhythm) sounds    
;                                                                         
;                                                                    
;                                                                         
; The following parameters are used with raw data files ONLY:             
;                                                                         
;    S=nnn to set sample playback rate (11025, 22050, etc.)               
;                                                                         
;    C=nnn to set # of digital channels (1=mono, 2=stereo)                
;                                                                         
;    W=nnn to set sample word size (8 or 16 bits)                         
;                                                                         
;                                                                    
;                                                                         
; All .VOC/.WAV/raw source filenames must be enclosed in quotes ("")      
;                                                                         
; Up to 512 samples may appear in one list file.  Lines which begin with  
; semicolons are treated as comments.  Blank lines are permitted.         
;                                                                         
;

F="demo.wvl"

B=127  , P=60  , S=44100 , C=1 , W=8 , "welcome.raw"
B=127  , P=61  , S=44100 , C=1 , W=8 , "flyby.raw"
B=127  , P=62  , S=44100 , C=1 , W=8 , "she_bop.raw"
B=127  , P=63  , S=44100 , C=1 , W=8 , "charge.raw"
B=127  , P=64  , S=44100 , C=1 , W=8 , "klaxon.raw" 
B=127  , P=65  , S=44100 , C=1 , W=8 , "nirvana.raw"
B=127  , P=66  , S=44100 , C=1 , W=8 , "thriller.raw"
B=127  , P=67  , S=44100 , C=1 , W=8 , "nena.raw"
B=127  , P=68  ,                       "glass.wav"
