Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNat <natcl@hotmail.com>2007-07-12 18:49:59 (GMT)
committer Nat <natcl@hotmail.com>2007-07-12 18:49:59 (GMT)
commit80be50fda81c8849f366d7108daf3b25695f4b83 (patch)
treef69467fe914b97cc3c132f5e215252b9027b2837
parentbed9f06b6ed68dff7cef1727fe59edb1eca98b80 (diff)
Removed annoying print NEWS file updated
-rw-r--r--Edit/MainWindow.py1
-rw-r--r--NEWS4
2 files changed, 4 insertions, 1 deletions
diff --git a/Edit/MainWindow.py b/Edit/MainWindow.py
index bae041b..bd50c08 100644
--- a/Edit/MainWindow.py
+++ b/Edit/MainWindow.py
@@ -1401,7 +1401,6 @@ class MainWindow( SubActivity ):
page = self.noteDB.getPage(pageId)
for i in range(Config.NUMBER_OF_TRACKS):
- print self.trackInstrument[i].instrumentId
if self.trackInstrument[i].instrumentId != page.instruments[i]:
self.trackInstrument[i] = Config.INSTRUMENTSID[page.instruments[i]]
if i == Config.NUMBER_OF_TRACKS-1: btn = self.GUI["2drumButton"]
diff --git a/NEWS b/NEWS
index 340fb30..eae0f7a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,9 @@
31
+* Working network (create a FORCE_SHARE file in the / dir) (lync)
+* New tune generator in Edit, click the dice in the tune view (Olipet)
+* Fine tuning of the algorythmic generator and orchestras (Olipet)
+* TamTamJam (miniTamTam) integration with the journal (Flipo)
* Title according to subactivity displayed in the journal (Flipo)
30