Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Resources
diff options
context:
space:
mode:
authorOli <olivier.belanger@umontreal.ca>2007-04-05 00:31:05 (GMT)
committer Oli <olivier.belanger@umontreal.ca>2007-04-05 00:31:05 (GMT)
commitd60215dcab17e8d96d804749be397398d389921c (patch)
treea9740a39e7b7eb741d14a28d3c92814cec0f06c0 /Resources
parent02070813265341e7d047f1abc900e100ec17b2ca (diff)
fixs and others things...
Diffstat (limited to 'Resources')
-rw-r--r--Resources/tooltips_en.py24
1 files changed, 19 insertions, 5 deletions
diff --git a/Resources/tooltips_en.py b/Resources/tooltips_en.py
index fcacea7..e933a1b 100644
--- a/Resources/tooltips_en.py
+++ b/Resources/tooltips_en.py
@@ -53,16 +53,29 @@ class Tooltips:
self.ALGO["majorKey"] = 'Major scale'
self.ALGO["minorHarmKey"] = 'Harmonic minor scale'
self.ALGO["minorKey"] = 'Natural minor scale'
- self.ALGO["phrygienKey"] = 'Phrygien scale'
- self.ALGO["dorienKey"] = 'Dorien scale'
- self.ALGO["lydienKey"] = 'Lydien scale'
- self.ALGO["myxoKey"] = 'Myxolydien scale'
+ self.ALGO["phrygienKey"] = 'Phrygian scale'
+ self.ALGO["dorienKey"] = 'Dorian scale'
+ self.ALGO["lydienKey"] = 'Lydian scale'
+ self.ALGO["myxoKey"] = 'Myxolydian scale'
self.ALGO["saveButton"] = 'Save preset'
self.ALGO["loadButton"] = 'Load preset'
self.ALGO["checkButton"] = 'Generate'
self.ALGO["cancelButton"] = 'Close'
-
+ self.PROP = {}
+ self.PROP['pitchUp'] = 'Transpose up'
+ self.PROP['pitchDown'] = 'Transpose down'
+ self.PROP['volumeUp'] = 'Volume up'
+ self.PROP['volumeDown'] = 'Volume down'
+ self.PROP['panSlider'] = 'Panoramisation'
+ self.PROP['reverbSlider'] = 'Reverb'
+ self.PROP['attackSlider'] = 'Attack duration'
+ self.PROP['decaySlider'] = 'Decay duration'
+ self.PROP['filterTypeLowButton'] = 'Lowpass filter'
+ self.PROP['filterTypeHighButton'] = 'Highpass filter'
+ self.PROP['filterTypeBandButton'] = 'Bandpass filter'
+ self.PROP['cutoffSlider'] = 'Filter cutoff'
+
#miniTamTam
VOL = 'Volume'
REV = 'Reverb'
@@ -87,6 +100,7 @@ class Tooltips:
CONTROL = 'Control'
SOUNDOUT = 'Sound Output'
SOUNDDUR = 'Sound Duration'
+ SL_RECORDBUTTONS = ['Record into slot 1', 'Record into slot 2', 'Record into slot 3', 'Record into slot 4', 'Record into slot 5', 'Record into slot 6']
SAVE = 'Save'
LOAD = 'Load'
SAVEMINI = 'Save to miniTamTam'