diff bin/curvecalc @ 894:836ea837cae9

curvecalc just barely running its subexprs and outputting levels Ignore-this: 76cbc3bf4174e6620058945cfa229dce
author Drew Perttula <drewp@bigasterisk.com>
date Sun, 09 Jun 2013 01:02:13 +0000
parents 1b19038f42e2
children fc651955d6d9
line wrap: on
line diff
--- a/bin/curvecalc	Sat Jun 08 23:57:33 2013 +0000
+++ b/bin/curvecalc	Sun Jun 09 01:02:13 2013 +0000
@@ -197,7 +197,7 @@
         
         for st in set(self.graph.objects(song, L9['subterm'])):
             log.info("song %s has subterm %s", song, st)
-            term = Subterm(self.graph, st, self.songSubtermsContext())
+            term = Subterm(self.graph, st, self.songSubtermsContext(), self.curveset)
             add_one_subterm(term, self.curveset, master)
 
         master.show_all()
@@ -368,7 +368,7 @@
     graph.addHandler(curvesetReload)
         
     log.debug("startup: output %s", time.time() - startTime)
-    out = Output(music)
+    out = Output(graph, session, music, curveset)
 
     mt = MaxTime(graph, session)
     dispatcher.connect(lambda: mt.get(), "get max time", weak=False)