[Csnd] chuap
| Date | 2010-06-08 20:11 |
| From | menno |
| Subject | [Csnd] chuap |
Hello, still checking the examples from the manual...is the opcode "chuap" Windows-only? I do not find it in my linux build from CVS. Ubuntu10.04 64bit, double precision bye, Menno |
| Date | 2010-06-08 20:30 |
| From | jpff@cs.bath.ac.uk |
| Subject | [Csnd] Re: chuap |
Exists on my Linux machines.and seems to have stabndard LGPL licence
==John ff
>
> Hello,
>
> still checking the examples from the manual...is the opcode "chuap"
> Windows-only?
> I do not find it in my linux build from CVS.
> Ubuntu10.04 64bit, double precision
>
> bye,
> Menno
> --
> View this message in context:
> http://old.nabble.com/chuap-tp28821901p28821901.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"
|
| Date | 2010-06-08 20:48 |
| From | Rene Djack |
| Subject | [Csnd] Re: chuap |
| Hi, Have it and running ok on ubuntu 10.04 32bit, csound float and double Look for libchua.so (why not libchuap.so?) The source is in csound5/opcodes/chua Demo is in csound5/examples/opcodes_demos/Chuap.csd Best, René 2010/6/8 menno <nabob_cd@yahoo.com>
|
| Date | 2010-06-09 15:02 |
| From | menno |
| Subject | [Csnd] Re: chuap |
Hi Djack, i see the demo in csound5/examples/opcodes_demos/Chuap.csd but the only thing i find in csound5/opcodes/chua from CVS is ChuaOscillator.cpp. There is no libchua.so anywhere on my system to be found. Menno Djack wrote: > > Hi, > > Have it and running ok on ubuntu 10.04 32bit, csound float and double > > Look for libchua.so (why not libchuap.so?) > > The source is in csound5/opcodes/chua > > Demo is in csound5/examples/opcodes_demos/Chuap.csd > > Best, > René > > > > > 2010/6/8 menno |
| Date | 2010-06-09 15:10 |
| From | jpff@cs.bath.ac.uk |
| Subject | [Csnd] Re: Re: chuap |
The chua opcode is only builty if you have boost; in articular the file
boost/any.hp
Suggest you check that first
>
> Hi Djack,
>
> i see the demo in csound5/examples/opcodes_demos/Chuap.csd but the only
> thing i find in csound5/opcodes/chua from CVS is ChuaOscillator.cpp.
> There is no libchua.so anywhere on my system to be found.
>
> Menno
>
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 | 2010-06-09 15:42 |
| From | menno |
| Subject | [Csnd] Re: Re: chuap |
Yes Johnn you are right, thanks. i installed libboost1.40-dev from Synaptic and chuap is created. Along with CsoundAC and the Linair Algebra Opcodes thanks again Menno jpff-2 wrote: > > The chua opcode is only builty if you have boost; in articular the file > boost/any.hp > > Suggest you check that first > >> >> Hi Djack, >> >> i see the demo in csound5/examples/opcodes_demos/Chuap.csd but the only >> thing i find in csound5/opcodes/chua from CVS is ChuaOscillator.cpp. >> There is no libchua.so anywhere on my system to be found. >> >> Menno >> > > > > > 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" > > > |