[Csnd] GEN23 problem test files
| Date | 2011-05-25 10:35 |
| From | Andreas Bergsland |
| Subject | [Csnd] GEN23 problem test files |
| Attachments | GEN23test.csd Table-numericals_and_text.txt Table-numericals_only.txt andreas_bergsland.vcf |
Hi again,
just some test files to illustrate the problem
giNum ftgen 0, 0, 0, -23, "Table-numericals_only.txt"
;giTxt ftgen 0, 0, 0, -23, "Table-numericals_and_text.txt"
instr 1
ival1 tab_i 0, giNum
ival2 tab_i 1, giNum
print ival1, ival2
endin
Here, uncommenting the giTxt line will cause csound to hang.
Andreas
--
Andreas Bergsland,
postdoktor
Musikkteknologiseksjonen
Institutt for musikk
Olavskvartalet
NTNU
7491 Trondheim
Besøksadresse: Fjordgt.1 (3.etg.)
e-post: andreas.bergsland@ntnu.no
Web: http://folk.ntnu.no/andbe
Tlf: 7359 0096
Mob: 4566 3316
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-05-25 17:16 |
| From | jpff@cs.bath.ac.uk |
| Subject | Re: [Csnd] GEN23 problem test files |
Possibly because the file does not end in a newline?
WIll look more closely
> Hi again,
> just some test files to illustrate the problem
>
> giNum ftgen 0, 0, 0, -23, "Table-numericals_only.txt"
> ;giTxt ftgen 0, 0, 0, -23, "Table-numericals_and_text.txt"
>
> instr 1
>
> ival1 tab_i 0, giNum
> ival2 tab_i 1, giNum
>
> print ival1, ival2
>
> endin
>
> Here, uncommenting the giTxt line will cause csound to hang.
>
> Andreas
>
> --
> Andreas Bergsland,
> postdoktor
>
> Musikkteknologiseksjonen
> Institutt for musikk
> Olavskvartalet
> NTNU
> 7491 Trondheim
>
> Besøksadresse: Fjordgt.1 (3.etg.)
> e-post: andreas.bergsland@ntnu.no
> Web: http://folk.ntnu.no/andbe
> Tlf: 7359 0096
> Mob: 4566 3316
>
>
> 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"
|
| Date | 2011-05-25 17:30 |
| From | jpff@cs.bath.ac.uk |
| Subject | Re: [Csnd] GEN23 problem test files |
Fixed here; just cannot push it to Sourceforge. WIll take a little time
to work out what is happening
==John ff
> Hi again,
> just some test files to illustrate the problem
>
> giNum ftgen 0, 0, 0, -23, "Table-numericals_only.txt"
> ;giTxt ftgen 0, 0, 0, -23, "Table-numericals_and_text.txt"
>
> instr 1
>
> ival1 tab_i 0, giNum
> ival2 tab_i 1, giNum
>
> print ival1, ival2
>
> endin
>
> Here, uncommenting the giTxt line will cause csound to hang.
>
> Andreas
>
> --
> Andreas Bergsland,
> postdoktor
>
> Musikkteknologiseksjonen
> Institutt for musikk
> Olavskvartalet
> NTNU
> 7491 Trondheim
>
> Besøksadresse: Fjordgt.1 (3.etg.)
> e-post: andreas.bergsland@ntnu.no
> Web: http://folk.ntnu.no/andbe
> Tlf: 7359 0096
> Mob: 4566 3316
>
>
> 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"
|
| Date | 2012-12-05 12:27 | ||||||||||
| From | Andreas Bergsland | ||||||||||
| Subject | [Csnd] GEN23 problem with semicolons | ||||||||||
| Attachments | GEN23test.csd Table-numericals_and_text.txt Table-numericals_only.txt andreas_bergsland.vcf | ||||||||||
|
Hi, I was just doing some work where I stored some numbers in a text file (with commas and semicolons) and wanting to get them into csound with GEN23 I found that csound hangs when it tries to read it. (with 100% CPU use) After a little testing it seemed that commas were OK, but that a semicolon makes it hang. I reported this problem with text earlier (see mail and examples below) and remember John reported that it was fixed (some time in May 2011, I think), but maybe the fix repaired the problem only for text? BTW, I'm on OSX10.6.8 with the latest mac installer. Best, Andreas -------- Opprinnelig melding --------
Hi again, just some test files to illustrate the problem giNum ftgen 0, 0, 0, -23, "Table-numericals_only.txt" ;giTxt ftgen 0, 0, 0, -23, "Table-numericals_and_text.txt" instr 1 ival1 tab_i 0, giNum ival2 tab_i 1, giNum print ival1, ival2 endin Here, uncommenting the giTxt line will cause csound to hang. Andreas -- Andreas Bergsland, postdoktor Musikkteknologiseksjonen Institutt for musikk Olavskvartalet NTNU 7491 Trondheim Besøksadresse: Fjordgt.1 (3.etg.) e-post: andreas.bergsland@ntnu.no Web: http://folk.ntnu.no/andbe Tlf: 7359 0096 Mob: 4566 3316 |
| Date | 2012-12-05 12:57 |
| From | jpff@cs.bath.ac.uk |
| Subject | Re: [Csnd] GEN23 problem with semicolons |
Semicolon introduces a comment. Could you send me the file of input so I can check what is happening ==John ff > Hi, > I was just doing some work where I stored some numbers in a text file > (with commas and semicolons) and wanting to get them into csound with > GEN23 I found that csound hangs when it tries to read it. (with 100% CPU > use) > After a little testing it seemed that commas were OK, but that a > semicolon makes it hang. > I reported this problem with text earlier (see mail and examples below) > and remember John reported that it was fixed (some time in May 2011, I > think), but maybe the fix repaired the problem only for text? > > BTW, I'm on OSX10.6.8 with the latest mac installer. > > Best, > Andreas > > > > > -------- Opprinnelig melding -------- > Emne: GEN23 problem test files > Dato: Wed, 25 May 2011 11:35:05 +0200 > Fra: Andreas Bergsland |
| Date | 2012-12-05 14:04 |
| From | Andreas Bergsland |
| Subject | Re: [Csnd] GEN23 problem with semicolons |
| Attachments | Table-numericals_only.txt Table-numericals_w_semicolon.txt GEN23test.csd andreas_bergsland.vcf |
Of course, here are the files. Andreas > Semicolon introduces a comment. Could you send me the file of input so I > can check what is happening > ==John ff > >> Hi, >> I was just doing some work where I stored some numbers in a text file >> (with commas and semicolons) and wanting to get them into csound with >> GEN23 I found that csound hangs when it tries to read it. (with 100% CPU >> use) >> After a little testing it seemed that commas were OK, but that a >> semicolon makes it hang. >> I reported this problem with text earlier (see mail and examples below) >> and remember John reported that it was fixed (some time in May 2011, I >> think), but maybe the fix repaired the problem only for text? >> >> BTW, I'm on OSX10.6.8 with the latest mac installer. >> >> Best, >> Andreas >> >> >> >> >> -------- Opprinnelig melding -------- >> Emne: GEN23 problem test files >> Dato: Wed, 25 May 2011 11:35:05 +0200 >> Fra: Andreas Bergsland |