Csound Csound-dev Csound-tekno Search About

[Csnd] input device "default" not found by csound.deb on pi3

Date2018-07-25 06:45
From'2+
Subject[Csnd] input device "default" not found by csound.deb on pi3
hi

ive been trying to run csound-expression on raspberry-pi3s
one of them has raspbian(stretch)-lite another one with gui

when i do 
dac $ osc 440
in ghci
both blame that theres no device like "default" on  the machine

ive tested the oscil.csd in  your man
and even tho the  option is -odac
cs oscil
only spits out  the oscil.wav
and
csound oscil.csd
does  the right real-time  rendering
first  thing it says is
"virtual_keyboard real time MIDI plugin for Csound"
but well..maybe this has nothing to do with that input error i get with csound-expression

so what is going on here?

they say rasbian(stretch) is pure alsa and i like it
did  the same
apt install csound
cabal install csound-expression
on some of  the other pulseaudio based lububtu1804 n popos machines and there were no prob

this csound.deb is broken?

btw 
have alsa version of chuck  installed by
make linux-alsa
and no error like
no input device 'default'

thank you

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

Date2018-07-25 09:21
FromAnton Kholomiov
SubjectRe: [Csnd] input device "default" not found by csound.deb on pi3
So

>  csound oscili.csd

works right?

but from ghci interpreter CE: dac (osc 440)
there are errors on no default device?

this command generates temporary file tmp.csd, can you try to invoke csound on it

```
> csound tmp.csd
```

and post flags from it: inside CsOptions
for me it is:

```
<CsOptions>

--nodisplays --output=dac --input=adc

</CsOptions>
```





2018-07-25 8:45 GMT+03:00 '2+ <electriclightheads@gmail.com>:
hi

ive been trying to run csound-expression on raspberry-pi3s
one of them has raspbian(stretch)-lite another one with gui

when i do 
dac $ osc 440
in ghci
both blame that theres no device like "default" on  the machine

ive tested the oscil.csd in  your man
and even tho the  option is -odac
cs oscil
only spits out  the oscil.wav
and
csound oscil.csd
does  the right real-time  rendering
first  thing it says is
"virtual_keyboard real time MIDI plugin for Csound"
but well..maybe this has nothing to do with that input error i get with csound-expression

so what is going on here?

they say rasbian(stretch) is pure alsa and i like it
did  the same
apt install csound
cabal install csound-expression
on some of  the other pulseaudio based lububtu1804 n popos machines and there were no prob

this csound.deb is broken?

btw 
have alsa version of chuck  installed by
make linux-alsa
and no error like
no input device 'default'

thank you

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

Date2018-07-25 09:48
From'2+
SubjectRe: [Csnd] input device "default" not found by csound.deb on pi3
hi Anton,
thanks for sharing your time


2018年7月25日(水) 17:21 Anton Kholomiov <anton.kholomiov@gmail.com>:
>  csound oscili.csd

works right?

but from ghci interpreter CE: dac (osc 440)
there are errors on no default device?

yes for both
cannot open device 'default' for audio input: No such file or directory
doesnt come out when its only with csound


this command generates temporary file tmp.csd, can you try to invoke csound on it

```
> csound tmp.csd
```

oh yes i forgot to do that
and the same error :(


and post flags from it: inside CsOptions
for me it is:

```
<CsOptions>

--nodisplays --output=dac --input=adc

</CsOptions>
```

exactly the same here

and you what?
if i change it to 
-odac
sometimes it gives an  endless sinewave with a bit of glitches
and sometimes just  gives a bit of it and hangs(ctrl-c works  tho)


thanks again anyways ;)

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