Csound Csound-dev Csound-tekno Search About

[Csnd] Csound~ in an application

Date2019-01-08 21:47
Frommaladie
Subject[Csnd] Csound~ in an application
Recently I've been trying to create some applications besed on some MaxMSP
patches to make a few pieces easier to perform. In these patches I have
quite a few externals as well as a few Csound files that use the Csound~
external. 

I cannot seem to get Csound~ to function when in an application. I have
tried including the framework (I'm on OSX) both within a script, and
manually by adding it to the application. Neither work. The error I get is
the following: 

csound~: WARNING: could not open library
'/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libjacko.dylib'
(-1)
WARNING: could not open library
'/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libjackTransport.dylib'
(-1) WARNING: could not open library
'/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/librtjack.dylib'
(-1)

Anyone has gotten it to work? Thanks for any tips. 



--
Sent from: http://csound.1045644.n5.nabble.com/Csound-General-f1093014.html

Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here

Date2019-01-08 22:31
FromJustin Rosander
SubjectRe: [Csnd] Csound~ in an application
What Csound version are you using?

On Tue, Jan 8, 2019 at 4:57 PM maladie <lacroixm@live.com> wrote:
Recently I've been trying to create some applications besed on some MaxMSP
patches to make a few pieces easier to perform. In these patches I have
quite a few externals as well as a few Csound files that use the Csound~
external.

I cannot seem to get Csound~ to function when in an application. I have
tried including the framework (I'm on OSX) both within a script, and
manually by adding it to the application. Neither work. The error I get is
the following:

csound~: WARNING: could not open library
'/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libjacko.dylib'
(-1)
WARNING: could not open library
'/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libjackTransport.dylib'
(-1) WARNING: could not open library
'/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/librtjack.dylib'
(-1)

Anyone has gotten it to work? Thanks for any tips.



--
Sent from: http://csound.1045644.n5.nabble.com/Csound-General-f1093014.html

Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here
Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here

Date2019-01-08 23:57
FromRory Walsh
SubjectRe: [Csnd] Csound~ in an application
They are not errors, but warnings. They shouldn't stop Csound from working?

On Tue, 8 Jan 2019 at 22:32, Justin Rosander <justinrosander@gmail.com> wrote:
What Csound version are you using?

On Tue, Jan 8, 2019 at 4:57 PM maladie <lacroixm@live.com> wrote:
Recently I've been trying to create some applications besed on some MaxMSP
patches to make a few pieces easier to perform. In these patches I have
quite a few externals as well as a few Csound files that use the Csound~
external.

I cannot seem to get Csound~ to function when in an application. I have
tried including the framework (I'm on OSX) both within a script, and
manually by adding it to the application. Neither work. The error I get is
the following:

csound~: WARNING: could not open library
'/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libjacko.dylib'
(-1)
WARNING: could not open library
'/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libjackTransport.dylib'
(-1) WARNING: could not open library
'/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/librtjack.dylib'
(-1)

Anyone has gotten it to work? Thanks for any tips.



--
Sent from: http://csound.1045644.n5.nabble.com/Csound-General-f1093014.html

Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here
Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here
Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here

Date2019-01-09 08:28
FromVictor Lazzarini
SubjectRe: [Csnd] Csound~ in an application
yes, you can ignore them. Or install JackOSX if you want to silence them.
========================
Prof. Victor Lazzarini
Dean of Arts, Celtic Studies, and Philosophy,
Maynooth University,
Maynooth, Co Kildare, Ireland
Tel: 00 353 7086936
Fax: 00 353 1 7086952 

> On 8 Jan 2019, at 23:57, Rory Walsh  wrote:
> 
> They are not errors, but warnings. They shouldn't stop Csound from working?
> 
> On Tue, 8 Jan 2019 at 22:32, Justin Rosander  wrote:
> What Csound version are you using?
> 
> On Tue, Jan 8, 2019 at 4:57 PM maladie  wrote:
> Recently I've been trying to create some applications besed on some MaxMSP
> patches to make a few pieces easier to perform. In these patches I have
> quite a few externals as well as a few Csound files that use the Csound~
> external. 
> 
> I cannot seem to get Csound~ to function when in an application. I have
> tried including the framework (I'm on OSX) both within a script, and
> manually by adding it to the application. Neither work. The error I get is
> the following: 
> 
> csound~: WARNING: could not open library
> '/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libjacko.dylib'
> (-1)
> WARNING: could not open library
> '/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libjackTransport.dylib'
> (-1) WARNING: could not open library
> '/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/librtjack.dylib'
> (-1)
> 
> Anyone has gotten it to work? Thanks for any tips. 
> 
> 
> 
> --
> Sent from: http://csound.1045644.n5.nabble.com/Csound-General-f1093014.html
> 
> Csound mailing list
> Csound@listserv.heanet.ie
> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
> Send bugs reports to
>         https://github.com/csound/csound/issues
> Discussions of bugs and features can be posted here
> Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here
> Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here

Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here

Date2019-01-09 08:34
Frommaladie
SubjectRe: [Csnd] Csound~ in an application
I'm on Csound 6.12.1

I also get a Csound compile problem, but I'm starting to think it might have
to do with something else as well. I'll be doing some extra tests later on
today and can post results if I come further along. 



--
Sent from: http://csound.1045644.n5.nabble.com/Csound-General-f1093014.html

Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here

Date2019-01-09 14:41
Frommaladie
SubjectRe: [Csnd] Csound~ in an application
It now seems to work, I'm not completely sure why the warning has gone away.
It does seem like the Csound~ external was having some trouble with paths in
the application. Copying the files helped with this issue. However, I'm not
sure why the warning has gone away, as it had done so before. It definitely
seems like the issue was with MaxMSP and not with Csound~. Thanks for the
help. 



--
Sent from: http://csound.1045644.n5.nabble.com/Csound-General-f1093014.html

Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here