[Csnd] Compilation Error on Raspberry Pi
| Date | 2017-12-10 04:11 |
| From | "Patrick.Pagano~" |
| Subject | [Csnd] Compilation Error on Raspberry Pi |
Hi Folks
Building a Raspberry pi Synth with SuperCollider, Pure Data, SamplerBox, &
Csound and Iḿ interested in CsoundQt and Cabbage of course Cecilia5 is too
heavy to run on Raspi so far but i when following the directions included in
the Build.read me i get
This error.
https://pastebin.com/kZQTAqMk
i would be grateful for some assistance
with kind regards
Patrick
--
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 |
| Date | 2017-12-10 14:22 |
| From | Victor Lazzarini |
| Subject | Re: [Csnd] Compilation Error on Raspberry Pi |
https://github.com/csound/csound/blob/develop/BUILD.md#raspian Look at the instructions for "NEON support for PFFFT lib" ======================== 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 10 Dec 2017, at 04:11, Patrick.Pagano~ |
| Date | 2017-12-11 20:00 |
| From | "Patrick.Pagano~" |
| Subject | Re: [Csnd] Compilation Error on Raspberry Pi |
Hi Victor
Thanks
i missed that the first time through
going to re-compile that way
cheers~
pp
--
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 |
| Date | 2017-12-11 20:37 |
| From | Rory Walsh |
| Subject | Re: [Csnd] Compilation Error on Raspberry Pi |
Don't worry, I've somehow manage to miss this step every time I build Csound on a RPi! On 11 December 2017 at 20:00, Patrick.Pagano~ <shreeswifty@gmail.com> wrote: Hi Victor |
| Date | 2017-12-12 03:05 |
| From | "Patrick.Pagano~" |
| Subject | Re: [Csnd] Compilation Error on Raspberry Pi |
hey Rory and folks
It seems that after i follow the sudo apt-get install csound-dep it breaks
my supercollider install
There is some error regarding not getting a EGL surface
my goal is to have csound, pure data and supercollider working
When i try to install CsoundQt or cabbage i forget which now it says
cannot find valid csoudn api perhaps because i isntalled it from apt-get
install csound
any hints on this?
by thew way Rory Walsh i tried Cabbage on Mac and it's sexy as hell
pp
--
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 |
| Date | 2017-12-12 11:32 |
| From | Rory Walsh |
| Subject | Re: [Csnd] Compilation Error on Raspberry Pi |
I'm not sure why that would happen. Do you get any error messages when you run csound-dep? On 12 December 2017 at 03:05, Patrick.Pagano~ <shreeswifty@gmail.com> wrote: hey Rory and folks |
| Date | 2017-12-14 16:05 |
| From | "Patrick.Pagano~" |
| Subject | [Csnd] Raspberry Pi/Front End Suggestions?? |
So i successfully got a build of Csound6 on raspberry pi so then i moved to
trying to get CsoundQt working as a front end and it takes a dump on some
html --ish stuff
I created an issue on the github and the maintainer said they would look at
it and to try the main branch that also pooped on me
https://pastebin.com/aGJQSKeM
Can someone suggest a Front End for me to run my ancient Csound patches?
I have a ton of Just Intonation shenanigans i would like to run but i really
enjoy having a front end to fool with and as i shared previously my goal is
to have Pure Data, SuperCollider [with FoxDot] and Csound [of course!!]
Suggestons?
Diatribes?
Manifestos?
Happy Csounding! [not me actually yet but eventually surely........
--
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 |
| Date | 2017-12-14 16:25 |
| From | Rory Walsh |
| Subject | Re: [Csnd] Raspberry Pi/Front End Suggestions?? |
Any editor can be used to edit your files. And you can just run them from the command line? You could also try Cabbage, early versions ran Ok but I'm not sure about current versions. Could be worth a try. Just try to build the JUCE Projucer first, if that works then I expect Cabbage will too. On 14 December 2017 at 16:05, Patrick.Pagano~ <shreeswifty@gmail.com> wrote: So i successfully got a build of Csound6 on raspberry pi so then i moved to |
| Date | 2017-12-14 17:30 |
| From | Richard |
| Subject | Re: [Csnd] Raspberry Pi/Front End Suggestions?? |
I am a big fan of running Csound on a headless Raspberry Pi (without
local GUI) and have a remote GUI control it.
I wrote about that in http://csoundjournal.com/issue21/csound_gui.html
Since then I have converted some Cabbage projects into a split: Run the
GUI part on any Mac/PC and via OSC control the Csound part running on a Pi.
Recently I discovered Java (you're never too old to learn), specially
the nice Scene Builder GUI package and with a library called Py4j I can
interface to Python running a Csound server. This should then run on the
Pi as well, and the Java FXML GUI could run anywhere else:
Mac/PC/Linux::JavaFXML GUI app -> Py4j -> Rpi::Python app running Csound
server with SQlite database containing templates, instruments and effects
Richard
On 14/12/17 17:05, Patrick.Pagano~ wrote:
> So i successfully got a build of Csound6 on raspberry pi so then i moved to
> trying to get CsoundQt working as a front end and it takes a dump on some
> html --ish stuff
> I created an issue on the github and the maintainer said they would look at
> it and to try the main branch that also pooped on me
>
> https://pastebin.com/aGJQSKeM
>
> Can someone suggest a Front End for me to run my ancient Csound patches?
> I have a ton of Just Intonation shenanigans i would like to run but i really
> enjoy having a front end to fool with and as i shared previously my goal is
> to have Pure Data, SuperCollider [with FoxDot] and Csound [of course!!]
>
> Suggestons?
> Diatribes?
> Manifestos?
>
> Happy Csounding! [not me actually yet but eventually surely........
>
>
>
> --
> 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 |
| Date | 2017-12-14 20:22 |
| From | Tarmo Johannes |
| Subject | Re: [Csnd] Raspberry Pi/Front End Suggestions?? |
Hi,
I commented you ticket also in tracker. Would be nice if you get it building,
otherwise you can try just for curiosity
apt-get install csoundqt
(not sure if it gives something).
If you go for headless Pi, Csound 6.10 has now very good support to be driven
by UDP messages - you can set channels, send score, get return values from
channels, even get console output. I have an Android app for some kind of
remote control but it needs some more work and documentation before sharing.
tarmo
On neljapäev, 14. detsember 2017 18:05.54 EET you wrote:
> So i successfully got a build of Csound6 on raspberry pi so then i moved to
> trying to get CsoundQt working as a front end and it takes a dump on some
> html --ish stuff
> I created an issue on the github and the maintainer said they would look at
> it and to try the main branch that also pooped on me
>
> https://pastebin.com/aGJQSKeM
>
> Can someone suggest a Front End for me to run my ancient Csound patches?
> I have a ton of Just Intonation shenanigans i would like to run but i really
> enjoy having a front end to fool with and as i shared previously my goal is
> to have Pure Data, SuperCollider [with FoxDot] and Csound [of course!!]
>
> Suggestons?
> Diatribes?
> Manifestos?
>
> Happy Csounding! [not me actually yet but eventually surely........
>
>
>
> --
> 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 |
| Date | 2017-12-16 03:26 |
| From | pat pagano |
| Subject | Re: [Csnd] Raspberry Pi/Front End Suggestions?? |
Hi Tarmo !! i am not going headless, my goals include but are not limited to full featured builds for pisound with CsounQt/SuperCollider&FoxDot [possibly Haskell/Tidalcycles and Pure Data Vanilla [Deken++] So all three major languages work with R RTcmix~ in Pure Data and Csound6~ as contingency for the BBCut/STK opcodes controlled via midi in Pd as well In addition i am exploring faust/chuck LV2 etc.. apt-get install csoundqt gives nothing in raspberry I realized rather quickly cabbage would be a rabbit hole on raspberry so i am hopeful you might help me get this guy working on Raspberry3/Stretch TY TY On Thu, Dec 14, 2017 at 3:22 PM, Tarmo Johannes <trmjhnns@gmail.com> wrote: Hi, Patrick Pagano B.S, M.F.A Assistant Professor in Residence University of Connecticut Stamford, Connecticut (352)226-2016 |
| Date | 2017-12-16 10:49 |
| From | "Patrick.Pagano~" |
| Subject | Re: [Csnd] Raspberry Pi/Front End Suggestions?? |
actually i double checked and
sudo apt-get install csoundqt DOES in fact give something but that is the
problem
if i do it that way it will break my installation of SuperCollider
i am not sure if this is now an either or situation
Patrick
--
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 |
| Date | 2017-12-16 10:51 |
| From | "Patrick.Pagano~" |
| Subject | Re: [Csnd] Raspberry Pi/Front End Suggestions?? |
csoundqt : Depends: libqt5gui5 (>= 5.2.0) but it is not going to be
installed
Depends: libqt5network5 (>= 5.0.2) but it is not going to be
installed
Depends: libqt5printsupport5 (>= 5.0.2) but it is not going to
be installed
Depends: libqt5qml5 (>= 5.0.2) but it is not going to be
installed
Depends: libqt5quick5 (>= 5.0.2) but it is not going to be
installed
Depends: libqt5quickwidgets5 (>= 5.3.0) but it is not going to
be installed
Depends: libqt5widgets5 (>= 5.6.0~beta) but it is not going to
be installed
E: Unable to correct problems, you have held broken packages.
i followed the directions for building Supercollider from source here
https://supercollider.github.io/development/building-raspberrypi.html
so i am lost for what to do now
Patrick
--
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 |