Csound on RPi..
Date | 2016-12-27 16:37 |
From | Rory Walsh |
Subject | Csound on RPi.. |
I don't think my last posts were getting through. Here goes again:
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
=================================================== It seems that the most up to date version of Csound available for the RPi is 6.03. Is there a way of using a newer version of Csound? Anyhow, I tried building myself but I get a load of errors relating to pffft.c: /home/pi/sourcecode/csound/ /home/pi/sourcecode/csound/ INTERLEAVE2(buff[ib][k*2], buff[ib][k*2+1], buff[ib][k*2], buff[ib][k*2+1]); etc.. Is there some kind of special cmake magic I need to set in order to get it to build |
Date | 2016-12-27 18:00 |
From | Richard |
Subject | Re: Csound on RPi.. |
I think it was discussed in the thread 'websocket error' how to exclude pffft from the build... Richard On 27/12/16 17:37, Rory Walsh wrote:
|
Date | 2016-12-27 18:02 |
From | Victor Lazzarini |
Subject | Re: Csound on RPi.. |
yes, it's in the BUILD.md.
Victor Lazzarini Dean of Arts, Celtic Studies, and Philosophy
Maynooth University
Ireland
|
Date | 2016-12-27 18:11 |
From | Rory Walsh |
Subject | Re: Csound on RPi.. |
Thanks guys. I somehow missed that. I'll give it a go. On 27 December 2016 at 18:02, Victor Lazzarini <Victor.Lazzarini@nuim.ie> wrote:
|