Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/SynthLab
diff options
context:
space:
mode:
authorOli <olivier.beloanger@umontreal.ca>2007-07-30 05:18:15 (GMT)
committer Oli <olivier.beloanger@umontreal.ca>2007-07-30 05:18:15 (GMT)
commit21decdc091cc875fafb258d61aedd9e012cab6a7 (patch)
tree029a66164d585fc4c685483c7d9a3b49fe1c7c8b /SynthLab
parent92bea5f3b4d350ac1135cd56ce40ff080fd9638a (diff)
remove little crap...
Diffstat (limited to 'SynthLab')
-rw-r--r--SynthLab/SynthLabWindow.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/SynthLab/SynthLabWindow.py b/SynthLab/SynthLabWindow.py
index a3435c3..7766f29 100644
--- a/SynthLab/SynthLabWindow.py
+++ b/SynthLab/SynthLabWindow.py
@@ -207,7 +207,7 @@ class SynthLabWindow(SubActivity):
self.infoBox.pack_start(slidersBox, False, False, 5)
- self.infoText = 'Please think about how things would work when we have collaborative work on a piece, and someone wants to add a mic sound (or Synth). This clashes with our current idea of having instruments be like individual computer-level resources... its not clear whose computer it should be on, who has read/write perms on the file, etc.'
+ self.infoText = 'ADSR envelope apply on the overall signal'
textBox = gtk.HBox()
textScroller = gtk.ScrolledWindow()
textScroller.set_policy(gtk.POLICY_NEVER, gtk.POLICY_AUTOMATIC)