Csound Csound-dev Csound-tekno Search About

[Csnd] Re: Re: DLL requirements for MIDI and audio in Linux and Mac

Date2008-11-13 17:34
From"Art Hunkins"
Subject[Csnd] Re: Re: DLL requirements for MIDI and audio in Linux and Mac
Felipe (and any others thinking of responding to my request),

Sorry - I'm way off base, and don't know what I was thinking. Certainly 
other platforms (than Windows) are going to have different files to run 
Csound. That's the reason for different builds and compilers.

Any idea of what comparable files would be named - comparable to this list 
in Windows? (I'm aware that rtwinmm.dll would not apply.)

rtpa.dll
rtwinmm.dll
portaudio.dll
pmidi.dll

stopcod.dll
csound32.dll.5.1
libsndfile-1.dll

Art Hunkins

----- Original Message ----- 
From: "Felipe Sateler" 
To: 
Sent: Wednesday, November 12, 2008 11:07 PM
Subject: [Csnd] Re: DLL requirements for MIDI and audio in Linux and Mac



Date2008-11-13 18:37
FromFelipe Sateler
Subject[Csnd] Re: Re: Re: DLL requirements for MIDI and audio in Linux and Mac
AttachmentsNone  

Date2008-11-13 19:43
FromDave Phillips
Subject[Csnd] Re: Re: Re: DLL requirements for MIDI and audio in Linux and Mac
Art Hunkins wrote:
>
> Any idea of what comparable files would be named - comparable to this 
> list in Windows? (I'm aware that rtwinmm.dll would not apply.)
>
> rtpa.dll
rtpa.so

>
> portaudio.dll
> pmidi.dll
>
libportaudio.so

libportmidi.so

> libsndfile-1.dll
>
libsndfile.so

These are the file names you might find on a Linux box, Art. However, 
most of them will also be modified by version numbers, e.g. 
libportaudio.so.0.0.18, libsndfile.so.1.0.16. These versioned names are 
usually linked to the plain-vanilla names above.

Best,

dp