|
|
# Rosegarden parameters describing the ranges and preferred notation
|
|
|
# defaults for a variety of real world instruments
|
|
|
#
|
|
|
# Instruments will be sorted by category in the GUI:
|
|
|
#
|
|
|
# Category [...]
|
|
|
# Instrument [...]
|
|
|
# Player Ability [...]
|
|
|
#
|
|
|
# category = a logical grouping for the instruments that follow it, remaining
|
|
|
# in effect until the next category = tag is encountered.
|
|
|
#
|
|
|
# name = the name of the instrument
|
|
|
#
|
|
|
# category = Flutes
|
|
|
# name = Piccolo
|
|
|
# ...
|
|
|
# name = Flute
|
|
|
#
|
|
|
# category = Double reeds
|
|
|
# name = Oboe
|
|
|
# ...
|
|
|
# name = English Horn
|
|
|
#
|
|
|
# transposition = the sounding transposition expressed in semitone steps
|
|
|
# of -48 to 48
|
|
|
#
|
|
|
# NOTE: it is not necessary to put a + on positive values
|
|
|
# clef = french violin
|
|
|
# treble
|
|
|
# soprano
|
|
|
# mezzosoprano * NOT IMPLEMENTED
|
|
|
# alto
|
|
|
# tenor
|
|
|
# baritone (C) * NOT IMPLEMENTED
|
|
|
# baritone (F) * NOT IMPLEMENTED
|
|
|
# bass
|
|
|
# subbass * NOT IMPLEMENTED
|
|
|
# crotale (treble clef quindicesima)
|
|
|
# xylophone (treble clef ottava)
|
|
|
# guitar (treble clef ottava bassa)
|
|
|
# modern celesta (bass clef quindicesima)
|
|
|
# old celesta (bass clef ottava)
|
|
|
# contrabass (bass clef ottava bassa)
|
|
|
# two-bar (unpitched percussion)
|
|
|
#
|
|
|
# A lowest/A highest = The lowest/highest notes for an Amateur player
|
|
|
#
|
|
|
# P lowest/P highest = The lowest/highest notes for a Professional player
|
|
|
#
|
|
|
# Determining for the ranges can be both playing ability of the performer or
|
|
|
# difference between so called professional and amateur instrument versions.
|
|
|
#
|
|
|
# NOTES: If there is no difference for amateur/professional, use
|
|
|
# the same pitches for both. If no range limitation is desired
|
|
|
# for some reason, use a low of 0 and a high of 127, rather than
|
|
|
# letter pitches. Otherwise use letter + sharp + octave such as
|
|
|
# G5 F#3. (All pitches ultimately get converted to numbers, so
|
|
|
# these explict 0/127 are effectively pre-converted.)
|
|
|
#
|
|
|
# Most chromatic alterations should be spelled with sharps
|
|
|
#
|
|
|
# C4 is one-lined c
|
|
|
#
|
|
|
# -----------------[strings]----------------
|
|
|
category = Bowed strings
|
|
|
|
|
|
name = "Violin"
|
|
|
clef = treble
|
|
|
transposition = 0
|
|
|
A lowest = G3
|
|
|
A highest = E6
|
|
|
P lowest = G3
|
|
|
P highest = G7
|
|
|
|
|
|
name = "Baroque violin"
|
|
|
clef = treble
|
|
|
transposition = 0
|
|
|
A lowest = G3
|
|
|
A highest = E6
|
|
|
P lowest = G3
|
|
|
P highest = G7
|
|
|
|
|
|
name = "Viola"
|
|
|
clef = alto
|
|
|
transposition = 0
|
|
|
A lowest = C3
|
|
|
A highest = G5
|
|
|
P lowest = C3
|
|
|
P highest = A6
|
|
|
|
|
|
name = "Baroque viola"
|
|
|
clef = alto
|
|
|
transposition = 0
|
|
|
A lowest = C3
|
|
|
A highest = G5
|
|
|
P lowest = C3
|
|
|
P highest = A6
|
|
|
|
|
|
name = "Violoncello"
|
|
|
clef = bass
|
|
|
transposition = 0
|
|
|
A lowest = C2
|
|
|
A highest = G4
|
|
|
P lowest = C2
|
|
|
P highest = C5
|
|
|
|
|
|
name = "Baroque violoncello"
|
|
|
clef = bass
|
|
|
transposition = 0
|
|
|
A lowest = C2
|
|
|
A highest = G4
|
|
|
P lowest = C2
|
|
|
P highest = C5
|
|
|
|
|
|
name = "Contrabass"
|
|
|
clef = contrabass
|
|
|
transposition = 0
|
|
|
A lowest = E2
|
|
|
A highest = D4
|
|
|
P lowest = B1
|
|
|
P highest = G5
|
|
|
|
|
|
name = "Baroque contrabass"
|
|
|
clef = contrabass
|
|
|
transposition = 0
|
|
|
A lowest = E2
|
|
|
A highest = D4
|
|
|
P lowest = E2
|
|
|
P highest = G5
|
|
|
|
|
|
name = "Soprano viola da gamba"
|
|
|
clef = soprano
|
|
|
transposition = 0
|
|
|
A lowest = D3
|
|
|
A highest = D6
|
|
|
P lowest = D3
|
|
|
P highest = A6
|
|
|
|
|
|
name = "Alto viola da gamba"
|
|
|
clef = alto
|
|
|
transposition = 0
|
|
|
A lowest = A2
|
|
|
A highest = A5
|
|
|
P lowest = A2
|
|
|
P highest = E6
|
|
|
|
|
|
name = "Tenor viola da gamba"
|
|
|
clef = tenor
|
|
|
transposition = 0
|
|
|
A lowest = G2
|
|
|
A highest = G5
|
|
|
P lowest = G2
|
|
|
P highest = D6
|
|
|
|
|
|
name = "Viola da gamba"
|
|
|
clef = bass
|
|
|
transposition = 0
|
|
|
A lowest = D2
|
|
|
A highest = D5
|
|
|
P lowest = D2
|
|
|
P highest = A5
|
|
|
|
|
|
name = "Violone"
|
|
|
clef = contrabass
|
|
|
transposition = 0
|
|
|
A lowest = E2
|
|
|
A highest = D4
|
|
|
P lowest = E2
|
|
|
P highest = G5
|
|
|
|
|
|
# end category = Bowed strings
|
|
|
#
|
|
|
category = Plucked strings
|
|
|
|
|
|
name = "Soprano guitar"
|
|
|
clef = treble
|
|
|
transposition = 0
|
|
|
A lowest = E3
|
|
|
A highest = B7
|
|
|
P lowest = E3
|
|
|
P highest = B7
|
|
|
|
|
|
name = "Alto guitar"
|
|
|
clef = guitar
|
|
|
transposition = 0
|
|
|
A lowest = B2
|
|
|
A highest = E6
|
|
|
P lowest = B2
|
|
|
P highest = E6
|
|
|
|
|
|
name = "Guitar (prim)"
|
|
|
clef = guitar
|
|
|
transposition = 0
|
|
|
A lowest = E2
|
|
|
A highest = B6
|
|
|
P lowest = E2
|
|
|
P highest = B6
|
|
|
|
|
|
name = "Contrabass guitar"
|
|
|
clef = contrabass
|
|
|
transposition = 0
|
|
|
A lowest = E1
|
|
|
A highest = B5
|
|
|
P lowest = E1
|
|
|
P highest = B5
|
|
|
|
|
|
name = "11-string alto guitar (treble)"
|
|
|
clef = treble
|
|
|
transposition = 0
|
|
|
A lowest = Bb1
|
|
|
A highest = D7
|
|
|
P lowest = Bb1
|
|
|
P highest = D7
|
|
|
|
|
|
name = "11-string alto guitar (bass)"
|
|
|
clef = bass
|
|
|
transposition = 0
|
|
|
A lowest = Bb1
|
|
|
A highest = D7
|
|
|
P lowest = Bb1
|
|
|
P highest = D7
|
|
|
|
|
|
name = "Steel string guitar"
|
|
|
clef = guitar
|
|
|
transposition = 0
|
|
|
A lowest = E2
|
|
|
A highest = B6
|
|
|
P lowest = E2
|
|
|
P highest = B6
|
|
|
|
|
|
name = "Pedal steel guitar"
|
|
|
clef = tab
|
|
|
transposition = 0
|
|
|
A lowest = B1
|
|
|
A highest = D#5
|
|
|
P lowest = B1
|
|
|
P highest = D#5
|
|
|
|
|
|
name = "12-string guitar"
|
|
|
clef = guitar
|
|
|
transposition = 0
|
|
|
A lowest = E2
|
|
|
A highest = B6
|
|
|
P lowest = E2
|
|
|
P highest = B6
|
|
|
|
|
|
name = "Electric guitar"
|
|
|
clef = guitar
|
|
|
transposition = 0
|
|
|
A lowest = E2
|
|
|
A highest = B6
|
|
|
P lowest = E2
|
|
|
P highest = B6
|
|
|
|
|
|
name = "Electric bass guitar (fretted)"
|
|
|
clef = contrabass
|
|
|
transposition = 0
|
|
|
A lowest = E1
|
|
|
A highest = B5
|
|
|
P lowest = B0
|
|
|
P highest = E6
|
|
|
|
|
|
name = "Electric bass guitar (fretless)"
|
|
|
clef = contrabass
|
|
|
transposition = 0
|
|
|
A lowest = E1
|
|
|
A highest = B5
|
|
|
P lowest = B0
|
|
|
P highest = E6
|
|
|
|
|
|
name = "Lute"
|
|
|
clef = guitar
|
|
|
transposition = 0
|
|
|
A lowest = A1
|
|
|
A highest = D7
|
|
|
P lowest = A1
|
|
|
P highest = D7
|
|
|
|
|
|
name = "Cittern"
|
|
|
clef = treble
|
|
|
transposition = 0
|
|
|
A lowest = C3
|
|
|
A highest = A#6
|
|
|
P lowest = C3
|
|
|
P highest = A#6
|
|
|
|
|
|
name = "Piccolo balalaika"
|
|
|
clef = xylophone
|
|
|
transposition = 0
|
|
|
A lowest = B4
|
|
|
A highest = G6
|
|
|
P lowest = B4
|
|
|
P highest = G6
|
|
|
|
|
|
name = "Prima balalaika"
|
|
|
clef = treble
|
|
|
transposition = 0
|
|
|
A lowest = E4
|
|
|
A highest = G5
|
|
|
P lowest = E4
|
|
|
P highest = G5
|
|
|
|
|
|
name = "Secunda balalaika"
|
|
|
clef = treble
|
|
|
transposition = 0
|
|
|
A lowest = A3
|
|
|
A highest = C5
|
|
|
P lowest = A3
|
|
|
P highest = C5
|
|
|
|
|
|
name = "Alto balalaika"
|
|
|
clef = treble
|
|
|
transposition = 0
|
|
|
A lowest = E3
|
|
|
A highest = G4
|
|
|
P lowest = E3
|
|
|
P highest = G4
|
|
|
|
|
|
name = "Bass balalaika"
|
|
|
clef = bass
|
|
|
transposition = 0
|
|
|
A lowest = E2
|
|
|
A highest = C4
|
|
|
P lowest = E2
|
|
|
P highest = C4
|
|
|
|
|
|
name = "Contrabass balalaika"
|
|
|
clef = contrabass
|
|
|
transposition = 0
|
|
|
A lowest = E1
|
|
|
A highest = C3
|
|
|
P lowest = E1
|
|
|
P highest = C3
|
|
|
|
|
|
name = "Mandolin"
|
|
|
clef = treble
|
|
|
transposition = 0
|
|
|
A lowest = G3
|
|
|
A highest = C#6
|
|
|
P lowest = G3
|
|
|
P highest = C#6
|
|
|
|
|
|
name = "Mandola"
|
|
|
clef = guitar
|
|
|
transposition = 0
|
|
|
A lowest = G2
|
|
|
A highest = B5
|
|
|
P lowest = G2
|
|
|
P highest = B5
|
|
|
|
|
|
name = "Ukulele"
|
|
|
clef = treble
|
|
|
transposition = 0
|
|
|
A lowest = C4
|
|
|
A highest = A6
|
|
|
P lowest = C4
|
|
|
P highest = A6
|
|
|
|
|
|
name = "Banjo (5-string)"
|
|
|
clef = guitar
|
|
|
transposition = 0
|
|
|
A lowest = C2
|
|
|
A highest = D6
|
|
|
P lowest = C2
|
|
|
P highest = D6
|
|
|
|
|
|
name = "Tenor banjo"
|
|
|
clef = guitar
|
|
|
transposition = 0
|
|
|
A lowest = C2
|
|
|
A highest = B5
|
|
|
P lowest = C2
|
|
|
P highest = B5
|
|
|
|
|
|
name = "Harp (treble)"
|
|
|
clef = treble
|
|
|
transposition = 0
|
|
|
A lowest = B0
|
|
|
A highest = G#7
|
|
|
P lowest = B0
|
|
|
P highest = G#7
|
|
|
|
|
|
name = "Harp (bass)"
|
|
|
clef = bass
|
|
|
transposition = 0
|
|
|
A lowest = B0
|
|
|
A highest = G#7
|
|
|
P lowest = B0
|
|
|
P highest = G#7
|
|
|
|
|
|
name = "Koto"
|
|
|
clef = treble
|
|
|
transposition = 0
|
|
|
A lowest = D3
|
|
|
A highest = A5
|
|
|
P lowest = D3
|
|
|
P highest = A5
|
|
|
|
|
|
# end category = Plucked strings
|
|
|
|
|
|
# -----------------[woodwinds]----------------
|
|
|
category = Flutes
|
|
|
|
|
|
name = "Piccolo"
|
|
|
clef = xylophone
|
|
|
transposition = 0
|
|
|
A lowest = D5
|
|
|
A highest = A7
|
|
|
P lowest = D5
|
|
|
P highest = C8
|
|
|
|
|
|
name = "Eb flute"
|
|
|
clef = treble
|
|
|
transposition = +3
|
|
|
A lowest = C4
|
|
|
A highest = A6
|
|
|
P lowest = C4
|
|
|
P highest = D7
|
|
|
|
|
|
name = "Flute"
|
|
|
clef = treble
|
|
|
transposition = 0
|
|
|
A lowest = C4
|
|
|
A highest = A6
|
|
|
P lowest = B3
|
|
|
P highest = D7
|
|
|
|
|
|
name = "Alto flute"
|
|
|
clef = treble
|
|
|
transposition = -5
|
|
|
A lowest = C4
|
|
|
A highest = A6
|
|
|
P lowest = C4
|
|
|
P highest = C7
|
|
|
|
|
|
name = "Bass flute"
|
|
|
clef = guitar
|
|
|
transposition = 0
|
|
|
A lowest = C3
|
|
|
A highest = F5
|
|
|
P lowest = C3
|
|
|
P highest = A5
|
|
|
|
|
|
name = "Contra-alto flute"
|
|
|
clef = treble
|
|
|
transposition = -17
|
|
|
A lowest = C4
|
|
|
A highest = A6
|
|
|
P lowest = D4
|
|
|
P highest = C7
|
|
|
|
|
|
name = "Contrabass flute"
|
|
|
clef = bass
|
|
|
transposition = 0
|
|
|
A lowest = C2
|
|
|
A highest = F4
|
|
|
P lowest = C2
|
|
|
P highest = A4
|
|
|
|
|
|
name = "Transverse flute (D foot)"
|
|
|
clef = treble
|
|
|
transposition = 0
|
|
|
A lowest = D4
|
|
|
A highest = F6
|
|
|
P lowest = D4
|
|
|
P highest = A6
|
|
|
|
|
|
name = "Transverse flute (C foot)"
|
|
|
clef = treble
|
|
|
transposition = 0
|
|
|
A lowest = D4
|
|
|
A highest = F6
|
|
|
P lowest = C4
|
|
|
P highest = A6
|
|
|
|
|
|
name = "Transverse flute (B foot)"
|
|
|
clef = treble
|
|
|
transposition = 0
|
|
|
A lowest = D4
|
|
|
A highest = F6
|
|
|
P lowest = B3
|
|
|
P highest = A6
|
|
|
|
|
|
name = "Alto transverse flute"
|
|
|
clef = treble
|
|
|
transposition = 0
|
|
|
A lowest = G3
|
|
|
A highest = E5
|
|
|
P lowest = G3
|
|
|
P highest = G#5
|
|
|
|
|
|
name = "Garklein recorder"
|
|
|
clef = crotale
|
|
|
transposition = 0
|
|
|
A lowest = C6
|
|
|
A highest = A7
|
|
|
P lowest = C6
|
|
|
P highest = C8
|
|
|
|
|
|
name = "Sopranino recorder"
|
|
|
clef = xylophone
|
|
|
transposition = 0
|
|
|
A lowest = F5
|
|
|
A highest = E7
|
|
|
P lowest = F5
|
|
|
P highest = G7
|
|
|
|
|
|
name = "Soprano recorder"
|
|
|
clef = xylophone
|
|
|
transposition = 0
|
|
|
A lowest = C5
|
|
|
A highest = A6
|
|
|
P lowest = C5
|
|
|
P highest = D7
|
|
|
|
|
|
name = "Alto recorder"
|
|
|
clef = treble
|
|
|
transposition = 0
|
|
|
A lowest = F4
|
|
|
A highest = E6
|
|
|
P lowest = B3
|
|
|
P highest = G6
|
|
|
|
|
|
name = "Tenor recorder"
|
|
|
clef = treble
|
|
|
transposition = 0
|
|
|
A lowest = C4
|
|
|
A highest = A5
|
|
|
P lowest = C4
|
|
|
P highest = D6
|
|
|
|
|
|
name = "Bass recorder"
|
|
|
clef = old celesta
|
|
|
transposition = 0
|
|
|
A lowest = F3
|
|
|
A highest = D5
|
|
|
P lowest = F3
|
|
|
P highest = F5
|
|
|
|
|
|
name = "Greatbass recorder"
|
|
|
clef = old celesta
|
|
|
transposition = 0
|
|
|
A lowest = C3
|
|
|
A highest = A4
|
|
|
P lowest = A3
|
|
|
P highest = D7
|
|
|
|
|
|
name = "Contrabass recorder"
|
|
|
clef = bass
|
|
|
transposition = 0
|
|
|
A lowest = F2
|
|
|
A highest = D4
|
|
|
P lowest = F2
|
|
|
P highest = F5
|
|
|
|
|
|
name = "G soprano ocarina"
|
|
|
clef = xylphone
|
|
|
transposition = 0
|
|
|
A lowest = G5
|
|
|
A highest = A6
|
|
|
P lowest = G5
|
|
|
P highest = B6
|
|
|
|
|
|
name = "F soprano ocarina"
|
|
|
clef = xylophone
|
|
|
transposition = 0
|
|
|
A lowest = F5
|
|
|
A highest = G6
|
|
|
P lowest = F5
|
|
|
P highest = A6
|
|
|
|
|
|
name = "C soprano ocarina"
|
|
|
clef = xylophone
|
|
|
transposition = 0
|
|
|
A lowest = C5
|
|
|
A highest = D6
|
|
|
P lowest = C5
|
|
|
P highest = E6
|
|
|
|
|
|
name = "Bb soprano ocarina"
|
|
|
clef = xylophone
|
|
|
transposition = 0
|
|
|
A lowest = Bb4
|
|
|
A highest = C6
|
|
|
P lowest = Bb4
|
|
|
P highest = D6
|
|
|
|
|
|
name = "G alto ocarina"
|
|
|
clef = treble
|
|
|
transposition = 0
|
|
|
A lowest = G4
|
|
|
A highest = A5
|
|
|
P lowest = G4
|
|
|
P highest = B5
|
|
|
|
|
|
name = "F alto ocarina"
|
|
|
clef = treble
|
|
|
transposition = 0
|
|
|
A lowest = F4
|
|
|
A highest = G5
|
|
|
P lowest = F4
|
|
|
P highest = A5
|
|
|
|
|
|
name = "C alto ocarina"
|
|
|
clef = treble
|
|
|
transposition = 0
|
|
|
A lowest = C4
|
|
|
A highest = D5
|
|
|
P lowest = C4
|
|
|
P highest = E5
|
|
|
|
|
|
name = "Bb alto ocarina"
|
|
|
clef = treble
|
|
|
transposition = 0
|
|
|
A lowest = Bb3
|
|
|
A highest = C5
|
|
|
P lowest = Bb3
|
|
|
P highest = D5
|
|
|
|
|
|
name = "C bass ocarina"
|
|
|
clef = bass
|
|
|
transposition = 0
|
|
|
A lowest = C3
|
|
|
A highest = D4
|
|
|
P lowest = C3
|
|
|
P highest = E4
|
|
|
|
|
|
name = "Slide whistle"
|
|
|
clef = xylophone
|
|
|
transposition = 0
|
|
|
A lowest = A4
|
|
|
A highest = C7
|
|
|
P lowest = A4
|
|
|
P highest = C7
|
|
|
|
|
|
name = "Pan flute"
|
|
|
clef = treble
|
|
|
transposition = 0
|
|
|
A lowest = G3
|
|
|
A highest = G6
|
|
|
P lowest = G3
|
|
|
P highest = G6
|
|
|
|
|
|
name = "Shakuhachi"
|
|
|
clef = treble
|
|
|
transposition = 0
|
|
|
A lowest = D4
|
|
|
A highest = D6
|
|
|
P lowest = D4
|
|
|
P highest = D6
|
|
|
|
|
|
# end category = Flutes
|
|
|
#
|
|
|
category = Double reeds
|
|
|
|
|
|
name = "Piccolo oboe in F"
|
|
|
clef = treble
|
|
|
transposition = +5
|
|
|
A lowest = Bb3
|
|
|
A highest = D6
|
|
|
P lowest = Bb3
|
|
|
P highest = G#6
|
|
|
|
|
|
name = "Piccolo oboe in Eb"
|
|
|
clef = treble
|
|
|
transposition = +3
|
|
|
A lowest = Bb3
|
|
|
A highest = D6
|
|
|
P lowest = Bb3
|
|
|
P highest = G#6
|
|
|
|
|
|
name = "Oboe"
|
|
|
clef = treble
|
|
|
transposition = 0
|
|
|
A lowest = Bb3
|
|
|
A highest = D#6
|
|
|
P lowest = Bb3
|
|
|
P highest = A6
|
|
|
|
|
|
name = "Oboe d'amore"
|
|
|
clef = treble
|
|
|
transposition = -3
|
|
|
A lowest = B3
|
|
|
A highest = D#6
|
|
|
P lowest = B3
|
|
|
P highest = F#6
|
|
|
|
|
|
name = "English horn"
|
|
|
clef = treble
|
|
|
transposition = -7
|
|
|
A lowest = B3
|
|
|
A highest = E6
|
|
|
P lowest = B3
|
|
|
P highest = F#6
|
|
|
|
|
|
name = "Baritone oboe"
|
|
|
clef = guitar
|
|
|
transposition = 0
|
|
|
A lowest = B2
|
|
|
A highest = E5
|
|
|
P lowest = B2
|
|
|
P highest = F#5
|
|
|
|
|
|
name = "Heckelphone"
|
|
|
clef = guitar
|
|
|
transposition = 0
|
|
|
A lowest = A2
|
|
|
A highest = D#5
|
|
|
P lowest = A2
|
|
|
P highest = F#5
|
|
|
|
|
|
name = "Baroque oboe"
|
|
|
clef = treble
|
|
|
transposition = 0
|
|
|
A lowest = C4
|
|
|
A highest = B5
|
|
|
P lowest = C4
|
|
|
P highest = D6
|
|
|
|
|
|
name = "Oboe da caccia"
|
|
|
clef = treble
|
|
|
transposition = -7
|
|
|
A lowest = C4
|
|
|
A highest = D6
|
|
|
P lowest = C4
|
|
|
P highest = E6
|
|
|
|
|
|
name = "Shawm"
|
|
|
clef = treble
|
|
|
transposition = 0
|
|
|
A lowest = C4
|
|
|
A highest = E5
|
|
|
P lowest = C4
|
|
|
P highest = G5
|
|
|
|
|
|
name = "Sopranino shawm"
|
|
|
clef = treble
|
|
|
transposition = 0
|
|
|
A lowest = F4
|
|
|
A highest = A5
|
|
|
P lowest = F4
|
|
|
P highest = D6
|
|
|
|
|
|
name = "Descant pommer"
|
|
|
clef = treble
|
|
|
transposition = 0
|
|
|
A lowest = C4
|
|
|
A highest = B6
|
|
|
P lowest = C4
|
|
|
P highest = D6
|
|
|
|
|
|
name = "Alto pommer"
|
|
|
clef = treble
|
|
|
transposition = 0
|
|
|
A lowest = F3
|
|
|
A highest = D5
|
|
|
P lowest = F3
|
|
|
P highest = F5
|
|
|
|
|
|
name = "Soprano crumhorn"
|
|
|
clef = treble
|
|
|
transposition = 0
|
|
|
A lowest = C4
|
|
|
A highest = D5
|
|
|
P lowest = C4
|
|
|
P highest = F5
|
|
|
|
|
|
name = "Alto crumhorn"
|
|
|
clef = treble
|
|
|
transposition = 0
|
|
|
A lowest = F3
|
|
|
A highest = G4
|
|
|
P lowest = F3
|
|
|
P highest = Bb4
|
|
|
|
|
|
name = "Tenor crumhorn"
|
|
|
clef = guitar
|
|
|
transposition = 0
|
|
|
A lowest = C3
|
|
|
A highest = D4
|
|
|
P lowest = C3
|
|
|
P highest = F4
|
|
|
|
|
|
name = "Bass crumhorn"
|
|
|
clef = bass
|
|
|
transposition = 0
|
|
|
A lowest = F2
|
|
|
A highest = G3
|
|
|
P lowest = F2
|
|
|
P highest = Bb3
|
|
|
|
|
|
name = "Greatbass crumhorn"
|
|
|
clef = bass
|
|
|
transposition = 0
|
|
|
A lowest = C2
|
|
|
A highest = D3
|
|
|
P lowest = C2
|
|
|
P highest = F3
|
|
|
|
|
|
name = "Soprano cornamuse"
|
|
|
clef = treble
|
|
|
transposition = 0
|
|
|
A lowest = C4
|
|
|
A highest = D5
|
|
|
P lowest = C4
|
|
|
P highest = F5
|
|
|
|
|
|
name = "Alto cornamuse"
|
|
|
clef = treble
|
|
|
transposition = 0
|
|
|
A lowest = F3
|
|
|
A highest = G4
|
|
|
P lowest = F3
|
|
|
P highest = Bb4
|
|
|
|
|
|
name = "Tenor cornamuse"
|
|
|
clef = guitar
|
|
|
transposition = 0
|
|
|
A lowest = C3
|
|
|
A highest = D4
|
|
|
P lowest = C3
|
|
|
P highest = F4
|
|
|
|
|
|
name = "Bass cornamuse"
|
|
|
clef = bass
|
|
|
transposition = 0
|
|
|
A lowest = F2
|
|
|
A highest = G3
|
|
|
P lowest = F2
|
|
|
P highest = Bb3
|
|
|
|
|
|
name = "Sopranino rauschpfeife"
|
|
|
clef = treble
|
|
|
transposition = 0
|
|
|
A lowest = F4
|
|
|
A highest = A5
|
|
|
P lowest = F4
|
|
|
P highest = C6
|
|
|
|
|
|
name = "Soprano rauschpfeife"
|
|
|
clef = treble
|
|
|
transposition = 0
|
|
|
A lowest = C4
|
|
|
A highest = E5
|
|
|
P lowest = C4
|
|
|
P highest = G5
|
|
|
|
|
|
name = "Bassoon"
|
|
|
clef = bass
|
|
|
transposition = 0
|
|
|
A lowest = Bb1
|
|
|
A highest = A4
|
|
|
P lowest = Bb1
|
|
|
P highest = E5
|
|
|
|
|
|
name = "Contrabassoon"
|
|
|
clef = contrabass
|
|
|
transposition = 0
|
|
|
A lowest = Bb0
|
|
|
A highest = A3
|
|
|
P lowest = A0
|
|
|
P highest = C4
|
|
|
|
|
|
name = "Dulcian"
|
|
|
clef = bass
|
|
|
transposition = 0
|
|
|
A lowest = E2
|
|
|
A highest = D4
|
|
|
P lowest = E2
|
|
|
P highest = F4
|
|
|
|
|
|
name = "Rackett"
|
|
|
clef = bass
|
|
|
transposition = 0
|
|
|
A lowest = Bb1
|
|
|
A highest = D4
|
|
|
P lowest = Bb1
|
|
|
P highest = F4
|
|
|
|
|
|
name = "Sopranino sarrusophone"
|
|
|
clef = treble
|
|
|
transposition = +3
|
|
|
A lowest = Bb3
|
|
|
A highest = C6
|
|
|
P lowest = Bb3
|
|
|
P highest = Eb6
|
|
|
|
|
|
name = "Soprano sarrusophone"
|
|
|
clef = treble
|
|
|
transposition = -2
|
|
|
A lowest = Bb3
|
|
|
A highest = F6
|
|
|
P lowest = Bb3
|
|
|
P highest = Bb6
|
|
|
|
|
|
name = "Alto sarrusophone"
|
|
|
clef = treble
|
|
|
transposition = -9
|
|
|
A lowest = Bb3
|
|
|
A highest = F6
|
|
|
P lowest = Bb3
|
|
|
P highest = Bb6
|
|
|
|
|
|
name = "Tenor sarrusophone"
|
|
|
clef = treble
|
|
|
transposition = -14
|
|
|
A lowest = Bb3
|
|
|
A highest = F6
|
|
|
P lowest = Bb3
|
|
|
P highest = Bb6
|
|
|
|
|
|
name = "Baritone sarrusophone"
|
|
|
clef = treble
|
|
|
transposition = -21
|
|
|
A lowest = Bb3
|
|
|
A highest = F6
|
|
|
P lowest = A3
|
|
|
P highest = Bb6
|
|
|
|
|
|
name = "Bass sarrusophone"
|
|
|
clef = treble
|
|
|
transposition = -26
|
|
|
A lowest = Bb3
|
|
|
A highest = F6
|
|
|
P lowest = Bb3
|
|
|
P highest = Bb6
|
|
|
|
|
|
name = "Contrabass sarrusophone"
|
|
|
clef = treble
|
|
|
transposition = -33
|
|
|
A lowest = Bb3
|
|
|
A highest = D6
|
|
|
P lowest = Bb3
|
|
|
P highest = F6
|
|
|
|
|
|
name = "Bagpipe"
|
|
|
clef = treble
|
|
|
transposition = 0
|
|
|
A lowest = C4
|
|
|
A highest = G5
|
|
|
P lowest = C4
|
|
|
P highest = G5
|
|
|
|
|
|
# end category = Double reeds
|
|
|
#
|
|
|
category = Single reeds
|
|
|
|
|
|
name = "Soprano clarinet"
|
|
|
clef = treble
|
|
|
transposition = +7
|
|
|
A lowest = E3
|
|
|
A highest = A5
|
|
|
P lowest = E3
|
|
|
P highest = A5
|
|
|
|
|
|
name = "Eb clarinet"
|
|
|
clef = treble
|
|
|
transposition = +3
|
|
|
A lowest = E3
|
|
|
A highest = G6
|
|
|
P lowest = E3
|
|
|
P highest = C7
|
|
|
|
|
|
name = "D clarinet"
|
|
|
clef = treble
|
|
|
transposition = +2
|
|
|
A lowest = E3
|
|
|
A highest = G6
|
|
|
P lowest = E3
|
|
|
P highest = C7
|
|
|
|
|
|
name = "C clarinet"
|
|
|
clef = treble
|
|
|
transposition = 0
|
|
|
A lowest = E3
|
|
|
A highest = G6
|
|
|
P lowest = E3
|
|
|
P highest = C7
|
|
|
|
|
|
name = "Bb clarinet"
|
|
|
clef = treble
|
|
|
transposition = -2
|
|
|
A lowest = E3
|
|
|
A highest = G6
|
|
|
P lowest = E3
|
|
|
P highest = C7
|
|
|
|
|
|
name = "A clarinet"
|
|
|
clef = treble
|
|
|
transposition = -3
|
|
|
A lowest = E3
|
|
|
A highest = G6
|
|
|
P lowest = E3
|
|
|
P highest = C7
|
|
|
|
|
|
name = "Alto clarinet"
|
|
|
clef = treble
|
|
|
transposition = -9
|
|
|
A lowest = E3
|
|
|
A highest = F6
|
|
|
P lowest = E3
|
|
|
P highest = A6
|
|
|
|
|
|
name = "Bassett horn"
|
|
|
clef = treble
|
|
|
transposition = -7
|
|
|
A lowest = C3
|
|
|
A highest = G6
|
|
|
P lowest = C3
|
|
|
P highest = A6
|
|
|
|
|
|
name = "Bass clarinet"
|
|
|
clef = treble
|
|
|
transposition = -14
|
|
|
A lowest = Eb3
|
|
|
A highest = F6
|
|
|
P lowest = Eb3
|
|
|
P highest = A6
|
|
|
|
|
|
name = "Contra-alto clarinet"
|
|
|
clef = treble
|
|
|
transposition = -21
|
|
|
A lowest = E3
|
|
|
A highest = G6
|
|
|
P lowest = E3
|
|
|
P highest = C7
|
|
|
|
|
|
name = "Contrabass clarinet"
|
|
|
clef = treble
|
|
|
transposition = -26
|
|
|
A lowest = E3
|
|
|
A highest = G6
|
|
|
P lowest = E3
|
|
|
P highest = C7
|
|
|
|
|
|
name = "Sopranino chalumeau"
|
|
|
clef = treble
|
|
|
transposition = 0
|
|
|
A lowest = F4
|
|
|
A highest = G5
|
|
|
P lowest = F4
|
|
|
P highest = Bb5
|
|
|
|
|
|
name = "Soprano chalumeau"
|
|
|
clef = treble
|
|
|
transposition = 0
|
|
|
A lowest = C4
|
|
|
A highest = D5
|
|
|
P lowest = C4
|
|
|
P highest = F5
|
|
|
|
|
|
name = "Alto chalumeau"
|
|
|
clef = guitar
|
|
|
transposition = 0
|
|
|
A lowest = F3
|
|
|
A highest = G4
|
|
|
P lowest = F3
|
|
|
P highest = Bb4
|
|
|
|
|
|
name = "Tenor chalumeau"
|
|
|
clef = guitar
|
|
|
transposition = 0
|
|
|
A lowest = C3
|
|
|
A highest = D4
|
|
|
P lowest = C3
|
|
|
P highest = F4
|
|
|
|
|
|
name = "Sopranino saxophone"
|
|
|
clef = treble
|
|
|
transposition = +3
|
|
|
A lowest = Bb3
|
|
|
A highest = C6
|
|
|
P lowest = Bb3
|
|
|
P highest = Eb6
|
|
|
|
|
|
name = "Soprano saxophone"
|
|
|
clef = treble
|
|
|
transposition = -2
|
|
|
A lowest = Bb3
|
|
|
A highest = G6
|
|
|
P lowest = Bb3
|
|
|
P highest = C7
|
|
|
|
|
|
name = "Alto saxophone"
|
|
|
clef = treble
|
|
|
transposition = -9
|
|
|
A lowest = Bb3
|
|
|
A highest = G6
|
|
|
P lowest = Bb3
|
|
|
P highest = C7
|
|
|
|
|
|
name = "Tenor saxophone"
|
|
|
clef = treble
|
|
|
transposition = -14
|
|
|
A lowest = Bb3
|
|
|
A highest = G6
|
|
|
P lowest = Bb3
|
|
|
P highest = C7
|
|
|
|
|
|
name = "Baritone saxophone"
|
|
|
clef = treble
|
|
|
transposition = -21
|
|
|
A lowest = Bb3
|
|
|
A highest = G6
|
|
|
P lowest = A3
|
|
|
P highest = C7
|
|
|
|
|
|
name = "Bass saxophone"
|
|
|
clef = treble
|
|
|
transposition = -26
|
|
|
A lowest = Bb3
|
|
|
A highest = G6
|
|
|
P lowest = Bb3
|
|
|
P highest = C7
|
|
|
|
|
|
name = "Contrabass saxophone"
|
|
|
clef = treble
|
|
|
transposition = -33
|
|
|
A lowest = Bb3
|
|
|
A highest = D6
|
|
|
P lowest = Bb3
|
|
|
P highest = F6
|
|
|
|
|
|
#end category = Single reeds
|
|
|
#
|
|
|
category = Wind electrophones
|
|
|
|
|
|
name = "Wind synthesizer"
|
|
|
clef = treble
|
|
|
transposition = 0
|
|
|
A lowest = 0
|
|
|
A highest = 127
|
|
|
P lowest = 0
|
|
|
P highest = 127
|
|
|
|
|
|
|
|
|
# -----------------[brass]----------------
|
|
|
category = Brass
|
|
|
|
|
|
name = "Piccolo trumpet in Bb"
|
|
|
clef = treble
|
|
|
transposition = +10
|
|
|
A lowest = Db2
|
|
|
A highest = E5
|
|
|
P lowest = Db2
|
|
|
P highest = G5
|
|
|
|
|
|
name = "Piccolo trumpet in A"
|
|
|
clef = treble
|
|
|
transposition = +9
|
|
|
A lowest = Db2
|
|
|
A highest = E5
|
|
|
P lowest = Db2
|
|
|
P highest = G5
|
|
|
|
|
|
name = "Trumpet in Eb"
|
|
|
clef = treble
|
|
|
transposition = +3
|
|
|
A lowest = F#3
|
|
|
A highest = A5
|
|
|
P lowest = F#3
|
|
|
P highest = C6
|
|
|
|
|
|
name = "Trumpet in D"
|
|
|
clef = treble
|
|
|
transposition = +2
|
|
|
A lowest = F#3
|
|
|
A highest = A5
|
|
|
P lowest = F#3
|
|
|
P highest = C6
|
|
|
|
|
|
name = "Trumpet in C"
|
|
|
clef = treble
|
|
|
transposition = 0
|
|
|
A lowest = F#3
|
|
|
A highest = A5
|
|
|
P lowest = F#3
|
|
|
P highest = C6
|
|
|
|
|
|
name = "Trumpet in Bb"
|
|
|
clef = treble
|
|
|
transposition = -2
|
|
|
A lowest = F#3
|
|
|
A highest = A5
|
|
|
P lowest = F#3
|
|
|
P highest = C6
|
|
|
|
|
|
name = "Bass trumpet in Eb"
|
|
|
clef = treble
|
|
|
transposition = -9
|
|
|
A lowest = F#3
|
|
|
A highest = A5
|
|
|
P lowest = F#3
|
|
|
P highest = C6
|
|
|
|
|
|
name = "Bass trumpet in Bb"
|
|
|
clef = treble
|
|
|
transposition = -14
|
|
|
A lowest = F#3
|
|
|
A highest = A5
|
|
|
P lowest = F#3
|
|
|
P highest = C6
|
|
|
|
|
|
name = "Baroque trumpet in F"
|
|
|
clef = treble
|
|
|
transposition = +5
|
|
|
A lowest = C4
|
|
|
A highest = A5
|
|
|
P lowest = C4
|
|
|
P highest = E6
|
|
|
|
|
|
name = "Baroque trumpet in Eb"
|
|
|
clef = treble
|
|
|
transposition = +3
|
|
|
A lowest = C4
|
|
|
A highest = A5
|
|
|
P lowest = C4
|
|
|
P highest = E6
|
|
|
|
|
|
name = "Baroque trumpet in D"
|
|
|
clef = treble
|
|
|
transposition = +2
|
|
|
A lowest = C4
|
|
|
A highest = A5
|
|
|
P lowest = C4
|
|
|
P highest = E6
|
|
|
|
|
|
name = "Baroque trumpet in C"
|
|
|
clef = treble
|
|
|
transposition = 0
|
|
|
A lowest = C4
|
|
|
A highest = A5
|
|
|
P lowest = C4
|
|
|
P highest = E6
|
|
|
|
|
|
name = "Baroque trumpet in Bb"
|
|
|
clef = treble
|
|
|
transposition = -2
|
|
|
A lowest = C4
|
|
|
A highest = A5
|
|
|
P lowest = C4
|
|
|
P highest = E6
|
|
|
|
|
|
name = "Cornet in Eb"
|
|
|
clef = treble
|
|
|
transposition = +3
|
|
|
A lowest = F#3
|
|
|
A highest = A5
|
|
|
P lowest = F#3
|
|
|
P highest = C6
|
|
|
|
|
|
name = "Cornet in Bb"
|
|
|
clef = treble
|
|
|
transposition = -2
|
|
|
A lowest = F#3
|
|
|
A highest = A5
|
|
|
P lowest = F#3
|
|
|
P highest = C6
|
|
|
|
|
|
name = "Flugelhorn"
|
|
|
clef = treble
|
|
|
transposition = -2
|
|
|
A lowest = F#3
|
|
|
A highest = A5
|
|
|
P lowest = F#3
|
|
|
P highest = C6
|
|
|
|
|
|
name = "Cornettino"
|
|
|
clef = treble
|
|
|
transposition = 0
|
|
|
A lowest = C4
|
|
|
A highest = B5
|
|
|
P lowest = C4
|
|
|
P highest = D6
|
|
|
|
|
|
name = "Alto cornetto"
|
|
|
clef = treble
|
|
|
transposition = 0
|
|
|
A lowest = A3
|
|
|
A highest = B5
|
|
|
P lowest = A3
|
|
|
P highest = D6
|
|
|
|
|
|
name = "Tenor cornetto"
|
|
|
clef = tenor
|
|
|
transposition = 0
|
|
|
A lowest = C3
|
|
|
A highest = B4
|
|
|
P lowest = C3
|
|
|
P highest = E5
|
|
|
|
|
|
name = "Serpent"
|
|
|
clef = bass
|
|
|
transposition = 0
|
|
|
A lowest = C2
|
|
|
A highest = F4
|
|
|
P lowest = C2
|
|
|
P highest = A4
|
|
|
|
|
|
name = "Alto ophicleide in F"
|
|
|
clef = treble
|
|
|
transposition = 0
|
|
|
A lowest = E3
|
|
|
A highest = A5
|
|
|
P lowest = E3
|
|
|
P highest = C6
|
|
|
|
|
|
name = "Alto ophicleide in Eb"
|
|
|
clef = treble
|
|
|
transposition = 0
|
|
|
A lowest = Eb3
|
|
|
A highest = G5
|
|
|
P lowest = Eb3
|
|
|
P highest = Bb5
|
|
|
|
|
|
name = "Bass ophicleide in C"
|
|
|
clef = bass
|
|
|
transposition = 0
|
|
|
A lowest = B1
|
|
|
A highest = Eb4
|
|
|
P lowest = B1
|
|
|
P highest = G4
|
|
|
|
|
|
name = "Bass ophicleide in Bb"
|
|
|
clef = bass
|
|
|
transposition = 0
|
|
|
A lowest = A1
|
|
|
A highest = D4
|
|
|
P lowest = A1
|
|
|
P highest = F#4
|
|
|
|
|
|
name = "Contrabass ophicleide in Eb"
|
|
|
clef = bass
|
|
|
transposition = 0
|
|
|
A lowest = D1
|
|
|
A highest = G3
|
|
|
P lowest = D1
|
|
|
P highest = Bb3
|
|
|
|
|
|
name = "French horn"
|
|
|
clef = treble
|
|
|
transposition = -7
|
|
|
A lowest = F#2
|
|
|
A highest = Bb5
|
|
|
P lowest = D2
|
|
|
P highest = C6
|
|
|
|
|
|
name = "French horn in C alto"
|
|
|
clef = treble
|
|
|
transposition = 0
|
|
|
A lowest = Bb2
|
|
|
A highest = G5
|
|
|
P lowest = F#2
|
|
|
P highest = C6
|
|
|
|
|
|
name = "French horn in Bb alto"
|
|
|
clef = treble
|
|
|
transposition = -2
|
|
|
A lowest = A#2
|
|
|
A highest = G5
|
|
|
P lowest = F#2
|
|
|
P highest = C6
|
|
|
|
|
|
name = "French horn in A"
|
|
|
clef = treble
|
|
|
transposition = -3
|
|
|
A lowest = A#2
|
|
|
A highest = G5
|
|
|
P lowest = F#2
|
|
|
P highest = C6
|
|
|
|
|
|
name = "French horn in Ab"
|
|
|
clef = treble
|
|
|
transposition = -4
|
|
|
A lowest = A#2
|
|
|
A highest = G5
|
|
|
P lowest = F#2
|
|
|
P highest = C6
|
|
|
|
|
|
name = "French horn in G"
|
|
|
clef = treble
|
|
|
transposition = -5
|
|
|
A lowest = A#2
|
|
|
A highest = G5
|
|
|
P lowest = F#2
|
|
|
P highest = C6
|
|
|
|
|
|
name = "French horn in E"
|
|
|
clef = treble
|
|
|
transposition = -8
|
|
|
A lowest = A#2
|
|
|
A highest = G5
|
|
|
P lowest = F#2
|
|
|
P highest = C6
|
|
|
|
|
|
name = "French horn in Eb"
|
|
|
clef = treble
|
|
|
transposition = -9
|
|
|
A lowest = A#2
|
|
|
A highest = G5
|
|
|
P lowest = F#2
|
|
|
P highest = C6
|
|
|
|
|
|
name = "French horn in D"
|
|
|
clef = treble
|
|
|
transposition = -10
|
|
|
A lowest = A#2
|
|
|
A highest = G5
|
|
|
P lowest = F#2
|
|
|
P highest = C6
|
|
|
|
|
|
name = "French horn in C basso"
|
|
|
clef = treble
|
|
|
transposition = -12
|
|
|
A lowest = A#2
|
|
|
A highest = G5
|
|
|
P lowest = F#2
|
|
|
P highest = C6
|
|
|
|
|
|
name = "French horn in Bb basso"
|
|
|
clef = treble
|
|
|
transposition = -14
|
|
|
A lowest = A#2
|
|
|
A highest = G5
|
|
|
P lowest = F#2
|
|
|
P highest = C6
|
|
|
|
|
|
name = "Alto horn in F"
|
|
|
clef = treble
|
|
|
transposition = -7
|
|
|
A lowest = F#3
|
|
|
A highest = A5
|
|
|
P lowest = F#3
|
|
|
P highest = C6
|
|
|
|
|
|
name = "Alto horn in Eb"
|
|
|
clef = treble
|
|
|
transposition = -9
|
|
|
A lowest = F#3
|
|
|
A highest = A5
|
|
|
P lowest = F#3
|
|
|
P highest = C6
|
|
|
|
|
|
name = "Baritone horn"
|
|
|
clef = bass
|
|
|
transposition = 0
|
|
|
A lowest = E2
|
|
|
A highest = G4
|
|
|
P lowest = E2
|
|
|
P highest = Bb4
|
|
|
|
|
|
name = "Mellophone in F"
|
|
|
clef = treble
|
|
|
transposition = -7
|
|
|
A lowest = F#3
|
|
|
A highest = A5
|
|
|
P lowest = F#3
|
|
|
P highest = C6
|
|
|
|
|
|
name = "Mellophone in Eb"
|
|
|
clef = treble
|
|
|
transposition = -9
|
|
|
A lowest = F#3
|
|
|
A highest = A5
|
|
|
P lowest = F#3
|
|
|
P highest = C6
|
|
|
|
|
|
name = "Mellophonium in F"
|
|
|
clef = treble
|
|
|
transposition = -7
|
|
|
A lowest = F#3
|
|
|
A highest = A5
|
|
|
P lowest = F#3
|
|
|
P highest = C6
|
|
|
|
|
|
name = "Mellophonium in Eb"
|
|
|
clef = treble
|
|
|
transposition = -9
|
|
|
A lowest = F#3
|
|
|
A highest = A5
|
|
|
P lowest = F#3
|
|
|
P highest = C6
|
|
|
|
|
|
name = "Wagner tuba in Bb"
|
|
|
clef = treble
|
|
|
transposition = -2
|
|
|
A lowest = F#2
|
|
|
A highest = F5
|
|
|
P lowest = F#2
|
|
|
P highest = A5
|
|
|
|
|
|
name = "Wagner tuba in F"
|
|
|
clef = treble
|
|
|
transposition = -7
|
|
|
A lowest = F#2
|
|
|
A highest = A5
|
|
|
P lowest = F#2
|
|
|
P highest = C6
|
|
|
|
|
|
name = "Soprano trombone"
|
|
|
clef = treble
|
|
|
transposition = 0
|
|
|
A lowest = E3
|
|
|
A highest = F5
|
|
|
P lowest = E3
|
|
|
P highest = A5
|
|
|
|
|
|
name = "Alto trombone"
|
|
|
clef = alto
|
|
|
transposition = 0
|
|
|
A lowest = A2
|
|
|
A highest = D5
|
|
|
P lowest = A2
|
|
|
P highest = F5
|
|
|
|
|
|
name = "Tenor trombone"
|
|
|
clef = bass
|
|
|
transposition = 0
|
|
|
A lowest = E2
|
|
|
A highest = Bb4
|
|
|
P lowest = E2
|
|
|
P highest = D5
|
|
|
|
|
|
name = "Bass trombone"
|
|
|
clef = bass
|
|
|
transposition = 0
|
|
|
A lowest = C2
|
|
|
A highest = Bb4
|
|
|
P lowest = C2
|
|
|
P highest = D5
|
|
|
|
|
|
name = "Contrabass trombone"
|
|
|
clef = bass
|
|
|
transposition = 0
|
|
|
A lowest = E1
|
|
|
A highest = G3
|
|
|
P lowest = E1
|
|
|
P highest = Bb3
|
|
|
|
|
|
name = "Euphonium"
|
|
|
clef = bass
|
|
|
transposition = 0
|
|
|
A lowest = E2
|
|
|
A highest = Bb4
|
|
|
P lowest = E2
|
|
|
P highest = D5
|
|
|
|
|
|
name = "F tuba"
|
|
|
clef = bass
|
|
|
transposition = 0
|
|
|
A lowest = D1
|
|
|
A highest = E4
|
|
|
P lowest = C1
|
|
|
P highest = A4
|
|
|
|
|
|
name = "C tuba"
|
|
|
clef = bass
|
|
|
transposition = 0
|
|
|
A lowest = D1
|
|
|
A highest = C4
|
|
|
P lowest = C1
|
|
|
P highest = F4
|
|
|
|
|
|
name = "Bb tuba"
|
|
|
clef = bass
|
|
|
transposition = 0
|
|
|
A lowest = E1
|
|
|
A highest = Bb3
|
|
|
P lowest = Bb0
|
|
|
P highest = Eb4
|
|
|
|
|
|
|
|
|
# -----------------[pitched percussion]----------------
|
|
|
category = Pitched Percussion
|
|
|
|
|
|
name = "Timpani"
|
|
|
clef = bass
|
|
|
transposition = 0
|
|
|
A lowest = D2
|
|
|
A highest = C4
|
|
|
P lowest = D2
|
|
|
P highest = C4
|
|
|
|
|
|
name = "Roto-toms (treble)"
|
|
|
clef = treble
|
|
|
transposition = 0
|
|
|
A lowest = G3
|
|
|
A highest = E5
|
|
|
P lowest = G3
|
|
|
P highest = E5
|
|
|
|
|
|
name = "Roto-toms (bass)"
|
|
|
clef = bass
|
|
|
transposition = 0
|
|
|
A lowest = E2
|
|
|
A highest = B3
|
|
|
P lowest = E2
|
|
|
P highest = B3
|
|
|
|
|
|
name = "Glockenspiel"
|
|
|
clef = crotale
|
|
|
transposition = 0
|
|
|
A lowest = G5
|
|
|
A highest = C8
|
|
|
P lowest = G5
|
|
|
P highest = C8
|
|
|
|
|
|
name = "Orff soprano glockenspiel"
|
|
|
clef = crotale
|
|
|
transposition = 0
|
|
|
A lowest = C6
|
|
|
A highest = A7
|
|
|
P lowest = C6
|
|
|
P highest = A7
|
|
|
|
|
|
name = "Orff alto glockenspiel"
|
|
|
clef = xylophone
|
|
|
transposition = 0
|
|
|
A lowest = C5
|
|
|
A highest = A6
|
|
|
P lowest = C5
|
|
|
P highest = A6
|
|
|
|
|
|
name = "Crotales"
|
|
|
clef = crotale
|
|
|
transposition = 0
|
|
|
A lowest = C6
|
|
|
A highest = C8
|
|
|
P lowest = C6
|
|
|
P highest = C8
|
|
|
|
|
|
name = "Tubaphone"
|
|
|
clef = crotale
|
|
|
transposition = 0
|
|
|
A lowest = C6
|
|
|
A highest = C8
|
|
|
P lowest = C6
|
|
|
P highest = C8
|
|
|
|
|
|
name = "Almglocken (treble)"
|
|
|
clef = crotale
|
|
|
transposition = 0
|
|
|
A lowest = C4
|
|
|
A highest = A7
|
|
|
P lowest = C4
|
|
|
P highest = A7
|
|
|
|
|
|
name = "Almglocken (bass)"
|
|
|
clef = modern celesta
|
|
|
transposition = 0
|
|
|
A lowest = C4
|
|
|
A highest = A7
|
|
|
P lowest = C4
|
|
|
P highest = A7
|
|
|
|
|
|
name = "Vibraphone"
|
|
|
clef = treble
|
|
|
transposition = 0
|
|
|
A lowest = F3
|
|
|
A highest = F6
|
|
|
P lowest = C3
|
|
|
P highest = C7
|
|
|
|
|
|
name = "Orff soprano metallophone"
|
|
|
clef = xylophone
|
|
|
transposition = 0
|
|
|
A lowest = C5
|
|
|
A highest = A6
|
|
|
P lowest = C5
|
|
|
P highest = A6
|
|
|
|
|
|
name = "Orff alto metallophone"
|
|
|
clef = treble
|
|
|
transposition = 0
|
|
|
A lowest = C4
|
|
|
A highest = A5
|
|
|
P lowest = C4
|
|
|
P highest = A5
|
|
|
|
|
|
name = "Orff bass metallophone"
|
|
|
clef = guitar
|
|
|
transposition = 0
|
|
|
A lowest = C3
|
|
|
A highest = A4
|
|
|
P lowest = C3
|
|
|
P highest = A4
|
|
|
|
|
|
name = "Tubular chimes"
|
|
|
clef = treble
|
|
|
transposition = 0
|
|
|
A lowest = C4
|
|
|
A highest = G5
|
|
|
P lowest = C4
|
|
|
P highest = G5
|
|
|
|
|
|
name = "Bass steel drums"
|
|
|
clef = bass
|
|
|
transposition = 0
|
|
|
A lowest = C2
|
|
|
A highest = F3
|
|
|
P lowest = C2
|
|
|
P highest = F3
|
|
|
|
|
|
name = "Cello steel drums"
|
|
|
clef = tenor
|
|
|
transposition = 0
|
|
|
A lowest = B2
|
|
|
A highest = G4
|
|
|
P lowest = B2
|
|
|
P highest = G4
|
|
|
|
|
|
name = "Tenor steel drums"
|
|
|
clef = alto
|
|
|
transposition = 0
|
|
|
A lowest = E3
|
|
|
A highest = A4
|
|
|
P lowest = E3
|
|
|
P highest = A4
|
|
|
|
|
|
name = "Guitar steel drums"
|
|
|
clef = treble
|
|
|
transposition = 0
|
|
|
A lowest = F#3
|
|
|
A highest = A5
|
|
|
P lowest = F#3
|
|
|
P highest = A5
|
|
|
|
|
|
name = "Alto steel drums"
|
|
|
clef = treble
|
|
|
transposition = 0
|
|
|
A lowest = G#3
|
|
|
A highest = C#6
|
|
|
P lowest = G#3
|
|
|
P highest = C#6
|
|
|
|
|
|
name = "Soprano steel drums"
|
|
|
clef = treble
|
|
|
transposition = 0
|
|
|
A lowest = C4
|
|
|
A highest = E6
|
|
|
P lowest = C4
|
|
|
P highest = E6
|
|
|
|
|
|
name = "Hand bells (treble)"
|
|
|
clef = treble
|
|
|
transposition = 0
|
|
|
A lowest = C2
|
|
|
A highest = C7
|
|
|
P lowest = C2
|
|
|
P highest = C7
|
|
|
|
|
|
name = "Hand bells (bass)"
|
|
|
clef = bass
|
|
|
transposition = 0
|
|
|
A lowest = C2
|
|
|
A highest = C7
|
|
|
P lowest = C2
|
|
|
P highest = C7
|
|
|
|
|
|
name = "Tuned gongs"
|
|
|
clef = bass
|
|
|
transposition = 0
|
|
|
A lowest = A2
|
|
|
A highest = A3
|
|
|
P lowest = A2
|
|
|
P highest = A3
|
|
|
|
|
|
name = "Flexatone"
|
|
|
clef = xylophone
|
|
|
transposition = 0
|
|
|
A lowest = E5
|
|
|
A highest = A6
|
|
|
P lowest = E5
|
|
|
P highest = A6
|
|
|
|
|
|
name = "Musical saw"
|
|
|
clef = treble
|
|
|
transposition = 0
|
|
|
A lowest = E4
|
|
|
A highest = E7
|
|
|
P lowest = E4
|
|
|
P highest = E7
|
|
|
|
|
|
name = "Musical glasses"
|
|
|
clef = xylophone
|
|
|
transposition = 0
|
|
|
A lowest = C5
|
|
|
A highest = G6
|
|
|
P lowest = C5
|
|
|
P highest = G6
|
|
|
|
|
|
name = "Glass harmonica"
|
|
|
clef = treble
|
|
|
transposition = 0
|
|
|
A lowest = F3
|
|
|
A highest = F6
|
|
|
P lowest = F3
|
|
|
P highest = F6
|
|
|
|
|
|
name = "Xylophone"
|
|
|
clef = xylophone
|
|
|
transposition = 0
|
|
|
A lowest = F4
|
|
|
A highest = C8
|
|
|
P lowest = F4
|
|
|
P highest = C8
|
|
|
|
|
|
name = "Orff soprano xylophone"
|
|
|
clef = xylophone
|
|
|
transposition = 0
|
|
|
A lowest = C5
|
|
|
A highest = A6
|
|
|
P lowest = C5
|
|
|
P highest = A6
|
|
|
|
|
|
name = "Orff alto xylophone"
|
|
|
clef = treble
|
|
|
transposition = 0
|
|
|
A lowest = C4
|
|
|
A highest = A5
|
|
|
P lowest = C4
|
|
|
P highest = A5
|
|
|
|
|
|
name = "Orff bass xylophone"
|
|
|
clef = guitar
|
|
|
transposition = 0
|
|
|
A lowest = C3
|
|
|
A highest = A4
|
|
|
P lowest = C3
|
|
|
P highest = A4
|
|
|
|
|
|
name = "Marimba (treble)"
|
|
|
clef = treble
|
|
|
transposition = 0
|
|
|
A lowest = A2
|
|
|
A highest = C7
|
|
|
P lowest = A2
|
|
|
P highest = C7
|
|
|
|
|
|
name = "Marimba (bass)"
|
|
|
clef = bass
|
|
|
transposition = 0
|
|
|
A lowest = A2
|
|
|
A highest = C7
|
|
|
P lowest = A2
|
|
|
P highest = C7
|
|
|
|
|
|
name = "Dulcimer (treble)"
|
|
|
clef = treble
|
|
|
transposition = 0
|
|
|
A lowest = C3
|
|
|
A highest = D6
|
|
|
P lowest = G2
|
|
|
P highest = E6
|
|
|
|
|
|
name = "Dulcimer (bass)"
|
|
|
clef = bass
|
|
|
transposition = 0
|
|
|
A lowest = C3
|
|
|
A highest = D6
|
|
|
P lowest = G2
|
|
|
P highest = E6
|
|
|
|
|
|
name = "Mallet synthesizer (treble)"
|
|
|
clef = treble
|
|
|
transposition = 0
|
|
|
A lowest = 0
|
|
|
A highest = 127
|
|
|
P lowest = 0
|
|
|
P highest = 127
|
|
|
|
|
|
name = "Mallet synthesizer (bass)"
|
|
|
clef = bass
|
|
|
transposition = 0
|
|
|
A lowest = 0
|
|
|
A highest = 127
|
|
|
P lowest = 0
|
|
|
P highest = 127
|
|
|
|
|
|
|
|
|
|
|
|
# -----------------[unpitched percussion]----------------
|
|
|
category = Unpitched Percussion
|
|
|
|
|
|
name = "Snare drum"
|
|
|
clef = two-bar
|
|
|
transposition = 0
|
|
|
A lowest = 0
|
|
|
A highest = 127
|
|
|
P lowest = 0
|
|
|
P highest = 127
|
|
|
|
|
|
name = "Piccolo snare drum"
|
|
|
clef = two-bar
|
|
|
transposition = 0
|
|
|
A lowest = 0
|
|
|
A highest = 127
|
|
|
P lowest = 0
|
|
|
P highest = 127
|
|
|
|
|
|
name = "Military drum"
|
|
|
clef = two-bar
|
|
|
transposition = 0
|
|
|
A lowest = 0
|
|
|
A highest = 127
|
|
|
P lowest = 0
|
|
|
P highest = 127
|
|
|
|
|
|
name = "Tom-toms"
|
|
|
clef = two-bar
|
|
|
transposition = 0
|
|
|
A lowest = 0
|
|
|
A highest = 127
|
|
|
P lowest = 0
|
|
|
P highest = 127
|
|
|
|
|
|
name = "Chinese tom-toms"
|
|
|
clef = two-bar
|
|
|
transposition = 0
|
|
|
A lowest = 0
|
|
|
A highest = 127
|
|
|
P lowest = 0
|
|
|
P highest = 127
|
|
|
|
|
|
name = "Bongos"
|
|
|
clef = two-bar
|
|
|
transposition = 0
|
|
|
A lowest = 0
|
|
|
A highest = 127
|
|
|
P lowest = 0
|
|
|
P highest = 127
|
|
|
|
|
|
name = "Congas"
|
|
|
clef = two-bar
|
|
|
transposition = 0
|
|
|
A lowest = 0
|
|
|
A highest = 127
|
|
|
P lowest = 0
|
|
|
P highest = 127
|
|
|
|
|
|
name = "Timbales"
|
|
|
clef = two-bar
|
|
|
transposition = 0
|
|
|
A lowest = 0
|
|
|
A highest = 127
|
|
|
P lowest = 0
|
|
|
P highest = 127
|
|
|
|
|
|
name = "Bass drum"
|
|
|
clef = two-bar
|
|
|
transposition = 0
|
|
|
A lowest = 0
|
|
|
A highest = 127
|
|
|
P lowest = 0
|
|
|
P highest = 127
|
|
|
|
|
|
name = "Tambourine"
|
|
|
clef = two-bar
|
|
|
transposition = 0
|
|
|
A lowest = 0
|
|
|
A highest = 127
|
|
|
P lowest = 0
|
|
|
P highest = 127
|
|
|
|
|
|
name = "Frame drum"
|
|
|
clef = two-bar
|
|
|
transposition = 0
|
|
|
A lowest = 0
|
|
|
A highest = 127
|
|
|
P lowest = 0
|
|
|
P highest = 127
|
|
|
|
|
|
name = "Tablas"
|
|
|
clef = two-bar
|
|
|
transposition = 0
|
|
|
A lowest = 0
|
|
|
A highest = 127
|
|
|
P lowest = 0
|
|
|
P highest = 127
|
|
|
|
|
|
name = "Cu<43>ca"
|
|
|
clef = two-bar
|
|
|
transposition = 0
|
|
|
A lowest = 0
|
|
|
A highest = 127
|
|
|
P lowest = 0
|
|
|
P highest = 127
|
|
|
|
|
|
name = "Finger cymbals"
|
|
|
clef = two-bar
|
|
|
transposition = 0
|
|
|
A lowest = 0
|
|
|
A highest = 127
|
|
|
P lowest = 0
|
|
|
P highest = 127
|
|
|
|
|
|
name = "Cymbals"
|
|
|
clef = two-bar
|
|
|
transposition = 0
|
|
|
A lowest = 0
|
|
|
A highest = 127
|
|
|
P lowest = 0
|
|
|
P highest = 127
|
|
|
|
|
|
name = "Hi-hat cymbals"
|
|
|
clef = two-bar
|
|
|
transposition = 0
|
|
|
A lowest = 0
|
|
|
A highest = 127
|
|
|
P lowest = 0
|
|
|
P highest = 127
|
|
|
|
|
|
name = "Suspended cymbal"
|
|
|
clef = two-bar
|
|
|
transposition = 0
|
|
|
A lowest = 0
|
|
|
A highest = 127
|
|
|
P lowest = 0
|
|
|
P highest = 127
|
|
|
|
|
|
name = "Ride cymbal"
|
|
|
clef = two-bar
|
|
|
transposition = 0
|
|
|
A lowest = 0
|
|
|
A highest = 127
|
|
|
P lowest = 0
|
|
|
P highest = 127
|
|
|
|
|
|
name = "Sizzle cymbal"
|
|
|
clef = two-bar
|
|
|
transposition = 0
|
|
|
A lowest = 0
|
|
|
A highest = 127
|
|
|
P lowest = 0
|
|
|
P highest = 127
|
|
|
|
|
|
name = "Crash cymbal"
|
|
|
clef = two-bar
|
|
|
transposition = 0
|
|
|
A lowest = 0
|
|
|
A highest = 127
|
|
|
P lowest = 0
|
|
|
P highest = 127
|
|
|
|
|
|
name = "Splash cymbal"
|
|
|
clef = two-bar
|
|
|
transposition = 0
|
|
|
A lowest = 0
|
|
|
A highest = 127
|
|
|
P lowest = 0
|
|
|
P highest = 127
|
|
|
|
|
|
name = "Chinese cymbal"
|
|
|
clef = two-bar
|
|
|
transposition = 0
|
|
|
A lowest = 0
|
|
|
A highest = 127
|
|
|
P lowest = 0
|
|
|
P highest = 127
|
|
|
|
|
|
name = "Triangle"
|
|
|
clef = two-bar
|
|
|
transposition = 0
|
|
|
A lowest = 0
|
|
|
A highest = 127
|
|
|
P lowest = 0
|
|
|
P highest = 127
|
|
|
|
|
|
name = "Cowbells"
|
|
|
clef = two-bar
|
|
|
transposition = 0
|
|
|
A lowest = 0
|
|
|
A highest = 127
|
|
|
P lowest = 0
|
|
|
P highest = 127
|
|
|
|
|
|
name = "Tam-tam"
|
|
|
clef = two-bar
|
|
|
transposition = 0
|
|
|
A lowest = 0
|
|
|
A highest = 127
|
|
|
P lowest = 0
|
|
|
P highest = 127
|
|
|
|
|
|
name = "Bells"
|
|
|
clef = two-bar
|
|
|
transposition = 0
|
|
|
A lowest = 0
|
|
|
A highest = 127
|
|
|
P lowest = 0
|
|
|
P highest = 127
|
|
|
|
|
|
name = "Sleighbells"
|
|
|
clef = two-bar
|
|
|
transposition = 0
|
|
|
A lowest = 0
|
|
|
A highest = 127
|
|
|
P lowest = 0
|
|
|
P highest = 127
|
|
|
|
|
|
name = "Bell plate"
|
|
|
clef = two-bar
|
|
|
transposition = 0
|
|
|
A lowest = 0
|
|
|
A highest = 127
|
|
|
P lowest = 0
|
|
|
P highest = 127
|
|
|
|
|
|
name = "Bowl gongs"
|
|
|
clef = two-bar
|
|
|
transposition = 0
|
|
|
A lowest = 0
|
|
|
A highest = 127
|
|
|
P lowest = 0
|
|
|
P highest = 127
|
|
|
|
|
|
name = "Tubo"
|
|
|
clef = two-bar
|
|
|
transposition = 0
|
|
|
A lowest = 0
|
|
|
A highest = 127
|
|
|
P lowest = 0
|
|
|
P highest = 127
|
|
|
|
|
|
name = "Metal castanets"
|
|
|
clef = two-bar
|
|
|
transposition = 0
|
|
|
A lowest = 0
|
|
|
A highest = 127
|
|
|
P lowest = 0
|
|
|
P highest = 127
|
|
|
|
|
|
name = "Automobile brake drums"
|
|
|
clef = two-bar
|
|
|
transposition = 0
|
|
|
A lowest = 0
|
|
|
A highest = 127
|
|
|
P lowest = 0
|
|
|
P highest = 127
|
|
|
|
|
|
name = "Iron pipes"
|
|
|
clef = two-bar
|
|
|
transposition = 0
|
|
|
A lowest = 0
|
|
|
A highest = 127
|
|
|
P lowest = 0
|
|
|
P highest = 127
|
|
|
|
|
|
name = "Chaines"
|
|
|
clef = two-bar
|
|
|
transposition = 0
|
|
|
A lowest = 0
|
|
|
A highest = 127
|
|
|
P lowest = 0
|
|
|
P highest = 127
|
|
|
|
|
|
name = "Anvil"
|
|
|
clef = two-bar
|
|
|
transposition = 0
|
|
|
A lowest = 0
|
|
|
A highest = 127
|
|
|
P lowest = 0
|
|
|
P highest = 127
|
|
|
|
|
|
name = "Woodblocks"
|
|
|
clef = two-bar
|
|
|
transposition = 0
|
|
|
A lowest = 0
|
|
|
A highest = 127
|
|
|
P lowest = 0
|
|
|
P highest = 127
|
|
|
|
|
|
name = "Temple blocks"
|
|
|
clef = two-bar
|
|
|
transposition = 0
|
|
|
A lowest = 0
|
|
|
A highest = 127
|
|
|
P lowest = 0
|
|
|
P highest = 127
|
|
|
|
|
|
name = "Claves"
|
|
|
clef = two-bar
|
|
|
transposition = 0
|
|
|
A lowest = 0
|
|
|
A highest = 127
|
|
|
P lowest = 0
|
|
|
P highest = 127
|
|
|
|
|
|
name = "Castanets"
|
|
|
clef = two-bar
|
|
|
transposition = 0
|
|
|
A lowest = 0
|
|
|
A highest = 127
|
|
|
P lowest = 0
|
|
|
P highest = 127
|
|
|
|
|
|
name = "Guiro"
|
|
|
clef = two-bar
|
|
|
transposition = 0
|
|
|
A lowest = 0
|
|
|
A highest = 127
|
|
|
P lowest = 0
|
|
|
P highest = 127
|
|
|
|
|
|
name = "Maracas"
|
|
|
clef = two-bar
|
|
|
transposition = 0
|
|
|
A lowest = 0
|
|
|
A highest = 127
|
|
|
P lowest = 0
|
|
|
P highest = 127
|
|
|
|
|
|
name = "Cabasa"
|
|
|
clef = two-bar
|
|
|
transposition = 0
|
|
|
A lowest = 0
|
|
|
A highest = 127
|
|
|
P lowest = 0
|
|
|
P highest = 127
|
|
|
|
|
|
name = "Quijada"
|
|
|
clef = two-bar
|
|
|
transposition = 0
|
|
|
A lowest = 0
|
|
|
A highest = 127
|
|
|
P lowest = 0
|
|
|
P highest = 127
|
|
|
|
|
|
name = "Vibra slap"
|
|
|
clef = two-bar
|
|
|
transposition = 0
|
|
|
A lowest = 0
|
|
|
A highest = 127
|
|
|
P lowest = 0
|
|
|
P highest = 127
|
|
|
|
|
|
name = "Slit drum"
|
|
|
clef = two-bar
|
|
|
transposition = 0
|
|
|
A lowest = 0
|
|
|
A highest = 127
|
|
|
P lowest = 0
|
|
|
P highest = 127
|
|
|
|
|
|
name = "Whip"
|
|
|
clef = two-bar
|
|
|
transposition = 0
|
|
|
A lowest = 0
|
|
|
A highest = 127
|
|
|
P lowest = 0
|
|
|
P highest = 127
|
|
|
|
|
|
name = "Ratchet"
|
|
|
clef = two-bar
|
|
|
transposition = 0
|
|
|
A lowest = 0
|
|
|
A highest = 127
|
|
|
P lowest = 0
|
|
|
P highest = 127
|
|
|
|
|
|
name = "Thundersheet"
|
|
|
clef = two-bar
|
|
|
transposition = 0
|
|
|
A lowest = 0
|
|
|
A highest = 127
|
|
|
P lowest = 0
|
|
|
P highest = 127
|
|
|
|
|
|
name = "Sandpaper blocks"
|
|
|
clef = two-bar
|
|
|
transposition = 0
|
|
|
A lowest = 0
|
|
|
A highest = 127
|
|
|
P lowest = 0
|
|
|
P highest = 127
|
|
|
|
|
|
name = "Wooden wind chimes"
|
|
|
clef = two-bar
|
|
|
transposition = 0
|
|
|
A lowest = 0
|
|
|
A highest = 127
|
|
|
P lowest = 0
|
|
|
P highest = 127
|
|
|
|
|
|
name = "Bamboo wind chimes"
|
|
|
clef = two-bar
|
|
|
transposition = 0
|
|
|
A lowest = 0
|
|
|
A highest = 127
|
|
|
P lowest = 0
|
|
|
P highest = 127
|
|
|
|
|
|
name = "Metal wind chimes"
|
|
|
clef = two-bar
|
|
|
transposition = 0
|
|
|
A lowest = 0
|
|
|
A highest = 127
|
|
|
P lowest = 0
|
|
|
P highest = 127
|
|
|
|
|
|
name = "Glass wind chimes"
|
|
|
clef = two-bar
|
|
|
transposition = 0
|
|
|
A lowest = 0
|
|
|
A highest = 127
|
|
|
P lowest = 0
|
|
|
P highest = 127
|
|
|
|
|
|
name = "Shell wind chimes"
|
|
|
clef = two-bar
|
|
|
transposition = 0
|
|
|
A lowest = 0
|
|
|
A highest = 127
|
|
|
P lowest = 0
|
|
|
P highest = 127
|
|
|
|
|
|
name = "Stones"
|
|
|
clef = two-bar
|
|
|
transposition = 0
|
|
|
A lowest = 0
|
|
|
A highest = 127
|
|
|
P lowest = 0
|
|
|
P highest = 127
|
|
|
|
|
|
name = "Finger snap"
|
|
|
clef = two-bar
|
|
|
transposition = 0
|
|
|
A lowest = 0
|
|
|
A highest = 127
|
|
|
P lowest = 0
|
|
|
P highest = 127
|
|
|
|
|
|
name = "Hand clap"
|
|
|
clef = two-bar
|
|
|
transposition = 0
|
|
|
A lowest = 0
|
|
|
A highest = 127
|
|
|
P lowest = 0
|
|
|
P highest = 127
|
|
|
|
|
|
name = "Slap"
|
|
|
clef = two-bar
|
|
|
transposition = 0
|
|
|
A lowest = 0
|
|
|
A highest = 127
|
|
|
P lowest = 0
|
|
|
P highest = 127
|
|
|
|
|
|
name = "Stamp"
|
|
|
clef = two-bar
|
|
|
transposition = 0
|
|
|
A lowest = 0
|
|
|
A highest = 127
|
|
|
P lowest = 0
|
|
|
P highest = 127
|
|
|
|
|
|
name = "Drum set"
|
|
|
clef = box
|
|
|
transposition = 0
|
|
|
A lowest = 0
|
|
|
A highest = 127
|
|
|
P lowest = 0
|
|
|
P highest = 127
|
|
|
|
|
|
name = "Percussion synthesizer"
|
|
|
clef = two-bar
|
|
|
transposition = 0
|
|
|
A lowest = 0
|
|
|
A highest = 127
|
|
|
P lowest = 0
|
|
|
P highest = 127
|
|
|
|
|
|
# -----------------[keyboards]----------------
|
|
|
category = Keyboards
|
|
|
|
|
|
name = "Piano (treble)"
|
|
|
clef = treble
|
|
|
transposition = 0
|
|
|
A lowest = A0
|
|
|
A highest = C8
|
|
|
P lowest = A0
|
|
|
P highest = C8
|
|
|
|
|
|
name = "Piano (bass)"
|
|
|
clef = bass
|
|
|
transposition = 0
|
|
|
A lowest = A0
|
|
|
A highest = C8
|
|
|
P lowest = A0
|
|
|
P highest = C8
|
|
|
|
|
|
name = "Clavichord (treble)"
|
|
|
clef = treble
|
|
|
transposition = 0
|
|
|
A lowest = F1
|
|
|
A highest = F6
|
|
|
P lowest = F1
|
|
|
P highest = F6
|
|
|
|
|
|
name = "Clavichord (bass)"
|
|
|
clef = bass
|
|
|
transposition = 0
|
|
|
A lowest = F1
|
|
|
A highest = F6
|
|
|
P lowest = F1
|
|
|
P highest = F6
|
|
|
|
|
|
name = "Harpsichord (treble)"
|
|
|
clef = treble
|
|
|
transposition = 0
|
|
|
A lowest = F1
|
|
|
A highest = F6
|
|
|
P lowest = F1
|
|
|
P highest = F6
|
|
|
|
|
|
name = "Harpsichord (bass)"
|
|
|
clef = bass
|
|
|
transposition = 0
|
|
|
A lowest = F1
|
|
|
A highest = F6
|
|
|
P lowest = F1
|
|
|
P highest = F6
|
|
|
|
|
|
name = "Celesta (treble)"
|
|
|
clef = crotale
|
|
|
transposition = 0
|
|
|
A lowest = C4
|
|
|
A highest = C8
|
|
|
P lowest = C4
|
|
|
P highest = C8
|
|
|
|
|
|
name = "Celesta (bass)"
|
|
|
clef = modern celesta
|
|
|
transposition = 0
|
|
|
A lowest = C4
|
|
|
A highest = C8
|
|
|
P lowest = C4
|
|
|
P highest = C8
|
|
|
|
|
|
name = "Electric piano (treble)"
|
|
|
clef = treble
|
|
|
transposition = 0
|
|
|
A lowest = A0
|
|
|
A highest = C8
|
|
|
P lowest = A0
|
|
|
P highest = C8
|
|
|
|
|
|
name = "Electric piano (bass)"
|
|
|
clef = bass
|
|
|
transposition = 0
|
|
|
A lowest = A0
|
|
|
A highest = C8
|
|
|
P lowest = A0
|
|
|
P highest = C8
|
|
|
|
|
|
name = "Toy piano"
|
|
|
clef = treble
|
|
|
transposition = 0
|
|
|
A lowest = C4
|
|
|
A highest = G5
|
|
|
P lowest = C4
|
|
|
P highest = G5
|
|
|
|
|
|
name = "Keyboard synthesizer (treble)"
|
|
|
clef = treble
|
|
|
transposition = 0
|
|
|
A lowest = 0
|
|
|
A highest = 127
|
|
|
P lowest = 0
|
|
|
P highest = 127
|
|
|
|
|
|
name = "Keyboard synthesizer (bass)"
|
|
|
clef = bass
|
|
|
transposition = 0
|
|
|
A lowest = 0
|
|
|
A highest = 127
|
|
|
P lowest = 0
|
|
|
P highest = 127
|
|
|
|
|
|
name = "Organ (manual) (treble)"
|
|
|
clef = treble
|
|
|
transposition = 0
|
|
|
A lowest = C2
|
|
|
A highest = C7
|
|
|
P lowest = C2
|
|
|
P highest = C7
|
|
|
|
|
|
name = "Organ (manual) (bass)"
|
|
|
clef = bass
|
|
|
transposition = 0
|
|
|
A lowest = C2
|
|
|
A highest = C7
|
|
|
P lowest = C2
|
|
|
P highest = C7
|
|
|
|
|
|
name = "Organ (pedal)"
|
|
|
clef = bass
|
|
|
transposition = 0
|
|
|
A lowest = C2
|
|
|
A highest = G4
|
|
|
P lowest = C2
|
|
|
P highest = G4
|
|
|
|
|
|
name = "Electronic organ (manual) (treble)"
|
|
|
clef = treble
|
|
|
transposition = 0
|
|
|
A lowest = C2
|
|
|
A highest = C7
|
|
|
P lowest = C2
|
|
|
P highest = C7
|
|
|
|
|
|
name = "Electronic organ (manual) (bass)"
|
|
|
clef = bass
|
|
|
transposition = 0
|
|
|
A lowest = C2
|
|
|
A highest = C7
|
|
|
P lowest = C2
|
|
|
P highest = C7
|
|
|
|
|
|
name = "Electronic organ (pedal)"
|
|
|
clef = bass
|
|
|
transposition = 0
|
|
|
A lowest = C2
|
|
|
A highest = G4
|
|
|
P lowest = C2
|
|
|
P highest = G4
|
|
|
|
|
|
name = "Harmonium (treble)"
|
|
|
clef = treble
|
|
|
transposition = 0
|
|
|
A lowest = F1
|
|
|
A highest = F6
|
|
|
P lowest = F1
|
|
|
P highest = F6
|
|
|
|
|
|
name = "Harmonium (bass)"
|
|
|
clef = bass
|
|
|
transposition = 0
|
|
|
A lowest = F1
|
|
|
A highest = F6
|
|
|
P lowest = F1
|
|
|
P highest = F6
|
|
|
|
|
|
#end category Keyboards
|
|
|
#
|
|
|
category = Free reeds
|
|
|
|
|
|
name = "Accordion (treble)"
|
|
|
clef = treble
|
|
|
transposition = 0
|
|
|
A lowest = F3
|
|
|
A highest = A6
|
|
|
P lowest = F3
|
|
|
P highest = A6
|
|
|
|
|
|
name = "Accordion (bass)"
|
|
|
clef = bass
|
|
|
transposition = 0
|
|
|
A lowest = C2
|
|
|
A highest = A4
|
|
|
P lowest = C2
|
|
|
P highest = A4
|
|
|
|
|
|
name = "Bandoneon (treble)"
|
|
|
clef = treble
|
|
|
transposition = 0
|
|
|
A lowest = A3
|
|
|
A highest = A6
|
|
|
P lowest = A3
|
|
|
P highest = A6
|
|
|
|
|
|
name = "Bandoneon (bass)"
|
|
|
clef = bass
|
|
|
transposition = 0
|
|
|
A lowest = C2
|
|
|
A highest = A4
|
|
|
P lowest = C2
|
|
|
P highest = A4
|
|
|
|
|
|
name = "Harmonica"
|
|
|
clef = treble
|
|
|
transposition = 0
|
|
|
A lowest = E1
|
|
|
A highest = G7
|
|
|
P lowest = E1
|
|
|
P highest = G7
|
|
|
|
|
|
name = "Melodica"
|
|
|
clef = treble
|
|
|
transposition = 0
|
|
|
A lowest = F3
|
|
|
A highest = C6
|
|
|
P lowest = F3
|
|
|
P highest = C6
|
|
|
|
|
|
# end category Free reeds
|
|
|
#
|
|
|
# -----------------[voices]----------------
|
|
|
category = Voices
|
|
|
name = "Soprano"
|
|
|
clef = treble
|
|
|
transposition = 0
|
|
|
A lowest = C4
|
|
|
A highest = A5
|
|
|
P lowest = C4
|
|
|
P highest = C6
|
|
|
|
|
|
name = "Mezzosoprano"
|
|
|
clef = treble
|
|
|
transposition = 0
|
|
|
A lowest = A3
|
|
|
A highest = F5
|
|
|
P lowest = A3
|
|
|
P highest = A5
|
|
|
|
|
|
name = "Alto"
|
|
|
clef = treble
|
|
|
transposition = 0
|
|
|
A lowest = G3
|
|
|
A highest = D5
|
|
|
P lowest = G3
|
|
|
P highest = F5
|
|
|
|
|
|
name = "Tenor"
|
|
|
clef = guitar
|
|
|
transposition = 0
|
|
|
A lowest = C3
|
|
|
A highest = A4
|
|
|
P lowest = C3
|
|
|
P highest = C5
|
|
|
|
|
|
name = "Baritone"
|
|
|
clef = bass
|
|
|
transposition = 0
|
|
|
A lowest = A2
|
|
|
A highest = F4
|
|
|
P lowest = A2
|
|
|
P highest = A4
|
|
|
|
|
|
name = "Bass"
|
|
|
clef = bass
|
|
|
transposition = 0
|
|
|
A lowest = F2
|
|
|
A highest = D4
|
|
|
P lowest = F2
|
|
|
P highest = F4
|
|
|
|
|
|
name = "Boy soprano"
|
|
|
clef = treble
|
|
|
transposition = 0
|
|
|
A lowest = C4
|
|
|
A highest = F5
|
|
|
P lowest = C4
|
|
|
P highest = A5
|
|
|
|
|
|
# -----------------[miscellaneous]----------------
|
|
|
category = Miscellaneous
|
|
|
|
|
|
name = "Kazoo (treble)"
|
|
|
clef = treble
|
|
|
transposition = 0
|
|
|
A lowest = G3
|
|
|
A highest = A5
|
|
|
P lowest = G3
|
|
|
P highest = C6
|
|
|
|
|
|
name = "Kazoo (bass)"
|
|
|
clef = bass
|
|
|
transposition = 0
|
|
|
A lowest = F2
|
|
|
A highest = A4
|
|
|
P lowest = F2
|
|
|
P highest = C5
|
|
|
|
|
|
name = "Police whistle"
|
|
|
clef = two-bar
|
|
|
transposition = 0
|
|
|
A lowest = 0
|
|
|
A highest = 127
|
|
|
P lowest = 0
|
|
|
P highest = 127
|
|
|
|
|
|
name = "Bird whistle"
|
|
|
clef = two-bar
|
|
|
transposition = 0
|
|
|
A lowest = 0
|
|
|
A highest = 127
|
|
|
P lowest = 0
|
|
|
P highest = 127
|
|
|
|
|
|
name = "Duck call"
|
|
|
clef = two-bar
|
|
|
transposition = 0
|
|
|
A lowest = 0
|
|
|
A highest = 127
|
|
|
P lowest = 0
|
|
|
P highest = 127
|
|
|
|
|
|
name = "Mouth siren"
|
|
|
clef = two-bar
|
|
|
transposition = 0
|
|
|
A lowest = 0
|
|
|
A highest = 127
|
|
|
P lowest = 0
|
|
|
P highest = 127
|
|
|
|
|
|
name = "Siren"
|
|
|
clef = two-bar
|
|
|
transposition = 0
|
|
|
A lowest = 0
|
|
|
A highest = 127
|
|
|
P lowest = 0
|
|
|
P highest = 127
|
|
|
|
|
|
name = "Auto horn"
|
|
|
clef = two-bar
|
|
|
transposition = 0
|
|
|
A lowest = 0
|
|
|
A highest = 127
|
|
|
P lowest = 0
|
|
|
P highest = 127
|
|
|
|
|
|
name = "Klaxon horn"
|
|
|
clef = two-bar
|
|
|
transposition = 0
|
|
|
A lowest = 0
|
|
|
A highest = 127
|
|
|
P lowest = 0
|
|
|
P highest = 127
|
|
|
|
|
|
name = "Lion's roar"
|
|
|
clef = two-bar
|
|
|
transposition = 0
|
|
|
A lowest = 0
|
|
|
A highest = 127
|
|
|
P lowest = 0
|
|
|
P highest = 127
|
|
|
|
|
|
name = "Wind machine"
|
|
|
clef = two-bar
|
|
|
transposition = 0
|
|
|
A lowest = 0
|
|
|
A highest = 127
|
|
|
P lowest = 0
|
|
|
P highest = 127
|
|
|
|
|
|
name = "Pistol shot"
|
|
|
clef = two-bar
|
|
|
transposition = 0
|
|
|
A lowest = 0
|
|
|
A highest = 127
|
|
|
P lowest = 0
|
|
|
P highest = 127
|