Csound Csound-dev Csound-tekno Search About

[Cs-dev] What does this mean?

Date2005-02-16 21:34
Fromjpff@codemist.co.uk
Subject[Cs-dev] What does this mean?
I did not build with Jack as I do not have it.  What is the default
language?  English or American?

cage:~/Sourceforge/csound5> ./csound 
Localisation of messages is disabled, using default language.
Error '/usr/lib64/libportaudio.so: undefined symbol: jack_frame_time' in dlopen(./librtpa.so).
WARNING: could not open library 'librtpa.so'
ALSA real-time audio module for Csound by Istvan Varga
0dBFS level = 32767.0
time resolution is 1000.000 ns
....



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2005-02-16 21:51
FromIstvan Varga
SubjectRe: [Cs-dev] What does this mean?
jpff@codemist.co.uk wrote:

> I did not build with Jack as I do not have it.  What is the default
> language?  English or American?

The default language means that no translation is done: strings
are printed as found in the Csound source code, ignoring any XMG
files.

Not sure about the JACK error, but the PortAudio library seems to
depend on JACK being installed; if you have a binary PortAudio
package, you may need to install JACK as well, or compile
PortAudio from sources.

> ALSA real-time audio module for Csound by Istvan Varga
> 0dBFS level = 32767.0
> time resolution is 1000.000 ns

This suggests that the system is a non-x86 Linux; if librtpa.so
does not work, you can still use ALSA, just add -+rtaudio=alsa
to the Csound command line.


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2005-02-16 22:11
Fromjpff@codemist.co.uk
SubjectRe: [Cs-dev] What does this mean?
Hum... portaudio does not build from sources.

==John ffitch


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2005-02-16 23:41
FromvanDongen/Gilcher
SubjectRe: [Cs-dev] What does this mean?
AttachmentsNone