Csound Csound-dev Csound-tekno Search About

[Csnd] lib_csnd.so missing?

Date2009-04-29 21:46
FromAaron Johnson
Subject[Csnd] lib_csnd.so missing?
Hey all,

I can't locate the Python csound-wrapper library on my 5.10 install.

csnd.py is there, but it references '_csnd.so' which is supposed to be a Python 'site-packages' file, is not there.

Is that an oversight? I imagine I could compile my own.....

While I'm asking....Victor Lazzarini desgins SndObj and PySndObj, so I'm wondering which is more efficient for general on-the-fly synthesis and application development, since they have similar functionality--PySndObj, or the csnd.py module?

Best,
--

Aaron Krister Johnson
http://www.akjmusic.com
http://www.untwelve.org


Date2009-04-29 23:21
Fromvictor
Subject[Csnd] Re: lib_csnd.so missing?
The main difference I'd is that Csound has a language and an event
scheduler that SndObj does not have. Also, it's much more extensive,
whereas the SndObj library is more of a general-purpose programming
library and requires only the knowledge of Python (if using PySndObj,
C++ otherwise). Csound is a whole system, much more complex.
 
Regarding the missing lib_csnd.so, what system are you using?
 
Victor
 
----- Original Message -----
Sent: Wednesday, April 29, 2009 9:46 PM
Subject: [Csnd] lib_csnd.so missing?

Hey all,

I can't locate the Python csound-wrapper library on my 5.10 install.

csnd.py is there, but it references '_csnd.so' which is supposed to be a Python 'site-packages' file, is not there.

Is that an oversight? I imagine I could compile my own.....

While I'm asking....Victor Lazzarini desgins SndObj and PySndObj, so I'm wondering which is more efficient for general on-the-fly synthesis and application development, since they have similar functionality--PySndObj, or the csnd.py module?

Best,
--

Aaron Krister Johnson
http://www.akjmusic.com
http://www.untwelve.org