Csound Csound-dev Csound-tekno Search About

[Csnd] GEN 49 deferred size

Date2011-10-28 16:15
Fromk_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>





--
signatur http://luisantunespena.eu

Date2011-10-28 16:19
Fromjpff@cs.bath.ac.uk
SubjectRe: [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"

Date2011-10-28 16:23
FromAdam Puckett
SubjectRe: [Csnd] GEN 49 deferred size
He wants to defer the size of a GEN49 table.

On 10/28/11, jpff@cs.bath.ac.uk  wrote:
>> 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"
>
>


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"

Date2011-10-28 16:31
Fromk_o_m_p
SubjectRe: [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"




--
signatur luis antunes pena
Severinswall 54
D-50678 Köln

http://luisantunespena.eu

+49 (0)221 29020757
+49 (0)176 968 09 867 (mobile)

Date2011-10-28 16:45
Frompeiman khosravi
SubjectRe: [Csnd] GEN 49 deferred size
yes that is what the manual says.

P

On 28 October 2011 16:31, k_o_m_p  wrote:
> 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"
>
>
>
>
> --
> luis antunes pena
> Severinswall 54
> D-50678 Köln
>
> http://luisantunespena.eu
>
> +49 (0)221 29020757
> +49 (0)176 968 09 867 (mobile)
>


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"


Date2011-10-28 17:30
Fromjpff@cs.bath.ac.uk
SubjectRe: [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  wrote:
>> 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"
>>
>>
>>
>>
>> --
>> luis antunes pena
>> Severinswall 54
>> D-50678 Köln
>>
>> http://luisantunespena.eu
>>
>> +49 (0)221 29020757
>> +49 (0)176 968 09 867 (mobile)
>>
>
>
> 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"
>
>
>
>




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"

Date2011-10-28 17:49
Fromjpff@cs.bath.ac.uk
SubjectRe: [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"

Date2011-10-28 20:07
Fromk_o_m_p
SubjectRe: [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 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"




--
signatur luis antunes pena
Severinswall 54
D-50678 Köln

http://luisantunespena.eu

+49 (0)221 29020757
+49 (0)176 968 09 867 (mobile)