Csound Csound-dev Csound-tekno Search About

[Csnd] #include bug Csound 5.16 (windows)

Date2012-03-03 17:04
FromGiorgio Zucco
Subject[Csnd] #include bug Csound 5.16 (windows)
Hi,I found a strange bug when I try to use a text file with # include;

Csound tidy up: Segmentation violation (5.16,windows7 64) with the example :

 
 
-+rtmidi=virtual -M0



sr = 44100
kr = 4410
ksmps = 10
nchnls = 2
0dbfs = 1

#include	"tuning.h"

instr	1

iamp	ampmidi	.6
ifreq	cpstmid	112	;numero della tabella contenente la scala microtonale
a1	pluck	iamp,ifreq,220,0,1
kenv	linsegr	0,.1,1,1,.1,.1,0
outs	a1*kenv,a1*kenv

endin




f0	3600



but with --old-parser the example works!


if i try the example without #include :

 
 
-+rtmidi=virtual -M0



sr = 44100
kr = 4410
ksmps = 10
nchnls = 2
0dbfs = 1

;tuning
gitemp	ftgen
101,0,64,-2,12,2,261.626,60,1,1.059463,1.1224619,1.1892069,1.2599207 \
,1.33483924,1.414213,1.4983063,1.5874001,1.6817917,1.7817962,1.8877471,2

gitemp	ftgen
102,0,64,-2,24,2,261.626,60,1,1.0293022,1.059463,1.0905076,1.1224619 \
,1.1553525,1.1892069,1.2240532,1.2599207,1.2968391,1.33483924,1.3739531,1.414213
\
,1.4556525,1.4983063,1.54221,1.5874001,1.6339145,1.6817917,1.73107 \
,1.7817962,1.8340067,1.8877471,1.9430623,2


instr	1

iamp	ampmidi	.6
ifreq	cpstmid	101	
a1	pluck	iamp,ifreq,220,0,1
kenv	linsegr	0,.1,1,1,.1,.1,0
outs	a1*kenv,a1*kenv

endin




f0	3600




the example works with new parser,thanks

Giorgio








--
View this message in context: http://csound.1045644.n5.nabble.com/include-bug-Csound-5-16-windows-tp5533951p5533951.html
Sent from the Csound - General mailing list archive at Nabble.com.

Date2012-03-03 17:23
FromTito Latini
SubjectRe: [Csnd] #include bug Csound 5.16 (windows)
AttachmentsNone  

Date2012-03-03 17:27
FromTito Latini
SubjectRe: [Csnd] #include bug Csound 5.16 (windows)
AttachmentsNone  

Date2012-03-03 17:45
FromGiorgio Zucco
Subject[Csnd] Re: #include bug Csound 5.16 (windows)
Ciao Tito,also on OsX 10.6.8/Csound 5.16 (yes,-odac..etc) same error,i don't
know

Giorgio

--
View this message in context: http://csound.1045644.n5.nabble.com/include-bug-Csound-5-16-windows-tp5533951p5534010.html
Sent from the Csound - General mailing list archive at Nabble.com.

Date2012-03-03 17:52
FromGiorgio Zucco
Subject[Csnd] Re: #include bug Csound 5.16 (windows)
this is the complete tuning-file,on my systems works (#include) only with
--old-parser

http://csound.1045644.n5.nabble.com/file/n5534025/tuningx.h tuningx.h 

--
View this message in context: http://csound.1045644.n5.nabble.com/include-bug-Csound-5-16-windows-tp5533951p5534025.html
Sent from the Csound - General mailing list archive at Nabble.com.

Date2012-03-03 17:56
FromVictor Lazzarini
SubjectRe: [Csnd] Re: #include bug Csound 5.16 (windows)
I am on 10.6.8 and it does crash here.

Victor
On 3 Mar 2012, at 17:45, Giorgio Zucco wrote:

> Ciao Tito,also on OsX 10.6.8/Csound 5.16 (yes,-odac..etc) same error,i don't
> know
> 
> Giorgio
> 
> --
> View this message in context: http://csound.1045644.n5.nabble.com/include-bug-Csound-5-16-windows-tp5533951p5534010.html
> Sent from the Csound - General mailing list archive at Nabble.com.
> 
> 
> 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"
> 

Dr Victor Lazzarini
Senior Lecturer
Dept. of Music
NUI Maynooth Ireland
tel.: +353 1 708 3545
Victor dot Lazzarini AT nuim dot ie





Date2012-03-03 18:02
FromVictor Lazzarini
SubjectRe: [Csnd] Re: #include bug Csound 5.16 (windows)
Maybe it's to do with FLTK and not with include. There is a bug in Csound with FLTK, you can't have -d disabling windows, otherwise you will get a crash as soon as you try to use the keyboard.
If you are running from qutecsound, it means you will get a crash all the time (it suppresses graphs by default), unless you add --displays to the options.

Victor

On 3 Mar 2012, at 17:56, Victor Lazzarini wrote:

> I am on 10.6.8 and it does crash here.
> 
> Victor
> On 3 Mar 2012, at 17:45, Giorgio Zucco wrote:
> 
>> Ciao Tito,also on OsX 10.6.8/Csound 5.16 (yes,-odac..etc) same error,i don't
>> know
>> 
>> Giorgio
>> 
>> --
>> View this message in context: http://csound.1045644.n5.nabble.com/include-bug-Csound-5-16-windows-tp5533951p5534010.html
>> Sent from the Csound - General mailing list archive at Nabble.com.
>> 
>> 
>> 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"
>> 
> 
> Dr Victor Lazzarini
> Senior Lecturer
> Dept. of Music
> NUI Maynooth Ireland
> tel.: +353 1 708 3545
> Victor dot Lazzarini AT nuim dot ie
> 
> 
> 
> 
> 
> 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"
> 

Dr Victor Lazzarini
Senior Lecturer
Dept. of Music
NUI Maynooth Ireland
tel.: +353 1 708 3545
Victor dot Lazzarini AT nuim dot ie





Date2012-03-03 18:03
FromTito Latini
SubjectRe: [Csnd] Re: #include bug Csound 5.16 (windows)
AttachmentsNone  

Date2012-03-03 18:04
Fromjpff@cs.bath.ac.uk
SubjectRe: [Csnd] Re: #include bug Csound 5.16 (windows)
Or the lack of a newline at the end of the include file?


> Maybe it's to do with FLTK and not with include. There is a bug in Csound
> with FLTK, you can't have -d disabling windows, otherwise you will get a
> crash as soon as you try to use the keyboard.
> If you are running from qutecsound, it means you will get a crash all the
> time (it suppresses graphs by default), unless you add --displays to the
> options.
>
> Victor
>




Date2012-03-03 18:10
FromVictor Lazzarini
SubjectRe: [Csnd] Re: #include bug Csound 5.16 (windows)
That does not seem cause any trouble here.
On 3 Mar 2012, at 18:04, jpff@cs.bath.ac.uk wrote:

> Or the lack of a newline at the end of the include file?
> 
> 
>> Maybe it's to do with FLTK and not with include. There is a bug in Csound
>> with FLTK, you can't have -d disabling windows, otherwise you will get a
>> crash as soon as you try to use the keyboard.
>> If you are running from qutecsound, it means you will get a crash all the
>> time (it suppresses graphs by default), unless you add --displays to the
>> options.
>> 
>> Victor
>> 
> 
> 
> 
> 
> 
> 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"
> 

Dr Victor Lazzarini
Senior Lecturer
Dept. of Music
NUI Maynooth Ireland
tel.: +353 1 708 3545
Victor dot Lazzarini AT nuim dot ie





Date2012-03-03 18:14
FromTito Latini
SubjectRe: [Csnd] Re: #include bug Csound 5.16 (windows)
AttachmentsNone  

Date2012-03-03 18:14
FromGiorgio Zucco
Subject[Csnd] Re: #include bug Csound 5.16 (windows)
example with the flags :

 
 
--old-parser -odac -+rtmidi=virtual -M0 -g



sr = 44100
kr = 4410
ksmps = 10
nchnls = 2
0dbfs = 1

#include  "tuning.h"

;101 Standard tuning
;102 Quarter tones
;103 Decatonic
;104 Pythagorean
;105 Third tones
;106 Detuned
;107 Harmonic
;108 Chinese
;109 Major Triad
;110 Fibonacci
;111 Pentatonic
;112 Bohlen-Pierce
;113 Bharata tuning
;114 Indian shruti
;115 Wendy Carlos Alpha


instr	1

iamp	ampmidi	.6
ifreq	cpstmid	101	
a1	pluck	iamp,ifreq,220,0,1
kenv	linsegr	0,.1,1,1,.1,.1,0
outs	a1*kenv,a1*kenv

endin




f0	3600




works on :

Osx 10.6.8 (csound 5.16 ) on Winxound and CsoundQt
Windows7 64 bit (csound 5.16)

but without --old-parser :

 
-odac -+rtmidi=virtual -M0 -g


crash on all systems,i don't know,thanks 

Giorgio




--
View this message in context: http://csound.1045644.n5.nabble.com/include-bug-Csound-5-16-windows-tp5533951p5534089.html
Sent from the Csound - General mailing list archive at Nabble.com.

Date2012-03-03 18:17
FromTito Latini
SubjectRe: [Csnd] Re: #include bug Csound 5.16 (windows)
AttachmentsNone  

Date2012-03-03 18:18
FromTito Latini
SubjectRe: [Csnd] Re: #include bug Csound 5.16 (windows)
AttachmentsNone  

Date2012-03-03 18:22
FromGiorgio Zucco
Subject[Csnd] Re: #include bug Csound 5.16 (windows)
Wow!yes,many thanks,now work,bye

Giorgio

--
View this message in context: http://csound.1045644.n5.nabble.com/include-bug-Csound-5-16-windows-tp5533951p5534100.html
Sent from the Csound - General mailing list archive at Nabble.com.

Date2012-03-03 18:22
FromVictor Lazzarini
SubjectRe: [Csnd] Re: #include bug Csound 5.16 (windows)
No crashes here on the terminal (OSX10.6.8). Can you send your tuning.h as an attachment?
On 3 Mar 2012, at 18:14, Giorgio Zucco wrote:

> example with the flags :
> 
>  
>  
> --old-parser -odac -+rtmidi=virtual -M0 -g
> 
> 
> 
> sr = 44100
> kr = 4410
> ksmps = 10
> nchnls = 2
> 0dbfs = 1
> 
> #include  "tuning.h"
> 
> ;101 Standard tuning
> ;102 Quarter tones
> ;103 Decatonic
> ;104 Pythagorean
> ;105 Third tones
> ;106 Detuned
> ;107 Harmonic
> ;108 Chinese
> ;109 Major Triad
> ;110 Fibonacci
> ;111 Pentatonic
> ;112 Bohlen-Pierce
> ;113 Bharata tuning
> ;114 Indian shruti
> ;115 Wendy Carlos Alpha
> 
> 
> instr	1
> 
> iamp	ampmidi	.6
> ifreq	cpstmid	101	
> a1	pluck	iamp,ifreq,220,0,1
> kenv	linsegr	0,.1,1,1,.1,.1,0
> outs	a1*kenv,a1*kenv
> 
> endin
> 
> 
> 
> 
> f0	3600
> 
> 
> 
> 
> works on :
> 
> Osx 10.6.8 (csound 5.16 ) on Winxound and CsoundQt
> Windows7 64 bit (csound 5.16)
> 
> but without --old-parser :
> 
>  
> -odac -+rtmidi=virtual -M0 -g
> 
> 
> crash on all systems,i don't know,thanks 
> 
> Giorgio
> 
> 
> 
> 
> --
> View this message in context: http://csound.1045644.n5.nabble.com/include-bug-Csound-5-16-windows-tp5533951p5534089.html
> Sent from the Csound - General mailing list archive at Nabble.com.
> 
> 
> 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"
> 

Dr Victor Lazzarini
Senior Lecturer
Dept. of Music
NUI Maynooth Ireland
tel.: +353 1 708 3545
Victor dot Lazzarini AT nuim dot ie





Date2012-03-03 18:24
FromGiorgio Zucco
Subject[Csnd] Re: #include bug Csound 5.16 (windows)
Hi Victor,this is the file tuningx.h

http://csound.1045644.n5.nabble.com/file/n5534106/tuningx.h tuningx.h 

--
View this message in context: http://csound.1045644.n5.nabble.com/include-bug-Csound-5-16-windows-tp5533951p5534106.html
Sent from the Csound - General mailing list archive at Nabble.com.