[Csnd-dev] oscilikts: deferred-size table load not available at perf time
| Date | 2015-11-03 17:15 |
| From | Peter 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? Pete"deferred-size table load not available at perf time" |
| Date | 2015-11-03 19:31 |
| From | jpff |
| Subject | Re: [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
> |
| Date | 2015-11-03 20:18 |
| From | Peter Burgess |
| Subject | Re: [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 |
| Date | 2015-11-03 20:32 |
| From | Victor Lazzarini |
| Subject | Re: [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
|
| Date | 2015-11-03 20:56 |
| From | Peter Burgess |
| Subject | Re: [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? |
| Date | 2015-11-03 21:01 |
| From | Victor Lazzarini |
| Subject | Re: [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
|
| Date | 2015-11-03 22:06 |
| From | Peter Burgess |
| Subject | Re: [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! |