; each voice consists of: ; voice_name channel : voice_number [voice] ; Korg DW-8000 'Piano 1' 1:1 'E. Piano 1' 1:2 'Tremolo Organ' 1:3 'Vibes' 1:4 'Bowed Strings' 1:5 'Sax' 1:6 'Slap Bass' 1:7 'Toms' 1:8 'Piano 2' 1:9 'E. Piano 2' 1:10 'CX-3 Organ' 1:11 'Marimba' 1:12 'Violins' 1:13 'Orchestra Brass' 1:14 'E. Piano Guitar' 1:15 'Electric Tom' 1:16 'Piano 3' 1:17 'E. Piano 3' 1:18 'Synth Organ' 1:19 'Xylophone' 1:20 'Orchestra Strings' 1:21 'Brass Bend' 1:22 'LFO Mod' 1:23 'Auto Pulse' 1:24 'Chorused Grand' 1:25 'Echo E. Piano' 1:26 'Percussive Organ' 1:27 'Steel Drums' 1:28 'Harpsichord' 1:29 'Muted Brass' 1:30 'Harmonica' 1:31 'Modular Lead' 1:32 'Player Piano' 1:33 'Clav' 1:34 'Cathedral Organ' 1:35 'Choir' 1:36 'Filter Decay' 1:37 'Brass Section' 1:38 'Tubular Bells' 1:39 'Unison Lead' 1:40 'Analog Synth' 1:41 'Synth Clav' 1:42 'Pipe Organ' 1:43 'Female Voices' 1:44 'Reverse Envelope' 1:45 'Soft Brass' 1:46 'Flutes' 1:47 'Square Lead' 1:48 'Synth Bend' 1:49 'Guitar Clav' 1:50 'Calliope' 1:51 'Square Mod' 1:52 'Touch Synth' 1:53 'Acoustic Guitar' 1:54 'Whistle' 1:55 'Glide Sweep' 1:56 'Digital Synth' 1:57 'Digital Clav' 1:58 'Wine Glass' 1:59 'Comb Wave' 1:60 'Slap Back Synth' 1:61 'Harp' 1:62 'Disintegrator' 1:63 'Airport' 1:64 ; Mirage 'Strings' 2:21 'Pizziccatto Strings' 2:22 'Piano' 2:23 'unassigned' 2:24 'unassigned' 2:25 ; TX81Z ; TX802 ; volume thresholds represent the low end of each volume displayed ; thus if f = 70 and mf = 60, any note with a volume between 60 to 69 ; (inclusive) will be displayed as mf [volume] fff 110 f 80 MP 50 ; volume sensitivity is the number of notes allowed to go above the ; threshold before being displayed as a new volume sensitivity=3 ; these things represent the interpretation of staccato and legato, ; versus normal notes. these numbers are percentages--that is, ; legato = 110 represents a 10% overlap. legato = 110 staccato = 50 normal = 90 ; many synths interpret controller 64 (0x40) as sustain. sustain = 64 sustainlevel = 64 ; maximum number of print pages maxpages = 25 ; minimum size of grid elements on the score sheet. Allowable values: ; 0 = no grid quantization ; 1 = eighth note grid ; 2 = sixteenth note grid ; 3 = thirtysecond note grid ; 4 = sixtyfourth note grid grid = 2