From 0fba4c377b356a38f16b85a1d04a15f1eb88ac64 Mon Sep 17 00:00:00 2001 From: Aleksey Lim Date: Wed, 14 Sep 2011 20:14:35 +0000 Subject: Add new instrument, Solomon Islands pipe (Sean Linton) --- (limited to 'common/Util/Instruments.py') diff --git a/common/Util/Instruments.py b/common/Util/Instruments.py index 9acfca8..5ba8937 100644 --- a/common/Util/Instruments.py +++ b/common/Util/Instruments.py @@ -557,6 +557,11 @@ _addInstrument("drum6madal11", INST_SIMP, LOW, 'percussions', 0, 0, 0, 1, kitStage=True) _addInstrument("drum6madal12", INST_SIMP, LOW, 'percussions', 0, 0, 0, 1, kitStage=True) +_addInstrument('au_pipes', INST_TIED, MID, 'winds', + 0, 1, 0, 0.9, + # TRANS: The sound of a Solomon Islands pipe, named "'au tahana" + # TRANS: http://www.jstor.org/pss/851365 + nameTooltip=_('\'au tahana')) if Config.FEATURES_NEWSOUNDS: try: -- cgit v0.9.1