So far, all of the examples have indicated which samples to generate by using "split number_of_notes_per_sample". This is a simple way, but may sometimes not be what is wanted. The other method of specifying which sample to generate is to give a list.
# Example 9 starts on the next line -- file ex09 voice ex09 Wv 8 28 103 set filter lowpass 0 -6 split list note 35 30 39 note 45 40 49 note 55 50 59 note 65 60 69 note 75 70 79 note 80 80 80 note 81 81 81 condition > 0 # Example 9 ends on the previous line --
To indicate that the list method, rather than number of notes per sample method, is being used, put the word "list" after split instead of a number.
For each sample to be generated, put a note line. The three numbers following note are center, low, and high MIDI note numbers for the sample. These are the numbers that are on the sample editing screen of an EX.
The notes must cover a contiguous range, but may be different from the notes on the voice line.