[Csnd] GEN 49 deferred size
Date | 2011-10-28 16:15 |
From | k_o_m_p |
Subject | [Csnd] GEN 49 deferred size |
Hello, I'm trying to use GEN 49 deferring the size of the table to import a mp3 file. The following error is occuring: ftable 836: deferred size for GENs 1, 23 or 28 only f836 0.00 0.00 49.00 110.00 ... INIT ERROR in instr 0: ftgen error gisong ftgen 836 0 0 49 110 0 2 header init errors If I change the table size to a constant number it seams to work. Running csound 5.13 (floats) on OSX10.6 Thanks for any help, Luis <CsoundSynthesizer> <CsOptions> -odac -d -m0 </CsOptions> <CsInstruments> strset 110, "Prodigy-Narayan.MP3" gisong ftgen 836, 0, 0, 49, 110, 0, 2 instr 1 gidur = ftlen(836) / sr Sfile strget 110 ;print sound info prints "\n\n created ftable 836 with %.2f secs with file ", gidur prints Sfile prints "\n\n" endin </CsInstruments> <CsScore> i 1 0 1 e </CsScore> </CsoundSynthesizer> |
Date | 2011-10-28 16:19 |
From | jpff@cs.bath.ac.uk |
Subject | Re: [Csnd] GEN 49 deferred size |
> Hello, > I'm trying to use GEN 49 deferring the size of the > table to import a mp3 file. The following error is > occuring: > > ftable 836: deferred size for GENs 1, 23 or 28 only > > ...and yor point is? As far as I am aware deferred size is for GENs 1, 23 or 28 only 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" |
Date | 2011-10-28 16:23 |
From | Adam Puckett |
Subject | Re: [Csnd] GEN 49 deferred size |
He wants to defer the size of a GEN49 table. On 10/28/11, jpff@cs.bath.ac.uk |
Date | 2011-10-28 16:31 |
From | k_o_m_p |
Subject | Re: [Csnd] GEN 49 deferred size |
According to the manual
the allocation of table memory
can be deferred also with
GEN 49... or not? Am 28.10.11 17:19, schrieb jpff@cs.bath.ac.uk: Hello, I'm trying to use GEN 49 deferring the size of the table to import a mp3 file. The following error is occuring: ftable 836: deferred size for GENs 1, 23 or 28 only...and yor point is? As far as I am aware deferred size is for GENs 1, 23 or 28 only 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" --
Severinswall 54 D-50678 Köln http://luisantunespena.eu +49 (0)221 29020757 +49 (0)176 968 09 867 (mobile) |
Date | 2011-10-28 16:45 |
From | peiman khosravi |
Subject | Re: [Csnd] GEN 49 deferred size |
yes that is what the manual says. P On 28 October 2011 16:31, k_o_m_p |
Date | 2011-10-28 17:30 |
From | jpff@cs.bath.ac.uk |
Subject | Re: [Csnd] GEN 49 deferred size |
No one told the code that. Basically the manual is wrong. I will look to see if it is easy/possible ==John ff > yes that is what the manual says. > > P > > On 28 October 2011 16:31, k_o_m_p |
Date | 2011-10-28 17:49 |
From | jpff@cs.bath.ac.uk |
Subject | Re: [Csnd] GEN 49 deferred size |
> No one told the code that. Basically the manual is wrong. I will look to > see if it is easy/possible > > ==John ff > >> yes that is what the manual says. >>I now have code that does it (I think). SECTION 1: created ftable 836 with 23.24 secs with file /jpff/innogioia4versioni.mp3 Score finished in csoundPerform(). Will commit to git now ==John ff 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" |
Date | 2011-10-28 20:07 |
From | k_o_m_p |
Subject | Re: [Csnd] GEN 49 deferred size |
Fantastic! Thank you! Am 28.10.11 18:49, schrieb jpff@cs.bath.ac.uk: No one told the code that. Basically the manual is wrong. I will look to see if it is easy/possible ==John ffyes that is what the manual says. I now have code that does it (I think).SECTION 1: created ftable 836 with 23.24 secs with file /jpff/innogioia4versioni.mp3 Score finished in csoundPerform(). Will commit to git now ==John ff 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" --
Severinswall 54 D-50678 Köln http://luisantunespena.eu +49 (0)221 29020757 +49 (0)176 968 09 867 (mobile) |