ok i guess you use the timesig-den setting for measures to force the timsig demnom.
this version does what you want:

define process quint(durs)
  run for d in durs
    for n from 60
    send "fms:meas", dur: d, beat: 1/8, timesig-den: 8

    send "fms:note", part: "pno", dur: d, pitch: n
    print "here!"
    wait d
  end

<<inline: quint.png>>




_______________________________________________
Cmdist mailing list
[email protected]
http://ccrma-mail.stanford.edu/mailman/listinfo/cmdist

Reply via email to