Buidling Alsa Csound6 RaspberryPi
Date | 2015-09-12 16:21 |
From | Roger Kelly |
Subject | Buidling Alsa Csound6 RaspberryPi |
Attachments | None None |
I followed the default instructions on building csound6 on RasperryPI, but get an error trying to use alas.
csound -odac:hw:0 -+rtaudio=alsa someorch.csd Get the below error. Is there a separate config to make it build. The build showed Alsa enabled. unknown rtaudio module: 'alsa', using dummy module |
Date | 2015-09-12 16:52 |
From | Victor Lazzarini |
Subject | Re: Buidling Alsa Csound6 RaspberryPi |
Maybe you need to set OPCODE6DIR64? ======================== Dr 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 12 Sep 2015, at 16:21, Roger Kelly |
Date | 2015-09-13 01:51 |
From | Paul Batchelor |
Subject | Re: Buidling Alsa Csound6 RaspberryPi |
Attachments | None None |
It may be because the alsa dev files aren't installed? sudo apt-get install libasound2-devOn Sat, Sep 12, 2015 at 8:52 AM, Victor Lazzarini <Victor.Lazzarini@nuim.ie> wrote: Maybe you need to set OPCODE6DIR64? |