Changeset - a232bc895568
[Not reviewed]
default
0 1 0
drewp@bigasterisk.com - 11 years ago 2014-06-14 07:30:59
drewp@bigasterisk.com
new sub effects get effect labels
Ignore-this: 46c2d8adf10e4af749cc94b73e8da43a
1 file changed with 2 insertions and 1 deletions:
0 comments (0 inline, 0 general)
bin/effecteval
Show inline comments
 
@@ -62,7 +62,8 @@ class SongEffects(PrettyErrorHandler, cy
 
            cr.newCurve(ctx, label=Literal('sub %s' % droppedLabel))
 
            cr.saveCurve()
 
            quads.extend([
 
                (song, L9['curve'], curve, ctx),                
 
                (song, L9['curve'], curve, ctx),
 
                (effect, RDFS.label, Literal('sub %s' % droppedLabel), ctx),
 
                (effect, L9['code'],
 
                 Literal('out = %s * %s' % (dropped.n3(), curve.n3())),
 
                 ctx),
0 comments (0 inline, 0 general)