| blue does not do this; I have to check, but it's graphical tempo
editor either outputs a t-statement or preprocesses the score (I think
the latter).
I think Csound could be modified to make tempo a part of the engine
and at runtime the tempo modifications could be applied, but it would
take a little bit of work. I think the modification would be backwards
compatible.
On Mon, Jun 14, 2010 at 12:25 PM, Andres Cabrera wrote:
> Hi
>
> On Mon, Jun 14, 2010 at 5:14 PM, Jim Aikin wrote:
>>
>> Is there a way to affect the playback tempo (the data contained in a t
>> statement) from an instrument during performance?
>>
>> Or is it possible that I've finally discovered something that Csound can't
>> do?
>
> It's not that it can't do it, it's that you are misunderstanding what
> it's doing =)
>
> When you create a score and set tempo changes, the score is
> preprocessed, and new times are calculated for the events from the
> tempo values, so what reaches Csound is not a score with tempo
> changes, but a score whose times reflect those changes. So you would
> have to use different mechanism to the score preprocessor to allow
> this, e.g. building some sequencing mechanism in the csound orc, or
> build your own sequencer which feeds events using the API.
>
> Maybe blue already does this?
>
> Cheers,
> Andrés
>
>
> Send bugs reports to the Sourceforge bug tracker
> https://sourceforge.net/tracker/?group_id=81968&atid=564599
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>
>
Send bugs reports to the Sourceforge bug tracker
https://sourceforge.net/tracker/?group_id=81968&atid=564599
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
|