Csound Csound-dev Csound-tekno Search About

[Csnd-dev] oscilikts: deferred-size table load not available at perf time

Date2015-11-03 17:15
FromPeter Burgess
Subject[Csnd-dev] oscilikts: deferred-size table load not available at perf time
hi there, should using the oscilikts opcode (the one with k-rate ftable control) to read a gen01 table produce the bellow error? even if I am passing the table number with an i-rate variable?

"deferred-size table load not available at perf time"

Pete

Date2015-11-03 19:31
Fromjpff
SubjectRe: [Csnd-dev] oscilikts: deferred-size table load not available at perf time
I cannt find that error message in the sources.  Nearest is

Deferred-size ftable %f load not available at perf time.

Which says program is trying to use a table that has not been loaded yet.

Perhaps the cryptic comment in the code:
      * This does not handle deferred function table loads (gen01).
applies?

Not sure I understad the delayed load code -- never used it

On Tue, 3 Nov 2015, Peter Burgess wrote:

> hi there, should using the oscilikts opcode (the one with k-rate ftable
> control) to read a gen01 table produce the bellow error? even if I am passing
> the table number with an i-rate variable?
> 
> "deferred-size table load not available at perf time"
> 
> Pete
> 

Date2015-11-03 20:18
FromPeter Burgess
SubjectRe: [Csnd-dev] oscilikts: deferred-size table load not available at perf time

Lol! Yep, that comment sounds like it explains it. Where did you read that? In the sources?

Cheers for your reply,

Pete


Date2015-11-03 20:32
FromVictor Lazzarini
SubjectRe: [Csnd-dev] oscilikts: deferred-size table load not available at perf time
A solution might be to replace csound->FtFindP() for csound->FtNp2Find() in the opcode sources.

Victor Lazzarini
Dean of Arts, Celtic Studies, and Philosophy
Maynooth University
Ireland

On 3 Nov 2015, at 20:18, Peter Burgess <pete.soundtechnician@GMAIL.COM> wrote:

Lol! Yep, that comment sounds like it explains it. Where did you read that? In the sources?

Cheers for your reply,

Pete


Date2015-11-03 20:56
FromPeter Burgess
SubjectRe: [Csnd-dev] oscilikts: deferred-size table load not available at perf time

Ok, I'll give that a go. Can I ask what that will do?


Date2015-11-03 21:01
FromVictor Lazzarini
SubjectRe: [Csnd-dev] oscilikts: deferred-size table load not available at perf time
I think this is better left for the devel team. I can do this tomorrow, or John might
get there first.

Victor Lazzarini
Dean of Arts, Celtic Studies, and Philosophy
Maynooth University
Ireland

On 3 Nov 2015, at 20:56, Peter Burgess <pete.soundtechnician@GMAIL.COM> wrote:

Ok, I'll give that a go. Can I ask what that will do?


Date2015-11-03 22:06
FromPeter Burgess
SubjectRe: [Csnd-dev] oscilikts: deferred-size table load not available at perf time

Oh right, you mean you can add this permanently into the official csound? Cos that would be awesome if that is what you mean!