changeset 2:5da1b70e6fe9

Cleaning up.
author samer
date Wed, 19 Dec 2012 19:11:13 +0000
parents d35859afe98f
children 996042a27515
files musiclm.pl
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/musiclm.pl	Tue Jan 24 22:31:49 2012 +0000
+++ b/musiclm.pl	Wed Dec 19 19:11:13 2012 +0000
@@ -304,7 +304,7 @@
 	structure_sampler(Structure, Sampler),
 	structure_event_builder(Opts,Structure,Trans),
 	option(print(PF),Opts,true),
-	(	PF=true -> Src = Src1>>arr(Printer) ; Src = Src1),
+	(	PF=true -> Src = (Src1>>arr(Printer)) ; Src = Src1),
 	Src1=src(Sampler,State1,State2).
 
 structure_sampler( hdplm(_,_), samp).