Csound Csound-dev Csound-tekno Search About

Re: [Csnd] markov_basics.csd execution in CsoundQt: Csound compile failed

Date2019-09-12 09:57
FromMarco Ippolito
SubjectRe: [Csnd] markov_basics.csd execution in CsoundQt: Csound compile failed
Hi Tarmo,
in CsoundQt configuration-> Run panel:

Input devices(-i) availables are:
    default(adc)
    none()
    pulse[ALSA](adc0)
    default[ALSA](adc1)
    system[Jack Audio Connection Kit](adc2)

Output devices(-o) availables are:
    default(dac)
    none()
    HDA Intel PCH: ALC269VB Digital (hw:0,1)[ALSA](dac0)
    HDA Intel PCH: HDMI 0 (hw:0,3)[ALSA](dac1)
    iec958[ALSA](dac2)
    spdif[ALSA](dac3)
    hdmoi[ALSA](dac4)
    pulse[ALSA](dac5)
    default[ALSA](dac6)
    system[JACK Audio Connection Kit(dac7)
  

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

Date2019-09-12 11:10
FromTarmo Johannes
SubjectRe: [Csnd] markov_basics.csd execution in CsoundQt: Csound compile failed
Hi,

Your csd works here and gives output:

0dBFS level = 1.0

orch now loaded

audio buffered in 256 sample-frame blocks

PulseAudio input server: default

reading 512-byte blks of shorts from adc (RAW)

PulseAudio output server: default

pulseaudio output open

writing 256 sample blks of 64-bit floats to dac

SECTION 1:

Random number = 0.828, next element = c!

end of section 1 sect peak amps: 0.00000

inactive allocs returned to freespace

SECTION 2:

Random number = 0.710, next element = c!

end of section 2 sect peak amps: 0.00000

inactive allocs returned to freespace

SECTION 3:

Random number = 0.155, next element = a!

end of section 3 sect peak amps: 0.00000

inactive allocs returned to freespace

SECTION 4:

Random number = 0.212, next element = b!

end of section 4 sect peak amps: 0.00000

inactive allocs returned to freespace

SECTION 5:

Random number = 0.626, next element = b!

end of section 5 sect peak amps: 0.00000

inactive allocs returned to freespace

SECTION 6:

Random number = 0.103, next element = a!

end of section 6 sect peak amps: 0.00000

inactive allocs returned to freespace

SECTION 7:

Random number = 0.838, next element = c!

end of section 7 sect peak amps: 0.00000

inactive allocs returned to freespace

SECTION 8:

Random number = 0.904, next element = c!

end of section 8 sect peak amps: 0.00000

inactive allocs returned to freespace

SECTION 9:

Random number = 0.336, next element = b!

end of section 9 sect peak amps: 0.00000

inactive allocs returned to freespace

SECTION 10:

Random number = 0.573, next element = b!

end of section 10 sect peak amps: 0.00000

inactive allocs returned to freespace

SECTION 11:

end of section 11 sect peak amps: 0.00000

Score finished in csoundPerformKsmps() with 2.

inactive allocs returned to freespace

end of score. overall amps: 0.00000

overall samples out of range: 0

0 errors in performance

0 256 sample blks of 64-bit floats written to dac


As I suggestes, try once again:

- go to Configure -> RT Audio module, set it "null" for start (not 0 as in your csd, I corrected it in my second email)

- set input and output to default. (adc and dac).

See what happens. If no errors, you can try different RT audio modules and outputs.


Currently you are using portaudio (-+rtaudio=pa_cb) AND some kind of Jack output (system[JACK Audio Connection Kit(dac7)).

These do not work together, you should use jack audio module if you have jack up and running.


OR you can try from command line (terminal):

csound -odac <your.csd>



tarmo




Kontakt Marco Ippolito (<ippolito.marco@gmail.com>) kirjutas kuupäeval N, 12. september 2019 kell 11:57:
Hi Tarmo,
in CsoundQt configuration-> Run panel:

Input devices(-i) availables are:
    default(adc)
    none()
    pulse[ALSA](adc0)
    default[ALSA](adc1)
    system[Jack Audio Connection Kit](adc2)

Output devices(-o) availables are:
    default(dac)
    none()
    HDA Intel PCH: ALC269VB Digital (hw:0,1)[ALSA](dac0)
    HDA Intel PCH: HDMI 0 (hw:0,3)[ALSA](dac1)
    iec958[ALSA](dac2)
    spdif[ALSA](dac3)
    hdmoi[ALSA](dac4)
    pulse[ALSA](dac5)
    default[ALSA](dac6)
    system[JACK Audio Connection Kit(dac7)


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