Csound Csound-dev Csound-tekno Search About

[Csnd] tablekt k-rate f-table perf error

Date2020-05-07 13:13
Fromfauveboy
Subject[Csnd] tablekt k-rate f-table perf error
I've entered a k-rate variable "kloopup" as the second arg to tablekt you can
see in my code here:  csound_threaded.cpp
  

However here's the output of the program when I try to playback an audio
file with tabletk:  threadedoutput.txt
  

hopefully, you can see online 58 there is a PERF ERROR: line 26: table:
could not find ftable 805825.

Im quite sure these are the args tablekt expects but do we know why this
particular error has occurred?



--
Sent from: http://csound.1045644.n5.nabble.com/Csound-General-f1093014.html

Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here

Date2020-05-07 13:23
FromOeyvind Brandtsegg
SubjectRe: [Csnd] tablekt k-rate f-table perf error
Hm, it is a little bit hard to understand what you want to do.
But what you do in the code is to find the length of the audio sample loaded in table 2, and then use this length as the *table number* for the tableikt.
The error appears because you do not have a table with table number 805825,
as you only have 2 tables (number 1 and number 2)


tor. 7. mai 2020 kl. 14:13 skrev fauveboy <joel.ramsbottom@hotmail.co.uk>:
I've entered a k-rate variable "kloopup" as the second arg to tablekt you can
see in my code here:  csound_threaded.cpp
<http://csound.1045644.n5.nabble.com/file/t339654/csound_threaded.cpp

However here's the output of the program when I try to playback an audio
file with tabletk:  threadedoutput.txt
<http://csound.1045644.n5.nabble.com/file/t339654/threadedoutput.txt

hopefully, you can see online 58 there is a PERF ERROR: line 26: table:
could not find ftable 805825.

Im quite sure these are the args tablekt expects but do we know why this
particular error has occurred?



--
Sent from: http://csound.1045644.n5.nabble.com/Csound-General-f1093014.html

Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here
Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here