|
|
Re: NRT options Part II: msg#00204
audio.supercollider.devel
|
Subject: |
Re: NRT options Part II |
Thanks Julian,
I understand your concern about the dummy command at the end...
Perhaps \c_get would be better?
Josh
On Aug 23, 2004, at 12:39 AM, Julian Rohrhuber wrote:
Hi Julian,
Thanks, what you changed looks fine. the \c_set is there as a dummy
final command to control the duration of the soundfile to be written.
If you have a score like this:
[
[0, [something]],
[1, [something]],
[2, [something]],
[3, [something]]
]
... and you want it to be 2.5 seconds long, you first have to remove
the event at 3 seconds, then place in a dummy command (anything) that
has the time stamp of 2.5. NRT stops when it reaches the last
command. As far as the assumption it makes that you are setting a
control bus to 0, nothing is going to be synthesized after this point
anyways, so it really doesn't affect anything.
I think everything else looks fine though, thanks for taking a look
at it!
ok, I see. I think it is not the best solution, as you might want to
take sections off Scores and recombine them.
Anyway, I've committed it, so everything should work as expected.
--
.
_______________________________________________
sc-dev mailing list
sc-dev-Ayv8T2snMLBt9CRQqspbbg@xxxxxxxxxxxxxxxx
http://www.create.ucsb.edu/mailman/listinfo/sc-dev
|
|