Csound Csound-dev Csound-tekno Search About

[Csnd] little problem

Date2011-12-31 09:57
FromMatteo Lorito
Subject[Csnd] little problem
Hello to everyone, I'm really at the beginning of my CSound learning, so I apologize if my question sounds quite obvious.
My problem is that, when compiling, there are always these messages 
WARNING: could not open library '/Library/Frameworks/CsoundLib.framework/Versions/5.2/Resources/Opcodes/libfluidOpcodes.dylib' (-1)
WARNING: could not open library '/Library/Frameworks/CsoundLib.framework/Versions/5.2/Resources/Opcodes/libjacko.dylib' (-1)
WARNING: could not open library '/Library/Frameworks/CsoundLib.framework/Versions/5.2/Resources/Opcodes/libjackTransport.dylib' (-1)
WARNING: could not open library '/Library/Frameworks/CsoundLib.framework/Versions/5.2/Resources/Opcodes/libpy.dylib' (-1)
WARNING: could not open library '/Library/Frameworks/CsoundLib.framework/Versions/5.2/Resources/Opcodes/librtjack.dylib' (-1)

It's a problem due to my settings? I'm using OSX 10.6.8 and quteCsound 0.6.1

I've encountered another problem: when compiling sometimes quteCsound crashes. For example I've tried this list that I've found on a book, but it oftenly crashes.




sr = 44100
kr = 4410
ksmps = 10
nchnls = 1

ga1 init 0

instr 1

ifrq = cpspch(p5)
iamp = ampdb(p4)
ga1 pluck iamp, ifrq, ifrq, 0, 1

endin

instr 2

kamp linseg 0, .002, 1, p3-.0004, 1, .002, 0
irate = p4
idepth = p5/10000
ifeed = p6
ideloff = p7/10000
adel1 init 0

asig1 = ga1+ifeed*adel1
aosc1 oscil idepth, irate, 1
aosc1 = aosc1+idepth+ideloff/2
atemp delayr 2*idepth+ideloff
adel1 deltapi aosc1
delayw asig1
out ga1+adel1

ga1=0
endin


i1 0 .5 80 8
i1 + . . 8.04
i1 + . . 8.07
i1 + . . 9
i1 + . . 8
i1 + . . 8.04
i1 + . . 8.07
i1 + . . 9

i2 0 5 50 10 .8 20
  


I can't really understand why.
Thanks


Date2011-12-31 10:19
FromEnrico Francioni
Subject[Csnd] Re: little problem
hello,

which Csound version you have installed?

e

--
View this message in context: http://csound.1045644.n5.nabble.com/little-problem-tp5111956p5111972.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"

Date2011-12-31 10:25
FromMatteo Lorito
SubjectRe: [Csnd] Re: little problem
I've the latest version 5.15
Il giorno 31/dic/2011, alle ore 11.19, Enrico Francioni ha scritto:

> hello,
> 
> which Csound version you have installed?
> 
> e
> 
> --
> View this message in context: http://csound.1045644.n5.nabble.com/little-problem-tp5111956p5111972.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"
> 



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-12-31 10:28
FromEnrico Francioni
Subject[Csnd] Re: little problem
for your csd example,
I think you should indicate the /f1/ - the function for the /oscil/;
example:
/f1 0 1024 10 1/


e

--
View this message in context: http://csound.1045644.n5.nabble.com/little-problem-tp5111956p5111978.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"

Date2011-12-31 10:31
FromMatteo Lorito
SubjectRe: [Csnd] Re: little problem
Yes, I'm sorry but when copying the list I've forgotten the line of the function, so I had written exactly as you said to me     

  f1 0 4096 10 1

Il giorno 31/dic/2011, alle ore 11.28, Enrico Francioni ha scritto:

> for your csd example,
> I think you should indicate the /f1/ - the function for the /oscil/;
> example:
> /f1 0 1024 10 1/
> 
> 
> e
> 
> --
> View this message in context: http://csound.1045644.n5.nabble.com/little-problem-tp5111956p5111978.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"
> 



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-12-31 10:38
FromEnrico Francioni
Subject[Csnd] Re: little problem
…your example in my system works;

but for the first problem I think the answer is here:
http://csound.1045644.n5.nabble.com/CsoundQT-not-working-anymore-td5103412.html

since it uses QtCsound, you should ask Andres Cabrera

e

p.s.
…you're Italian?

--
View this message in context: http://csound.1045644.n5.nabble.com/little-problem-tp5111956p5111989.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"


Date2011-12-31 10:55
FromVictor Lazzarini
SubjectRe: [Csnd] little problem
which package did you install (Cound5.15-Universal-OSX10.7 or Csound5.15-Universal -OSX10.6).

The libjack* warnings are all OK, they are just there because you don't have Jack installed (if you want you can install
Jack http://www.jackosx.com/download.html, but it's not necessary, the warnings are benign unless you want to use Jack).

The fluid opcodes and python opcodes (libfluidOpcodes and libpy) are also benign, but it's more likely that you want to use
them. Not sure why they are not loading.

Also the crashes are worrying, they are probably happening because Csound is crashing, which should not happen at all.
Could you post a CSD that causes it?

Victor

On 31 Dec 2011, at 09:57, Matteo Lorito wrote:

Hello to everyone, I'm really at the beginning of my CSound learning, so I apologize if my question sounds quite obvious.
My problem is that, when compiling, there are always these messages 
WARNING: could not open library '/Library/Frameworks/CsoundLib.framework/Versions/5.2/Resources/Opcodes/libfluidOpcodes.dylib' (-1)
WARNING: could not open library '/Library/Frameworks/CsoundLib.framework/Versions/5.2/Resources/Opcodes/libjacko.dylib' (-1)
WARNING: could not open library '/Library/Frameworks/CsoundLib.framework/Versions/5.2/Resources/Opcodes/libjackTransport.dylib' (-1)
WARNING: could not open library '/Library/Frameworks/CsoundLib.framework/Versions/5.2/Resources/Opcodes/libpy.dylib' (-1)
WARNING: could not open library '/Library/Frameworks/CsoundLib.framework/Versions/5.2/Resources/Opcodes/librtjack.dylib' (-1)

It's a problem due to my settings? I'm using OSX 10.6.8 and quteCsound 0.6.1

I've encountered another problem: when compiling sometimes quteCsound crashes. For example I've tried this list that I've found on a book, but it oftenly crashes.




sr = 44100
kr = 4410
ksmps = 10
nchnls = 1

ga1 init 0

instr 1

ifrq = cpspch(p5)
iamp = ampdb(p4)
ga1 pluck iamp, ifrq, ifrq, 0, 1

endin

instr 2

kamp linseg 0, .002, 1, p3-.0004, 1, .002, 0
irate = p4
idepth = p5/10000
ifeed = p6
ideloff = p7/10000
adel1 init 0

asig1 = ga1+ifeed*adel1
aosc1 oscil idepth, irate, 1
aosc1 = aosc1+idepth+ideloff/2
atemp delayr 2*idepth+ideloff
adel1 deltapi aosc1
delayw asig1
out ga1+adel1

ga1=0
endin


i1 0 .5 80 8
i1 + . . 8.04
i1 + . . 8.07
i1 + . . 9
i1 + . . 8
i1 + . . 8.04
i1 + . . 8.07
i1 + . . 9

i2 0 5 50 10 .8 20
  


I can't really understand why.
Thanks


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




Date2011-12-31 11:04
Frommantaraya36@gmail.com
SubjectRe: [Csnd] little problem
Hi,

When csoundqt crashes it can be Csound or csoundqt crashing. To check, run the file in the terminal and see the output there. If Csound doesn't crash there, it's a problem with CsoundQt. Can you try using 0.6.0, out had been reported as more stable on OS x.

Cheers,
AndresOn 31/12/2011 9:57 Matteo Lorito wrote:
WARNING: could not open library '/Library/Frameworks/CsoundLib.framework/Versions/5.2/Resources/Opcodes/libfluidOpcodes.dylib' (-1)
WARNING: could not open library '/Library/Frameworks/CsoundLib.framework/Versions/5.2/Resources/Opcodes/libjacko.dylib' (-1)
WARNING: could not open library '/Library/Frameworks/CsoundLib.framework/Versions/5.2/Resources/Opcodes/libjackTransport.dylib' (-1)
WARNING: could not open library '/Library/Frameworks/CsoundLib.framework/Versions/5.2/Resources/Opcodes/libpy.dylib' (-1)
WARNING: could not open library '/Library/Frameworks/CsoundLib.framework/Versions/5.2/Resources/Opcodes/librtjack.dylib' (-1)


It's a problem due to my settings? I'm using OSX 10.6.8 and quteCsound 0.6.1


I've encountered another problem: when compiling sometimes quteCsound crashes. For example I've tried this list that I've found on a book, but it oftenly crashes.








sr = 44100
kr = 4410
ksmps = 10
nchnls = 1



ga1 init 0



instr 1

ifrq = cpspch(p5)
iamp = ampdb(p4)
ga1 pluck iamp, ifrq, ifrq, 0, 1
endin



instr 2

kamp linseg 0, .002, 1, p3-.0004, 1, .002, 0
irate = p4
idepth = p5/10000
ifeed = p6
ideloff = p7/10000
adel1 init 0
asig1 = ga1+ifeed*adel1
aosc1 oscil idepth, irate, 1
aosc1 = aosc1+idepth+ideloff/2
atemp delayr 2*idepth+ideloff
adel1 deltapi aosc1
delayw asig1
out ga1+adel1
ga1=0
endin




i1 0 .5 80 8
i1 + . . 8.04
i1 + . . 8.07
i1 + . . 9
i1 + . . 8
i1 + . . 8.04
i1 + . . 8.07
i1 + . . 9

i2 0 5 50 10 .8 20



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-12-31 13:45
FromMatteo Lorito
SubjectRe: [Csnd] little problem
Attachmentsfeedback_prove.csd  
This is one of the CSD that sometimes  (is not strange only sometimes and not always!!) give me the problem.In terminal seems to work properly
 
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"



thanks.
Il giorno 31/dic/2011, alle ore 12.04, mantaraya36@gmail.com ha scritto:

> Hi,
> 
> When csoundqt crashes it can be Csound or csoundqt crashing. To check, run the file in the terminal and see the output there. If Csound doesn't crash there, it's a problem with CsoundQt. Can you try using 0.6.0, out had been reported as more stable on OS x.
> 
> Cheers,
> AndresOn 31/12/2011 9:57 Matteo Lorito wrote:
> WARNING: could not open library '/Library/Frameworks/CsoundLib.framework/Versions/5.2/Resources/Opcodes/libfluidOpcodes.dylib' (-1)
> WARNING: could not open library '/Library/Frameworks/CsoundLib.framework/Versions/5.2/Resources/Opcodes/libjacko.dylib' (-1)
> WARNING: could not open library '/Library/Frameworks/CsoundLib.framework/Versions/5.2/Resources/Opcodes/libjackTransport.dylib' (-1)
> WARNING: could not open library '/Library/Frameworks/CsoundLib.framework/Versions/5.2/Resources/Opcodes/libpy.dylib' (-1)
> WARNING: could not open library '/Library/Frameworks/CsoundLib.framework/Versions/5.2/Resources/Opcodes/librtjack.dylib' (-1)
> 
> 
> It's a problem due to my settings? I'm using OSX 10.6.8 and quteCsound 0.6.1
> 
> 
> I've encountered another problem: when compiling sometimes quteCsound crashes. For example I've tried this list that I've found on a book, but it oftenly crashes.
> 
> 
> 
> 
> 
> 
> 
> 
> sr = 44100
> kr = 4410
> ksmps = 10
> nchnls = 1
> 
> 
> 
> ga1 init 0
> 
> 
> 
> instr 1
> 
> ifrq = cpspch(p5)
> iamp = ampdb(p4)
> ga1 pluck iamp, ifrq, ifrq, 0, 1
> endin
> 
> 
> 
> instr 2
> 
> kamp linseg 0, .002, 1, p3-.0004, 1, .002, 0
> irate = p4
> idepth = p5/10000
> ifeed = p6
> ideloff = p7/10000
> adel1 init 0
> asig1 = ga1+ifeed*adel1
> aosc1 oscil idepth, irate, 1
> aosc1 = aosc1+idepth+ideloff/2
> atemp delayr 2*idepth+ideloff
> adel1 deltapi aosc1
> delayw asig1
> out ga1+adel1
> ga1=0
> endin
> 
> 
> 
> 
> i1 0 .5 80 8
> i1 + . . 8.04
> i1 + . . 8.07
> i1 + . . 9
> i1 + . . 8
> i1 + . . 8.04
> i1 + . . 8.07
> i1 + . . 9
> 
> i2 0 5 50 10 .8 20
> 
> 
> 
> 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-12-31 15:15
FromMatteo Lorito
SubjectRe: [Csnd] little problem
Attachmentsconvoluzione.csd  
This one is a CSD that shut me down the quteCsound. The strange thing is that I have this problem only the first time I try to compile, the other attempts works successfully.
the package is the 10.6

 

Date2011-12-31 15:27
FromMatteo Lorito
SubjectRe: [Csnd] little problem
This is another error that usually I encounter

WARNING: buffer size should be an integer multiple of ksmps in full-duplex mode


Matteo
Il giorno 31/dic/2011, alle ore 11.55, Victor Lazzarini ha scritto:

which package did you install (Cound5.15-Universal-OSX10.7 or Csound5.15-Universal -OSX10.6).

The libjack* warnings are all OK, they are just there because you don't have Jack installed (if you want you can install
Jack http://www.jackosx.com/download.html, but it's not necessary, the warnings are benign unless you want to use Jack).

The fluid opcodes and python opcodes (libfluidOpcodes and libpy) are also benign, but it's more likely that you want to use
them. Not sure why they are not loading.

Also the crashes are worrying, they are probably happening because Csound is crashing, which should not happen at all.
Could you post a CSD that causes it?

Victor

On 31 Dec 2011, at 09:57, Matteo Lorito wrote:

Hello to everyone, I'm really at the beginning of my CSound learning, so I apologize if my question sounds quite obvious.
My problem is that, when compiling, there are always these messages 
WARNING: could not open library '/Library/Frameworks/CsoundLib.framework/Versions/5.2/Resources/Opcodes/libfluidOpcodes.dylib' (-1)
WARNING: could not open library '/Library/Frameworks/CsoundLib.framework/Versions/5.2/Resources/Opcodes/libjacko.dylib' (-1)
WARNING: could not open library '/Library/Frameworks/CsoundLib.framework/Versions/5.2/Resources/Opcodes/libjackTransport.dylib' (-1)
WARNING: could not open library '/Library/Frameworks/CsoundLib.framework/Versions/5.2/Resources/Opcodes/libpy.dylib' (-1)
WARNING: could not open library '/Library/Frameworks/CsoundLib.framework/Versions/5.2/Resources/Opcodes/librtjack.dylib' (-1)

It's a problem due to my settings? I'm using OSX 10.6.8 and quteCsound 0.6.1

I've encountered another problem: when compiling sometimes quteCsound crashes. For example I've tried this list that I've found on a book, but it oftenly crashes.




sr = 44100
kr = 4410
ksmps = 10
nchnls = 1

ga1 init 0

instr 1

ifrq = cpspch(p5)
iamp = ampdb(p4)
ga1 pluck iamp, ifrq, ifrq, 0, 1

endin

instr 2

kamp linseg 0, .002, 1, p3-.0004, 1, .002, 0
irate = p4
idepth = p5/10000
ifeed = p6
ideloff = p7/10000
adel1 init 0

asig1 = ga1+ifeed*adel1
aosc1 oscil idepth, irate, 1
aosc1 = aosc1+idepth+ideloff/2
atemp delayr 2*idepth+ideloff
adel1 deltapi aosc1
delayw asig1
out ga1+adel1

ga1=0
endin


i1 0 .5 80 8
i1 + . . 8.04
i1 + . . 8.07
i1 + . . 9
i1 + . . 8
i1 + . . 8.04
i1 + . . 8.07
i1 + . . 9

i2 0 5 50 10 .8 20
  


I can't really understand why.
Thanks


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





Date2011-12-31 16:29
FromVictor Lazzarini
SubjectRe: [Csnd] little problem
That should not matter, but if you want to clear this messages, just set ksmps to 16 or 32.

If it's not crashing in the terminal, then it could be qutecsound. Why don't you try  a different version  (0.7 or 0.6)?

Victor

On 31 Dec 2011, at 15:27, Matteo Lorito wrote:

This is another error that usually I encounter

WARNING: buffer size should be an integer multiple of ksmps in full-duplex mode


Matteo
Il giorno 31/dic/2011, alle ore 11.55, Victor Lazzarini ha scritto:

which package did you install (Cound5.15-Universal-OSX10.7 or Csound5.15-Universal -OSX10.6).

The libjack* warnings are all OK, they are just there because you don't have Jack installed (if you want you can install
Jack http://www.jackosx.com/download.html, but it's not necessary, the warnings are benign unless you want to use Jack).

The fluid opcodes and python opcodes (libfluidOpcodes and libpy) are also benign, but it's more likely that you want to use
them. Not sure why they are not loading.

Also the crashes are worrying, they are probably happening because Csound is crashing, which should not happen at all.
Could you post a CSD that causes it?

Victor

On 31 Dec 2011, at 09:57, Matteo Lorito wrote:

Hello to everyone, I'm really at the beginning of my CSound learning, so I apologize if my question sounds quite obvious.
My problem is that, when compiling, there are always these messages 
WARNING: could not open library '/Library/Frameworks/CsoundLib.framework/Versions/5.2/Resources/Opcodes/libfluidOpcodes.dylib' (-1)
WARNING: could not open library '/Library/Frameworks/CsoundLib.framework/Versions/5.2/Resources/Opcodes/libjacko.dylib' (-1)
WARNING: could not open library '/Library/Frameworks/CsoundLib.framework/Versions/5.2/Resources/Opcodes/libjackTransport.dylib' (-1)
WARNING: could not open library '/Library/Frameworks/CsoundLib.framework/Versions/5.2/Resources/Opcodes/libpy.dylib' (-1)
WARNING: could not open library '/Library/Frameworks/CsoundLib.framework/Versions/5.2/Resources/Opcodes/librtjack.dylib' (-1)

It's a problem due to my settings? I'm using OSX 10.6.8 and quteCsound 0.6.1

I've encountered another problem: when compiling sometimes quteCsound crashes. For example I've tried this list that I've found on a book, but it oftenly crashes.




sr = 44100
kr = 4410
ksmps = 10
nchnls = 1

ga1 init 0

instr 1

ifrq = cpspch(p5)
iamp = ampdb(p4)
ga1 pluck iamp, ifrq, ifrq, 0, 1

endin

instr 2

kamp linseg 0, .002, 1, p3-.0004, 1, .002, 0
irate = p4
idepth = p5/10000
ifeed = p6
ideloff = p7/10000
adel1 init 0

asig1 = ga1+ifeed*adel1
aosc1 oscil idepth, irate, 1
aosc1 = aosc1+idepth+ideloff/2
atemp delayr 2*idepth+ideloff
adel1 deltapi aosc1
delayw asig1
out ga1+adel1

ga1=0
endin


i1 0 .5 80 8
i1 + . . 8.04
i1 + . . 8.07
i1 + . . 9
i1 + . . 8
i1 + . . 8.04
i1 + . . 8.07
i1 + . . 9

i2 0 5 50 10 .8 20
  


I can't really understand why.
Thanks


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





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