Csound Csound-dev Csound-tekno Search About

[Csnd] csoundapi object for pure data

Date2022-12-06 06:40
FromMike McGonagle
Subject[Csnd] csoundapi object for pure data
Hi,

I was wondering if anyone could tell me where I could get a compiled version of the Pure Data external? I currently can't compile from the source code on my machine, and I was hoping that I could find the binary that works with the 52.2 vanilla on a Mac OS 10.13.6.

Thanks,

Mike
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

Date2022-12-06 07:24
From"Peter P."
SubjectRe: [Csnd] csoundapi object for pure data
AttachmentsNone  

Date2022-12-06 08:37
FromVictor Lazzarini
SubjectRe: [Csnd] [EXTERNAL] [Csnd] csoundapi object for pure data
Does this one work for you?

https://github.com/csound/csound_pd/releases/tag/1.01.0
========================
Prof. Victor Lazzarini
Maynooth University
Ireland

> On 6 Dec 2022, at 06:40, Mike McGonagle  wrote:
> 
> WARNINGThis email originated from outside of Maynooth University's Mail System. Do not reply, click links or open attachments unless you recognise the sender and know the content is safe.
> Hi,
> 
> I was wondering if anyone could tell me where I could get a compiled version of the Pure Data external? I currently can't compile from the source code on my machine, and I was hoping that I could find the binary that works with the 52.2 vanilla on a Mac OS 10.13.6.
> 
> Thanks,
> 
> Mike
> 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

Date2022-12-06 09:10
FromMike McGonagle
SubjectRe: [Csnd] [EXTERNAL] [Csnd] csoundapi object for pure data
Huh! No, it doesn't work...

/Users/mjmogo/Documents/Pd/externals/csound6~.pd_darwin: dlopen(/Users/mjmogo/Documents/Pd/externals/csound6~.pd_darwin, 10): no suitable image found.  Did find:
/Users/mjmogo/Documents/Pd/externals/csound6~.pd_darwin: cannot load 'csound6~.pd_darwin' (load command 0x80000034 is unknown)
/Users/mjmogo/Documents/Pd/externals/csound6~.pd_darwin: cannot load 'csound6~.pd_darwin' (load command 0x80000034 is unknown)
 csound6~ cs6_demo.csd

Thanks, I didn't realize that there was a releases page. I also noticed that you use CMake. I'll have to check it out.

On Tue, Dec 6, 2022 at 2:37 AM Victor Lazzarini <Victor.Lazzarini@mu.ie> wrote:
Does this one work for you?

https://github.com/csound/csound_pd/releases/tag/1.01.0
========================
Prof. Victor Lazzarini
Maynooth University
Ireland

> On 6 Dec 2022, at 06:40, Mike McGonagle <mjmogo@GMAIL.COM> wrote:
>
> WARNINGThis email originated from outside of Maynooth University's Mail System. Do not reply, click links or open attachments unless you recognise the sender and know the content is safe.
> Hi,
>
> I was wondering if anyone could tell me where I could get a compiled version of the Pure Data external? I currently can't compile from the source code on my machine, and I was hoping that I could find the binary that works with the 52.2 vanilla on a Mac OS 10.13.6.
>
> Thanks,
>
> Mike
> 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

Date2022-12-06 10:19
FromVictor Lazzarini
SubjectRe: [Csnd] [EXTERNAL] [Csnd] csoundapi object for pure data
Strange, because it works here. I just got

csound6~ 1.01
 A PD csound class using the Csound 7.00.0 API
(c) V Lazzarini, 2005-2007

(says Csound 7.00 because that is why I got here).

Did you download the universal binary?
========================
Prof. Victor Lazzarini
Maynooth University
Ireland

> On 6 Dec 2022, at 09:10, Mike McGonagle  wrote:
> 
> Huh! No, it doesn't work...
> 
> /Users/mjmogo/Documents/Pd/externals/csound6~.pd_darwin: dlopen(/Users/mjmogo/Documents/Pd/externals/csound6~.pd_darwin, 10): no suitable image found.  Did find:
> /Users/mjmogo/Documents/Pd/externals/csound6~.pd_darwin: cannot load 'csound6~.pd_darwin' (load command 0x80000034 is unknown)
> /Users/mjmogo/Documents/Pd/externals/csound6~.pd_darwin: cannot load 'csound6~.pd_darwin' (load command 0x80000034 is unknown)
>  csound6~ cs6_demo.csd
> 
> Thanks, I didn't realize that there was a releases page. I also noticed that you use CMake. I'll have to check it out.
> 
> On Tue, Dec 6, 2022 at 2:37 AM Victor Lazzarini  wrote:
> Does this one work for you?
> 
> https://github.com/csound/csound_pd/releases/tag/1.01.0
> ========================
> Prof. Victor Lazzarini
> Maynooth University
> Ireland
> 
> > On 6 Dec 2022, at 06:40, Mike McGonagle  wrote:
> > 
> > WARNINGThis email originated from outside of Maynooth University's Mail System. Do not reply, click links or open attachments unless you recognise the sender and know the content is safe.
> > Hi,
> > 
> > I was wondering if anyone could tell me where I could get a compiled version of the Pure Data external? I currently can't compile from the source code on my machine, and I was hoping that I could find the binary that works with the 52.2 vanilla on a Mac OS 10.13.6.
> > 
> > Thanks,
> > 
> > Mike
> > 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

Date2022-12-06 10:30
FromVictor Lazzarini
SubjectRe: [Csnd] [EXTERNAL] [Csnd] csoundapi object for pure data
I think I realise the problem. It was actually linked to 7.0. I’ve built a new universal package for 6, which loads fine now.

csound6~ 1.01
 A PD csound class using the Csound 6.18.1 API
(c) V Lazzarini, 2005-2007

I’ve replaced the package.
========================
Prof. Victor Lazzarini
Maynooth University
Ireland

> On 6 Dec 2022, at 09:10, Mike McGonagle  wrote:
> 
> Huh! No, it doesn't work...
> 
> /Users/mjmogo/Documents/Pd/externals/csound6~.pd_darwin: dlopen(/Users/mjmogo/Documents/Pd/externals/csound6~.pd_darwin, 10): no suitable image found.  Did find:
> /Users/mjmogo/Documents/Pd/externals/csound6~.pd_darwin: cannot load 'csound6~.pd_darwin' (load command 0x80000034 is unknown)
> /Users/mjmogo/Documents/Pd/externals/csound6~.pd_darwin: cannot load 'csound6~.pd_darwin' (load command 0x80000034 is unknown)
>  csound6~ cs6_demo.csd
> 
> Thanks, I didn't realize that there was a releases page. I also noticed that you use CMake. I'll have to check it out.
> 
> On Tue, Dec 6, 2022 at 2:37 AM Victor Lazzarini  wrote:
> Does this one work for you?
> 
> https://github.com/csound/csound_pd/releases/tag/1.01.0
> ========================
> Prof. Victor Lazzarini
> Maynooth University
> Ireland
> 
> > On 6 Dec 2022, at 06:40, Mike McGonagle  wrote:
> > 
> > WARNINGThis email originated from outside of Maynooth University's Mail System. Do not reply, click links or open attachments unless you recognise the sender and know the content is safe.
> > Hi,
> > 
> > I was wondering if anyone could tell me where I could get a compiled version of the Pure Data external? I currently can't compile from the source code on my machine, and I was hoping that I could find the binary that works with the 52.2 vanilla on a Mac OS 10.13.6.
> > 
> > Thanks,
> > 
> > Mike
> > 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

Date2022-12-06 16:00
FromMike McGonagle
SubjectRe: [Csnd] [EXTERNAL] [Csnd] csoundapi object for pure data
Still not working for me...

/Users/mjmogo/Documents/Pd/externals/csound6~.pd_darwin: dlopen(/Users/mjmogo/Documents/Pd/externals/csound6~.pd_darwin, 10): no suitable image found.  Did find:
/Users/mjmogo/Documents/Pd/externals/csound6~.pd_darwin: cannot load 'csound6~.pd_darwin' (load command 0x80000034 is unknown)
/Users/mjmogo/Documents/Pd/externals/csound6~.pd_darwin: cannot load 'csound6~.pd_darwin' (load command 0x80000034 is unknown)

Mike

On Tue, Dec 6, 2022 at 4:30 AM Victor Lazzarini <Victor.Lazzarini@mu.ie> wrote:
I think I realise the problem. It was actually linked to 7.0. I’ve built a new universal package for 6, which loads fine now.

csound6~ 1.01
 A PD csound class using the Csound 6.18.1 API
(c) V Lazzarini, 2005-2007

I’ve replaced the package.
========================
Prof. Victor Lazzarini
Maynooth University
Ireland

> On 6 Dec 2022, at 09:10, Mike McGonagle <mjmogo@GMAIL.COM> wrote:
>
> Huh! No, it doesn't work...
>
> /Users/mjmogo/Documents/Pd/externals/csound6~.pd_darwin: dlopen(/Users/mjmogo/Documents/Pd/externals/csound6~.pd_darwin, 10): no suitable image found.  Did find:
> /Users/mjmogo/Documents/Pd/externals/csound6~.pd_darwin: cannot load 'csound6~.pd_darwin' (load command 0x80000034 is unknown)
> /Users/mjmogo/Documents/Pd/externals/csound6~.pd_darwin: cannot load 'csound6~.pd_darwin' (load command 0x80000034 is unknown)
>  csound6~ cs6_demo.csd
>
> Thanks, I didn't realize that there was a releases page. I also noticed that you use CMake. I'll have to check it out.
>
> On Tue, Dec 6, 2022 at 2:37 AM Victor Lazzarini <Victor.Lazzarini@mu.ie> wrote:
> Does this one work for you?
>
> https://github.com/csound/csound_pd/releases/tag/1.01.0
> ========================
> Prof. Victor Lazzarini
> Maynooth University
> Ireland
>
> > On 6 Dec 2022, at 06:40, Mike McGonagle <mjmogo@GMAIL.COM> wrote:
> >
> > WARNINGThis email originated from outside of Maynooth University's Mail System. Do not reply, click links or open attachments unless you recognise the sender and know the content is safe.
> > Hi,
> >
> > I was wondering if anyone could tell me where I could get a compiled version of the Pure Data external? I currently can't compile from the source code on my machine, and I was hoping that I could find the binary that works with the 52.2 vanilla on a Mac OS 10.13.6.
> >
> > Thanks,
> >
> > Mike
> > 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
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

Date2022-12-06 19:32
FromVictor Lazzarini
SubjectRe: [Csnd] [EXTERNAL] [Csnd] csoundapi object for pure data
Do you have Csound installed?

Prof. Victor Lazzarini
Maynooth University
Ireland

On 6 Dec 2022, at 16:02, Mike McGonagle <mjmogo@gmail.com> wrote:


Still not working for me...

/Users/mjmogo/Documents/Pd/externals/csound6~.pd_darwin: dlopen(/Users/mjmogo/Documents/Pd/externals/csound6~.pd_darwin, 10): no suitable image found.  Did find:
/Users/mjmogo/Documents/Pd/externals/csound6~.pd_darwin: cannot load 'csound6~.pd_darwin' (load command 0x80000034 is unknown)
/Users/mjmogo/Documents/Pd/externals/csound6~.pd_darwin: cannot load 'csound6~.pd_darwin' (load command 0x80000034 is unknown)

Mike

On Tue, Dec 6, 2022 at 4:30 AM Victor Lazzarini <Victor.Lazzarini@mu.ie> wrote:
I think I realise the problem. It was actually linked to 7.0. I’ve built a new universal package for 6, which loads fine now.

csound6~ 1.01
 A PD csound class using the Csound 6.18.1 API
(c) V Lazzarini, 2005-2007

I’ve replaced the package.
========================
Prof. Victor Lazzarini
Maynooth University
Ireland

> On 6 Dec 2022, at 09:10, Mike McGonagle <mjmogo@GMAIL.COM> wrote:
>
> Huh! No, it doesn't work...
>
> /Users/mjmogo/Documents/Pd/externals/csound6~.pd_darwin: dlopen(/Users/mjmogo/Documents/Pd/externals/csound6~.pd_darwin, 10): no suitable image found.  Did find:
> /Users/mjmogo/Documents/Pd/externals/csound6~.pd_darwin: cannot load 'csound6~.pd_darwin' (load command 0x80000034 is unknown)
> /Users/mjmogo/Documents/Pd/externals/csound6~.pd_darwin: cannot load 'csound6~.pd_darwin' (load command 0x80000034 is unknown)
>  csound6~ cs6_demo.csd
>
> Thanks, I didn't realize that there was a releases page. I also noticed that you use CMake. I'll have to check it out.
>
> On Tue, Dec 6, 2022 at 2:37 AM Victor Lazzarini <Victor.Lazzarini@mu.ie> wrote:
> Does this one work for you?
>
> https://github.com/csound/csound_pd/releases/tag/1.01.0
> ========================
> Prof. Victor Lazzarini
> Maynooth University
> Ireland
>
> > On 6 Dec 2022, at 06:40, Mike McGonagle <mjmogo@GMAIL.COM> wrote:
> >
> > WARNINGThis email originated from outside of Maynooth University's Mail System. Do not reply, click links or open attachments unless you recognise the sender and know the content is safe.
> > Hi,
> >
> > I was wondering if anyone could tell me where I could get a compiled version of the Pure Data external? I currently can't compile from the source code on my machine, and I was hoping that I could find the binary that works with the 52.2 vanilla on a Mac OS 10.13.6.
> >
> > Thanks,
> >
> > Mike
> > 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
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

Date2022-12-06 20:28
FromMike McGonagle
SubjectRe: [Csnd] csoundapi object for pure data
I have it installed using Cabbage. I'll try tonight to reinstall from the Csound installer.

Also, I would say yes, because I can call it from the command line.

Thanks.

On Tuesday, December 6, 2022, Victor Lazzarini <Victor.Lazzarini@mu.ie> wrote:
Do you have Csound installed?

Prof. Victor Lazzarini
Maynooth University
Ireland

On 6 Dec 2022, at 16:02, Mike McGonagle <mjmogo@gmail.com> wrote:


Still not working for me...

/Users/mjmogo/Documents/Pd/externals/csound6~.pd_darwin: dlopen(/Users/mjmogo/Documents/Pd/externals/csound6~.pd_darwin, 10): no suitable image found.  Did find:
/Users/mjmogo/Documents/Pd/externals/csound6~.pd_darwin: cannot load 'csound6~.pd_darwin' (load command 0x80000034 is unknown)
/Users/mjmogo/Documents/Pd/externals/csound6~.pd_darwin: cannot load 'csound6~.pd_darwin' (load command 0x80000034 is unknown)

Mike

On Tue, Dec 6, 2022 at 4:30 AM Victor Lazzarini <Victor.Lazzarini@mu.ie> wrote:
I think I realise the problem. It was actually linked to 7.0. I’ve built a new universal package for 6, which loads fine now.

csound6~ 1.01
 A PD csound class using the Csound 6.18.1 API
(c) V Lazzarini, 2005-2007

I’ve replaced the package.
========================
Prof. Victor Lazzarini
Maynooth University
Ireland

> On 6 Dec 2022, at 09:10, Mike McGonagle <mjmogo@GMAIL.COM> wrote:
>
> Huh! No, it doesn't work...
>
> /Users/mjmogo/Documents/Pd/externals/csound6~.pd_darwin: dlopen(/Users/mjmogo/Documents/Pd/externals/csound6~.pd_darwin, 10): no suitable image found.  Did find:
> /Users/mjmogo/Documents/Pd/externals/csound6~.pd_darwin: cannot load 'csound6~.pd_darwin' (load command 0x80000034 is unknown)
> /Users/mjmogo/Documents/Pd/externals/csound6~.pd_darwin: cannot load 'csound6~.pd_darwin' (load command 0x80000034 is unknown)
>  csound6~ cs6_demo.csd
>
> Thanks, I didn't realize that there was a releases page. I also noticed that you use CMake. I'll have to check it out.
>
> On Tue, Dec 6, 2022 at 2:37 AM Victor Lazzarini <Victor.Lazzarini@mu.ie> wrote:
> Does this one work for you?
>
> https://github.com/csound/csound_pd/releases/tag/1.01.0
> ========================
> Prof. Victor Lazzarini
> Maynooth University
> Ireland
>
> > On 6 Dec 2022, at 06:40, Mike McGonagle <mjmogo@GMAIL.COM> wrote:
> >
> > WARNINGThis email originated from outside of Maynooth University's Mail System. Do not reply, click links or open attachments unless you recognise the sender and know the content is safe.
> > Hi,
> >
> > I was wondering if anyone could tell me where I could get a compiled version of the Pure Data external? I currently can't compile from the source code on my machine, and I was hoping that I could find the binary that works with the 52.2 vanilla on a Mac OS 10.13.6.
> >
> > Thanks,
> >
> > Mike
> > 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
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

Date2022-12-06 21:42
FromVictor Lazzarini
SubjectRe: [Csnd] [EXTERNAL] Re: [Csnd] csoundapi object for pure data
Make sure it's the universal version, get the latest. The error seems to indicate there may be a cpu mismatch.

Prof. Victor Lazzarini
Maynooth University
Ireland

On 6 Dec 2022, at 20:29, Mike McGonagle <mjmogo@gmail.com> wrote:



*Warning*

This email originated from outside of Maynooth University's Mail System. Do not reply, click links or open attachments unless you recognise the sender and know the content is safe.

I have it installed using Cabbage. I'll try tonight to reinstall from the Csound installer.

Also, I would say yes, because I can call it from the command line.

Thanks.

On Tuesday, December 6, 2022, Victor Lazzarini <Victor.Lazzarini@mu.ie> wrote:
Do you have Csound installed?

Prof. Victor Lazzarini
Maynooth University
Ireland

On 6 Dec 2022, at 16:02, Mike McGonagle <mjmogo@gmail.com> wrote:


Still not working for me...

/Users/mjmogo/Documents/Pd/externals/csound6~.pd_darwin: dlopen(/Users/mjmogo/Documents/Pd/externals/csound6~.pd_darwin, 10): no suitable image found.  Did find:
/Users/mjmogo/Documents/Pd/externals/csound6~.pd_darwin: cannot load 'csound6~.pd_darwin' (load command 0x80000034 is unknown)
/Users/mjmogo/Documents/Pd/externals/csound6~.pd_darwin: cannot load 'csound6~.pd_darwin' (load command 0x80000034 is unknown)

Mike

On Tue, Dec 6, 2022 at 4:30 AM Victor Lazzarini <Victor.Lazzarini@mu.ie> wrote:
I think I realise the problem. It was actually linked to 7.0. I’ve built a new universal package for 6, which loads fine now.

csound6~ 1.01
 A PD csound class using the Csound 6.18.1 API
(c) V Lazzarini, 2005-2007

I’ve replaced the package.
========================
Prof. Victor Lazzarini
Maynooth University
Ireland

> On 6 Dec 2022, at 09:10, Mike McGonagle <mjmogo@GMAIL.COM> wrote:
>
> Huh! No, it doesn't work...
>
> /Users/mjmogo/Documents/Pd/externals/csound6~.pd_darwin: dlopen(/Users/mjmogo/Documents/Pd/externals/csound6~.pd_darwin, 10): no suitable image found.  Did find:
> /Users/mjmogo/Documents/Pd/externals/csound6~.pd_darwin: cannot load 'csound6~.pd_darwin' (load command 0x80000034 is unknown)
> /Users/mjmogo/Documents/Pd/externals/csound6~.pd_darwin: cannot load 'csound6~.pd_darwin' (load command 0x80000034 is unknown)
>  csound6~ cs6_demo.csd
>
> Thanks, I didn't realize that there was a releases page. I also noticed that you use CMake. I'll have to check it out.
>
> On Tue, Dec 6, 2022 at 2:37 AM Victor Lazzarini <Victor.Lazzarini@mu.ie> wrote:
> Does this one work for you?
>
> https://github.com/csound/csound_pd/releases/tag/1.01.0
> ========================
> Prof. Victor Lazzarini
> Maynooth University
> Ireland
>
> > On 6 Dec 2022, at 06:40, Mike McGonagle <mjmogo@GMAIL.COM> wrote:
> >
> > WARNINGThis email originated from outside of Maynooth University's Mail System. Do not reply, click links or open attachments unless you recognise the sender and know the content is safe.
> > Hi,
> >
> > I was wondering if anyone could tell me where I could get a compiled version of the Pure Data external? I currently can't compile from the source code on my machine, and I was hoping that I could find the binary that works with the 52.2 vanilla on a Mac OS 10.13.6.
> >
> > Thanks,
> >
> > Mike
> > 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
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

Date2022-12-07 07:02
FromMike McGonagle
SubjectRe: [Csnd] [EXTERNAL] Re: [Csnd] csoundapi object for pure data
Alright, I'm running 6.18. It still doesn't work.

Do you know what specific Mac OS you are targeting when you compile? I have an older system that doesn't allow me to go beyond 10.13.6.

Mike

On Tue, Dec 6, 2022 at 3:43 PM Victor Lazzarini <Victor.Lazzarini@mu.ie> wrote:
Make sure it's the universal version, get the latest. The error seems to indicate there may be a cpu mismatch.

Prof. Victor Lazzarini
Maynooth University
Ireland

On 6 Dec 2022, at 20:29, Mike McGonagle <mjmogo@gmail.com> wrote:



*Warning*

This email originated from outside of Maynooth University's Mail System. Do not reply, click links or open attachments unless you recognise the sender and know the content is safe.

I have it installed using Cabbage. I'll try tonight to reinstall from the Csound installer.

Also, I would say yes, because I can call it from the command line.

Thanks.

On Tuesday, December 6, 2022, Victor Lazzarini <Victor.Lazzarini@mu.ie> wrote:
Do you have Csound installed?

Prof. Victor Lazzarini
Maynooth University
Ireland

On 6 Dec 2022, at 16:02, Mike McGonagle <mjmogo@gmail.com> wrote:


Still not working for me...

/Users/mjmogo/Documents/Pd/externals/csound6~.pd_darwin: dlopen(/Users/mjmogo/Documents/Pd/externals/csound6~.pd_darwin, 10): no suitable image found.  Did find:
/Users/mjmogo/Documents/Pd/externals/csound6~.pd_darwin: cannot load 'csound6~.pd_darwin' (load command 0x80000034 is unknown)
/Users/mjmogo/Documents/Pd/externals/csound6~.pd_darwin: cannot load 'csound6~.pd_darwin' (load command 0x80000034 is unknown)

Mike

On Tue, Dec 6, 2022 at 4:30 AM Victor Lazzarini <Victor.Lazzarini@mu.ie> wrote:
I think I realise the problem. It was actually linked to 7.0. I’ve built a new universal package for 6, which loads fine now.

csound6~ 1.01
 A PD csound class using the Csound 6.18.1 API
(c) V Lazzarini, 2005-2007

I’ve replaced the package.
========================
Prof. Victor Lazzarini
Maynooth University
Ireland

> On 6 Dec 2022, at 09:10, Mike McGonagle <mjmogo@GMAIL.COM> wrote:
>
> Huh! No, it doesn't work...
>
> /Users/mjmogo/Documents/Pd/externals/csound6~.pd_darwin: dlopen(/Users/mjmogo/Documents/Pd/externals/csound6~.pd_darwin, 10): no suitable image found.  Did find:
> /Users/mjmogo/Documents/Pd/externals/csound6~.pd_darwin: cannot load 'csound6~.pd_darwin' (load command 0x80000034 is unknown)
> /Users/mjmogo/Documents/Pd/externals/csound6~.pd_darwin: cannot load 'csound6~.pd_darwin' (load command 0x80000034 is unknown)
>  csound6~ cs6_demo.csd
>
> Thanks, I didn't realize that there was a releases page. I also noticed that you use CMake. I'll have to check it out.
>
> On Tue, Dec 6, 2022 at 2:37 AM Victor Lazzarini <Victor.Lazzarini@mu.ie> wrote:
> Does this one work for you?
>
> https://github.com/csound/csound_pd/releases/tag/1.01.0
> ========================
> Prof. Victor Lazzarini
> Maynooth University
> Ireland
>
> > On 6 Dec 2022, at 06:40, Mike McGonagle <mjmogo@GMAIL.COM> wrote:
> >
> > WARNINGThis email originated from outside of Maynooth University's Mail System. Do not reply, click links or open attachments unless you recognise the sender and know the content is safe.
> > Hi,
> >
> > I was wondering if anyone could tell me where I could get a compiled version of the Pure Data external? I currently can't compile from the source code on my machine, and I was hoping that I could find the binary that works with the 52.2 vanilla on a Mac OS 10.13.6.
> >
> > Thanks,
> >
> > Mike
> > 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
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
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

Date2022-12-07 07:58
FromVictor Lazzarini
SubjectRe: [Csnd] [EXTERNAL] Re: [Csnd] csoundapi object for pure data
You should try the other package (not the universal), which is just x86_64. 

Prof. Victor Lazzarini
Maynooth University
Ireland

On 7 Dec 2022, at 07:04, Mike McGonagle <mjmogo@gmail.com> wrote:


Alright, I'm running 6.18. It still doesn't work.

Do you know what specific Mac OS you are targeting when you compile? I have an older system that doesn't allow me to go beyond 10.13.6.

Mike

On Tue, Dec 6, 2022 at 3:43 PM Victor Lazzarini <Victor.Lazzarini@mu.ie> wrote:
Make sure it's the universal version, get the latest. The error seems to indicate there may be a cpu mismatch.

Prof. Victor Lazzarini
Maynooth University
Ireland

On 6 Dec 2022, at 20:29, Mike McGonagle <mjmogo@gmail.com> wrote:



*Warning*

This email originated from outside of Maynooth University's Mail System. Do not reply, click links or open attachments unless you recognise the sender and know the content is safe.

I have it installed using Cabbage. I'll try tonight to reinstall from the Csound installer.

Also, I would say yes, because I can call it from the command line.

Thanks.

On Tuesday, December 6, 2022, Victor Lazzarini <Victor.Lazzarini@mu.ie> wrote:
Do you have Csound installed?

Prof. Victor Lazzarini
Maynooth University
Ireland

On 6 Dec 2022, at 16:02, Mike McGonagle <mjmogo@gmail.com> wrote:


Still not working for me...

/Users/mjmogo/Documents/Pd/externals/csound6~.pd_darwin: dlopen(/Users/mjmogo/Documents/Pd/externals/csound6~.pd_darwin, 10): no suitable image found.  Did find:
/Users/mjmogo/Documents/Pd/externals/csound6~.pd_darwin: cannot load 'csound6~.pd_darwin' (load command 0x80000034 is unknown)
/Users/mjmogo/Documents/Pd/externals/csound6~.pd_darwin: cannot load 'csound6~.pd_darwin' (load command 0x80000034 is unknown)

Mike

On Tue, Dec 6, 2022 at 4:30 AM Victor Lazzarini <Victor.Lazzarini@mu.ie> wrote:
I think I realise the problem. It was actually linked to 7.0. I’ve built a new universal package for 6, which loads fine now.

csound6~ 1.01
 A PD csound class using the Csound 6.18.1 API
(c) V Lazzarini, 2005-2007

I’ve replaced the package.
========================
Prof. Victor Lazzarini
Maynooth University
Ireland

> On 6 Dec 2022, at 09:10, Mike McGonagle <mjmogo@GMAIL.COM> wrote:
>
> Huh! No, it doesn't work...
>
> /Users/mjmogo/Documents/Pd/externals/csound6~.pd_darwin: dlopen(/Users/mjmogo/Documents/Pd/externals/csound6~.pd_darwin, 10): no suitable image found.  Did find:
> /Users/mjmogo/Documents/Pd/externals/csound6~.pd_darwin: cannot load 'csound6~.pd_darwin' (load command 0x80000034 is unknown)
> /Users/mjmogo/Documents/Pd/externals/csound6~.pd_darwin: cannot load 'csound6~.pd_darwin' (load command 0x80000034 is unknown)
>  csound6~ cs6_demo.csd
>
> Thanks, I didn't realize that there was a releases page. I also noticed that you use CMake. I'll have to check it out.
>
> On Tue, Dec 6, 2022 at 2:37 AM Victor Lazzarini <Victor.Lazzarini@mu.ie> wrote:
> Does this one work for you?
>
> https://github.com/csound/csound_pd/releases/tag/1.01.0
> ========================
> Prof. Victor Lazzarini
> Maynooth University
> Ireland
>
> > On 6 Dec 2022, at 06:40, Mike McGonagle <mjmogo@GMAIL.COM> wrote:
> >
> > WARNINGThis email originated from outside of Maynooth University's Mail System. Do not reply, click links or open attachments unless you recognise the sender and know the content is safe.
> > Hi,
> >
> > I was wondering if anyone could tell me where I could get a compiled version of the Pure Data external? I currently can't compile from the source code on my machine, and I was hoping that I could find the binary that works with the 52.2 vanilla on a Mac OS 10.13.6.
> >
> > Thanks,
> >
> > Mike
> > 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
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
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

Date2022-12-07 08:28
FromVictor Lazzarini
SubjectRe: [Csnd] [EXTERNAL] Re: [Csnd] csoundapi object for pure data
I’ve updated the binary package to be compatible all the way to 10.9
========================
Prof. Victor Lazzarini
Maynooth University
Ireland

> On 7 Dec 2022, at 07:02, Mike McGonagle  wrote:
> 
> Alright, I'm running 6.18. It still doesn't work.
> 
> Do you know what specific Mac OS you are targeting when you compile? I have an older system that doesn't allow me to go beyond 10.13.6.
> 
> Mike
> 
> On Tue, Dec 6, 2022 at 3:43 PM Victor Lazzarini  wrote:
> Make sure it's the universal version, get the latest. The error seems to indicate there may be a cpu mismatch.
> 
> Prof. Victor Lazzarini
> Maynooth University
> Ireland
> 
>> On 6 Dec 2022, at 20:29, Mike McGonagle  wrote:
>> 
>> 
>> WARNINGThis email originated from outside of Maynooth University's Mail System. Do not reply, click links or open attachments unless you recognise the sender and know the content is safe.
>> I have it installed using Cabbage. I'll try tonight to reinstall from the Csound installer.
>> 
>> Also, I would say yes, because I can call it from the command line.
>> 
>> Thanks.
>> 
>> On Tuesday, December 6, 2022, Victor Lazzarini  wrote:
>> Do you have Csound installed?
>> 
>> Prof. Victor Lazzarini
>> Maynooth University
>> Ireland
>> 
>>> On 6 Dec 2022, at 16:02, Mike McGonagle  wrote:
>>> 
>>> 
>>> Still not working for me...
>>> 
>>> /Users/mjmogo/Documents/Pd/externals/csound6~.pd_darwin: dlopen(/Users/mjmogo/Documents/Pd/externals/csound6~.pd_darwin, 10): no suitable image found.  Did find:
>>> /Users/mjmogo/Documents/Pd/externals/csound6~.pd_darwin: cannot load 'csound6~.pd_darwin' (load command 0x80000034 is unknown)
>>> /Users/mjmogo/Documents/Pd/externals/csound6~.pd_darwin: cannot load 'csound6~.pd_darwin' (load command 0x80000034 is unknown)
>>> 
>>> Mike
>>> 
>>> On Tue, Dec 6, 2022 at 4:30 AM Victor Lazzarini  wrote:
>>> I think I realise the problem. It was actually linked to 7.0. I’ve built a new universal package for 6, which loads fine now.
>>> 
>>> csound6~ 1.01
>>>  A PD csound class using the Csound 6.18.1 API
>>> (c) V Lazzarini, 2005-2007
>>> 
>>> I’ve replaced the package.
>>> ========================
>>> Prof. Victor Lazzarini
>>> Maynooth University
>>> Ireland
>>> 
>>> > On 6 Dec 2022, at 09:10, Mike McGonagle  wrote:
>>> > 
>>> > Huh! No, it doesn't work...
>>> > 
>>> > /Users/mjmogo/Documents/Pd/externals/csound6~.pd_darwin: dlopen(/Users/mjmogo/Documents/Pd/externals/csound6~.pd_darwin, 10): no suitable image found.  Did find:
>>> > /Users/mjmogo/Documents/Pd/externals/csound6~.pd_darwin: cannot load 'csound6~.pd_darwin' (load command 0x80000034 is unknown)
>>> > /Users/mjmogo/Documents/Pd/externals/csound6~.pd_darwin: cannot load 'csound6~.pd_darwin' (load command 0x80000034 is unknown)
>>> >  csound6~ cs6_demo.csd
>>> > 
>>> > Thanks, I didn't realize that there was a releases page. I also noticed that you use CMake. I'll have to check it out.
>>> > 
>>> > On Tue, Dec 6, 2022 at 2:37 AM Victor Lazzarini  wrote:
>>> > Does this one work for you?
>>> > 
>>> > https://github.com/csound/csound_pd/releases/tag/1.01.0
>>> > ========================
>>> > Prof. Victor Lazzarini
>>> > Maynooth University
>>> > Ireland
>>> > 
>>> > > On 6 Dec 2022, at 06:40, Mike McGonagle  wrote:
>>> > > 
>>> > > WARNINGThis email originated from outside of Maynooth University's Mail System. Do not reply, click links or open attachments unless you recognise the sender and know the content is safe.
>>> > > Hi,
>>> > > 
>>> > > I was wondering if anyone could tell me where I could get a compiled version of the Pure Data external? I currently can't compile from the source code on my machine, and I was hoping that I could find the binary that works with the 52.2 vanilla on a Mac OS 10.13.6.
>>> > > 
>>> > > Thanks,
>>> > > 
>>> > > Mike
>>> > > 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
>>> 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
> 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

Date2022-12-07 14:58
FromMike McGonagle
SubjectRe: [Csnd] [EXTERNAL] Re: [Csnd] csoundapi object for pure data
When I try to decompress the x86 version, it gives me an error.

And I tried the new 10.9 version, and it works! At least it loads now.

Thanks for your help, Victor!

Mike

On Wed, Dec 7, 2022 at 2:28 AM Victor Lazzarini <Victor.Lazzarini@mu.ie> wrote:
I’ve updated the binary package to be compatible all the way to 10.9
========================
Prof. Victor Lazzarini
Maynooth University
Ireland

> On 7 Dec 2022, at 07:02, Mike McGonagle <mjmogo@GMAIL.COM> wrote:
>
> Alright, I'm running 6.18. It still doesn't work.
>
> Do you know what specific Mac OS you are targeting when you compile? I have an older system that doesn't allow me to go beyond 10.13.6.
>
> Mike
>
> On Tue, Dec 6, 2022 at 3:43 PM Victor Lazzarini <Victor.Lazzarini@mu.ie> wrote:
> Make sure it's the universal version, get the latest. The error seems to indicate there may be a cpu mismatch.
>
> Prof. Victor Lazzarini
> Maynooth University
> Ireland
>
>> On 6 Dec 2022, at 20:29, Mike McGonagle <mjmogo@gmail.com> wrote:
>>
>> 
>> WARNINGThis email originated from outside of Maynooth University's Mail System. Do not reply, click links or open attachments unless you recognise the sender and know the content is safe.
>> I have it installed using Cabbage. I'll try tonight to reinstall from the Csound installer.
>>
>> Also, I would say yes, because I can call it from the command line.
>>
>> Thanks.
>>
>> On Tuesday, December 6, 2022, Victor Lazzarini <Victor.Lazzarini@mu.ie> wrote:
>> Do you have Csound installed?
>>
>> Prof. Victor Lazzarini
>> Maynooth University
>> Ireland
>>
>>> On 6 Dec 2022, at 16:02, Mike McGonagle <mjmogo@gmail.com> wrote:
>>>
>>> 
>>> Still not working for me...
>>>
>>> /Users/mjmogo/Documents/Pd/externals/csound6~.pd_darwin: dlopen(/Users/mjmogo/Documents/Pd/externals/csound6~.pd_darwin, 10): no suitable image found.  Did find:
>>> /Users/mjmogo/Documents/Pd/externals/csound6~.pd_darwin: cannot load 'csound6~.pd_darwin' (load command 0x80000034 is unknown)
>>> /Users/mjmogo/Documents/Pd/externals/csound6~.pd_darwin: cannot load 'csound6~.pd_darwin' (load command 0x80000034 is unknown)
>>>
>>> Mike
>>>
>>> On Tue, Dec 6, 2022 at 4:30 AM Victor Lazzarini <Victor.Lazzarini@mu.ie> wrote:
>>> I think I realise the problem. It was actually linked to 7.0. I’ve built a new universal package for 6, which loads fine now.
>>>
>>> csound6~ 1.01
>>>  A PD csound class using the Csound 6.18.1 API
>>> (c) V Lazzarini, 2005-2007
>>>
>>> I’ve replaced the package.
>>> ========================
>>> Prof. Victor Lazzarini
>>> Maynooth University
>>> Ireland
>>>
>>> > On 6 Dec 2022, at 09:10, Mike McGonagle <mjmogo@GMAIL.COM> wrote:
>>> >
>>> > Huh! No, it doesn't work...
>>> >
>>> > /Users/mjmogo/Documents/Pd/externals/csound6~.pd_darwin: dlopen(/Users/mjmogo/Documents/Pd/externals/csound6~.pd_darwin, 10): no suitable image found.  Did find:
>>> > /Users/mjmogo/Documents/Pd/externals/csound6~.pd_darwin: cannot load 'csound6~.pd_darwin' (load command 0x80000034 is unknown)
>>> > /Users/mjmogo/Documents/Pd/externals/csound6~.pd_darwin: cannot load 'csound6~.pd_darwin' (load command 0x80000034 is unknown)
>>> >  csound6~ cs6_demo.csd
>>> >
>>> > Thanks, I didn't realize that there was a releases page. I also noticed that you use CMake. I'll have to check it out.
>>> >
>>> > On Tue, Dec 6, 2022 at 2:37 AM Victor Lazzarini <Victor.Lazzarini@mu.ie> wrote:
>>> > Does this one work for you?
>>> >
>>> > https://github.com/csound/csound_pd/releases/tag/1.01.0
>>> > ========================
>>> > Prof. Victor Lazzarini
>>> > Maynooth University
>>> > Ireland
>>> >
>>> > > On 6 Dec 2022, at 06:40, Mike McGonagle <mjmogo@GMAIL.COM> wrote:
>>> > >
>>> > > WARNINGThis email originated from outside of Maynooth University's Mail System. Do not reply, click links or open attachments unless you recognise the sender and know the content is safe.
>>> > > Hi,
>>> > >
>>> > > I was wondering if anyone could tell me where I could get a compiled version of the Pure Data external? I currently can't compile from the source code on my machine, and I was hoping that I could find the binary that works with the 52.2 vanilla on a Mac OS 10.13.6.
>>> > >
>>> > > Thanks,
>>> > >
>>> > > Mike
>>> > > 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
>>> 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
> 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

Date2022-12-07 15:03
FromMike McGonagle
SubjectRe: [Csnd] [EXTERNAL] Re: [Csnd] csoundapi object for pure data
It also makes noise! Thanks again!

On Wed, Dec 7, 2022 at 8:58 AM Mike McGonagle <mjmogo@gmail.com> wrote:
When I try to decompress the x86 version, it gives me an error.

And I tried the new 10.9 version, and it works! At least it loads now.

Thanks for your help, Victor!

Mike

On Wed, Dec 7, 2022 at 2:28 AM Victor Lazzarini <Victor.Lazzarini@mu.ie> wrote:
I’ve updated the binary package to be compatible all the way to 10.9
========================
Prof. Victor Lazzarini
Maynooth University
Ireland

> On 7 Dec 2022, at 07:02, Mike McGonagle <mjmogo@GMAIL.COM> wrote:
>
> Alright, I'm running 6.18. It still doesn't work.
>
> Do you know what specific Mac OS you are targeting when you compile? I have an older system that doesn't allow me to go beyond 10.13.6.
>
> Mike
>
> On Tue, Dec 6, 2022 at 3:43 PM Victor Lazzarini <Victor.Lazzarini@mu.ie> wrote:
> Make sure it's the universal version, get the latest. The error seems to indicate there may be a cpu mismatch.
>
> Prof. Victor Lazzarini
> Maynooth University
> Ireland
>
>> On 6 Dec 2022, at 20:29, Mike McGonagle <mjmogo@gmail.com> wrote:
>>
>> 
>> WARNINGThis email originated from outside of Maynooth University's Mail System. Do not reply, click links or open attachments unless you recognise the sender and know the content is safe.
>> I have it installed using Cabbage. I'll try tonight to reinstall from the Csound installer.
>>
>> Also, I would say yes, because I can call it from the command line.
>>
>> Thanks.
>>
>> On Tuesday, December 6, 2022, Victor Lazzarini <Victor.Lazzarini@mu.ie> wrote:
>> Do you have Csound installed?
>>
>> Prof. Victor Lazzarini
>> Maynooth University
>> Ireland
>>
>>> On 6 Dec 2022, at 16:02, Mike McGonagle <mjmogo@gmail.com> wrote:
>>>
>>> 
>>> Still not working for me...
>>>
>>> /Users/mjmogo/Documents/Pd/externals/csound6~.pd_darwin: dlopen(/Users/mjmogo/Documents/Pd/externals/csound6~.pd_darwin, 10): no suitable image found.  Did find:
>>> /Users/mjmogo/Documents/Pd/externals/csound6~.pd_darwin: cannot load 'csound6~.pd_darwin' (load command 0x80000034 is unknown)
>>> /Users/mjmogo/Documents/Pd/externals/csound6~.pd_darwin: cannot load 'csound6~.pd_darwin' (load command 0x80000034 is unknown)
>>>
>>> Mike
>>>
>>> On Tue, Dec 6, 2022 at 4:30 AM Victor Lazzarini <Victor.Lazzarini@mu.ie> wrote:
>>> I think I realise the problem. It was actually linked to 7.0. I’ve built a new universal package for 6, which loads fine now.
>>>
>>> csound6~ 1.01
>>>  A PD csound class using the Csound 6.18.1 API
>>> (c) V Lazzarini, 2005-2007
>>>
>>> I’ve replaced the package.
>>> ========================
>>> Prof. Victor Lazzarini
>>> Maynooth University
>>> Ireland
>>>
>>> > On 6 Dec 2022, at 09:10, Mike McGonagle <mjmogo@GMAIL.COM> wrote:
>>> >
>>> > Huh! No, it doesn't work...
>>> >
>>> > /Users/mjmogo/Documents/Pd/externals/csound6~.pd_darwin: dlopen(/Users/mjmogo/Documents/Pd/externals/csound6~.pd_darwin, 10): no suitable image found.  Did find:
>>> > /Users/mjmogo/Documents/Pd/externals/csound6~.pd_darwin: cannot load 'csound6~.pd_darwin' (load command 0x80000034 is unknown)
>>> > /Users/mjmogo/Documents/Pd/externals/csound6~.pd_darwin: cannot load 'csound6~.pd_darwin' (load command 0x80000034 is unknown)
>>> >  csound6~ cs6_demo.csd
>>> >
>>> > Thanks, I didn't realize that there was a releases page. I also noticed that you use CMake. I'll have to check it out.
>>> >
>>> > On Tue, Dec 6, 2022 at 2:37 AM Victor Lazzarini <Victor.Lazzarini@mu.ie> wrote:
>>> > Does this one work for you?
>>> >
>>> > https://github.com/csound/csound_pd/releases/tag/1.01.0
>>> > ========================
>>> > Prof. Victor Lazzarini
>>> > Maynooth University
>>> > Ireland
>>> >
>>> > > On 6 Dec 2022, at 06:40, Mike McGonagle <mjmogo@GMAIL.COM> wrote:
>>> > >
>>> > > WARNINGThis email originated from outside of Maynooth University's Mail System. Do not reply, click links or open attachments unless you recognise the sender and know the content is safe.
>>> > > Hi,
>>> > >
>>> > > I was wondering if anyone could tell me where I could get a compiled version of the Pure Data external? I currently can't compile from the source code on my machine, and I was hoping that I could find the binary that works with the 52.2 vanilla on a Mac OS 10.13.6.
>>> > >
>>> > > Thanks,
>>> > >
>>> > > Mike
>>> > > 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
>>> 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
> 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

Date2022-12-07 16:00
FromVictor Lazzarini
SubjectRe: [Csnd] [EXTERNAL] Re: [Csnd] csoundapi object for pure data
That was it then, it needed to be backwards compatible.

Prof. Victor Lazzarini
Maynooth University
Ireland

On 7 Dec 2022, at 15:05, Mike McGonagle <mjmogo@gmail.com> wrote:


It also makes noise! Thanks again!

On Wed, Dec 7, 2022 at 8:58 AM Mike McGonagle <mjmogo@gmail.com> wrote:
When I try to decompress the x86 version, it gives me an error.

And I tried the new 10.9 version, and it works! At least it loads now.

Thanks for your help, Victor!

Mike

On Wed, Dec 7, 2022 at 2:28 AM Victor Lazzarini <Victor.Lazzarini@mu.ie> wrote:
I’ve updated the binary package to be compatible all the way to 10.9
========================
Prof. Victor Lazzarini
Maynooth University
Ireland

> On 7 Dec 2022, at 07:02, Mike McGonagle <mjmogo@GMAIL.COM> wrote:
>
> Alright, I'm running 6.18. It still doesn't work.
>
> Do you know what specific Mac OS you are targeting when you compile? I have an older system that doesn't allow me to go beyond 10.13.6.
>
> Mike
>
> On Tue, Dec 6, 2022 at 3:43 PM Victor Lazzarini <Victor.Lazzarini@mu.ie> wrote:
> Make sure it's the universal version, get the latest. The error seems to indicate there may be a cpu mismatch.
>
> Prof. Victor Lazzarini
> Maynooth University
> Ireland
>
>> On 6 Dec 2022, at 20:29, Mike McGonagle <mjmogo@gmail.com> wrote:
>>
>> 
>> WARNINGThis email originated from outside of Maynooth University's Mail System. Do not reply, click links or open attachments unless you recognise the sender and know the content is safe.
>> I have it installed using Cabbage. I'll try tonight to reinstall from the Csound installer.
>>
>> Also, I would say yes, because I can call it from the command line.
>>
>> Thanks.
>>
>> On Tuesday, December 6, 2022, Victor Lazzarini <Victor.Lazzarini@mu.ie> wrote:
>> Do you have Csound installed?
>>
>> Prof. Victor Lazzarini
>> Maynooth University
>> Ireland
>>
>>> On 6 Dec 2022, at 16:02, Mike McGonagle <mjmogo@gmail.com> wrote:
>>>
>>> 
>>> Still not working for me...
>>>
>>> /Users/mjmogo/Documents/Pd/externals/csound6~.pd_darwin: dlopen(/Users/mjmogo/Documents/Pd/externals/csound6~.pd_darwin, 10): no suitable image found.  Did find:
>>> /Users/mjmogo/Documents/Pd/externals/csound6~.pd_darwin: cannot load 'csound6~.pd_darwin' (load command 0x80000034 is unknown)
>>> /Users/mjmogo/Documents/Pd/externals/csound6~.pd_darwin: cannot load 'csound6~.pd_darwin' (load command 0x80000034 is unknown)
>>>
>>> Mike
>>>
>>> On Tue, Dec 6, 2022 at 4:30 AM Victor Lazzarini <Victor.Lazzarini@mu.ie> wrote:
>>> I think I realise the problem. It was actually linked to 7.0. I’ve built a new universal package for 6, which loads fine now.
>>>
>>> csound6~ 1.01
>>>  A PD csound class using the Csound 6.18.1 API
>>> (c) V Lazzarini, 2005-2007
>>>
>>> I’ve replaced the package.
>>> ========================
>>> Prof. Victor Lazzarini
>>> Maynooth University
>>> Ireland
>>>
>>> > On 6 Dec 2022, at 09:10, Mike McGonagle <mjmogo@GMAIL.COM> wrote:
>>> >
>>> > Huh! No, it doesn't work...
>>> >
>>> > /Users/mjmogo/Documents/Pd/externals/csound6~.pd_darwin: dlopen(/Users/mjmogo/Documents/Pd/externals/csound6~.pd_darwin, 10): no suitable image found.  Did find:
>>> > /Users/mjmogo/Documents/Pd/externals/csound6~.pd_darwin: cannot load 'csound6~.pd_darwin' (load command 0x80000034 is unknown)
>>> > /Users/mjmogo/Documents/Pd/externals/csound6~.pd_darwin: cannot load 'csound6~.pd_darwin' (load command 0x80000034 is unknown)
>>> >  csound6~ cs6_demo.csd
>>> >
>>> > Thanks, I didn't realize that there was a releases page. I also noticed that you use CMake. I'll have to check it out.
>>> >
>>> > On Tue, Dec 6, 2022 at 2:37 AM Victor Lazzarini <Victor.Lazzarini@mu.ie> wrote:
>>> > Does this one work for you?
>>> >
>>> > https://github.com/csound/csound_pd/releases/tag/1.01.0
>>> > ========================
>>> > Prof. Victor Lazzarini
>>> > Maynooth University
>>> > Ireland
>>> >
>>> > > On 6 Dec 2022, at 06:40, Mike McGonagle <mjmogo@GMAIL.COM> wrote:
>>> > >
>>> > > WARNINGThis email originated from outside of Maynooth University's Mail System. Do not reply, click links or open attachments unless you recognise the sender and know the content is safe.
>>> > > Hi,
>>> > >
>>> > > I was wondering if anyone could tell me where I could get a compiled version of the Pure Data external? I currently can't compile from the source code on my machine, and I was hoping that I could find the binary that works with the 52.2 vanilla on a Mac OS 10.13.6.
>>> > >
>>> > > Thanks,
>>> > >
>>> > > Mike
>>> > > 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
>>> 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
> 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