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-01 21:56:43 (GMT)
committer Oli <olivier.belanger@umontreal.ca>2007-04-01 21:56:43 (GMT)
commitfc1459e2b0d43862013e52a8b12fa072aeddf19e (patch)
tree258212feb59a440c4f8a13bb795d92f1f4c69f57 /Resources
parent412e2f774c058ddc60e726fc861cca9d4418e5e5 (diff)
algo tooltips
Diffstat (limited to 'Resources')
-rw-r--r--Resources/tooltips_en.py22
1 files changed, 21 insertions, 1 deletions
diff --git a/Resources/tooltips_en.py b/Resources/tooltips_en.py
index f891a6e..fcacea7 100644
--- a/Resources/tooltips_en.py
+++ b/Resources/tooltips_en.py
@@ -42,7 +42,27 @@ class Tooltips:
self.Edit["2volumeSlider"] = 'Master volume'
self.Edit["2tempoSlider"] = 'Tempo'
-
+ self.ALGO = {}
+ self.ALGO["XYButton1"] = '-- Rythm density, | Rythm regularity'
+ self.ALGO["XYButton2"] = '-- Pitch regularity, | Pitch maximum step'
+ self.ALGO["XYButton3"] = '-- Average duration, | Silence probability'
+ self.ALGO["drunk"] = 'Drunk'
+ self.ALGO["droneJump"] = 'Drone and Jump'
+ self.ALGO["repeat"] = 'Repeater'
+ self.ALGO["loopSeg"] = 'Loop segments'
+ 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["saveButton"] = 'Save preset'
+ self.ALGO["loadButton"] = 'Load preset'
+ self.ALGO["checkButton"] = 'Generate'
+ self.ALGO["cancelButton"] = 'Close'
+
+
#miniTamTam
VOL = 'Volume'
REV = 'Reverb'