Csound Csound-dev Csound-tekno Search About

[Csnd] tempo in ReadScore

Date2014-05-10 07:48
Fromzappfinger
Subject[Csnd] tempo in ReadScore
When I set the tempo in ReadScore, like

self.csound.ReadScore("t 0 120")

and then start a performance thread that plays a score, there is no
difference with setting the tempo to 60 (the default) or another value.

Why?

Richard



--
View this message in context: http://csound.1045644.n5.nabble.com/tempo-in-ReadScore-tp5735077.html
Sent from the Csound - General mailing list archive at Nabble.com.

Date2014-05-10 08:10
FromVictor Lazzarini
SubjectRe: [Csnd] tempo in ReadScore
Again, this will only affect the in-memory score, not the RT events.
========================
Dr Victor Lazzarini
Senior Lecturer
NUI Maynooth, Ireland
victor dot lazzarini at nuim dot ie




On 10 May 2014, at 07:48, zappfinger  wrote:

> When I set the tempo in ReadScore, like
> 
> self.csound.ReadScore("t 0 120")
> 
> and then start a performance thread that plays a score, there is no
> difference with setting the tempo to 60 (the default) or another value.
> 
> Why?
> 
> Richard
> 
> 
> 
> --
> View this message in context: http://csound.1045644.n5.nabble.com/tempo-in-ReadScore-tp5735077.html
> Sent from the Csound - General mailing list archive at Nabble.com.
> 
> 
> Send bugs reports to
>        https://github.com/csound/csound/issues
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
> 
> 
> 



Date2014-05-10 08:26
Fromzappfinger
Subject[Csnd] Re: tempo in ReadScore
Ok, I understand it works that way, unfortunately...
But what about the opcode that measures time since the start of a score ( I
forgot the name of the opcode):
does that measure time since the start of the cscound object or the start of
the performance thread?

Richard 



--
View this message in context: http://csound.1045644.n5.nabble.com/tempo-in-ReadScore-tp5735077p5735080.html
Sent from the Csound - General mailing list archive at Nabble.com.

Date2014-05-10 10:15
FromVictor Lazzarini
SubjectRe: [Csnd] tempo in ReadScore
times will count from the start of the performanceThread (it starts counting as soon as performKsmps() are called).
========================
Dr Victor Lazzarini
Senior Lecturer
NUI Maynooth, Ireland
victor dot lazzarini at nuim dot ie




On 10 May 2014, at 08:26, zappfinger  wrote:

> Ok, I understand it works that way, unfortunately...
> But what about the opcode that measures time since the start of a score ( I
> forgot the name of the opcode):
> does that measure time since the start of the cscound object or the start of
> the performance thread?
> 
> Richard 
> 
> 
> 
> --
> View this message in context: http://csound.1045644.n5.nabble.com/tempo-in-ReadScore-tp5735077p5735080.html
> Sent from the Csound - General mailing list archive at Nabble.com.
> 
> 
> Send bugs reports to
>        https://github.com/csound/csound/issues
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
> 
> 
>