[Csnd] in_out realtime

HEllo Csounders,
i am really sorry for tyis newbie question, but i need your help on this topic.
based on nreverb.csd i first tried to get in_out working. all i am getting is cracklings.
n.b. the last built for csound, which works quite well.
here is the in_out.csd

Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
        Issues · csound/csound · GitHub
Discussions of bugs and features can be posted here

in_out.csd (885 Bytes)

   HEllo Csounders,
  i am really sorry for tyis newbie question, but i need your help on this topic.
  based on nreverb.csd i first tried to get in_out working. all i am getting is cracklings.
  n.b. the last built for csound, which works quite well.
  here is the in_out.csd

look at this line:

outch a1,a2,a3,a4,a5,a6

This is not doing what you think is doing. What you probably want is outch 1, a1, 2, a2, ...

Csound mailing list
Csound@listserv.heanet.ie
LISTSERV 16.5 - CSOUND List at LISTSERV.HEANET.IE
Send bugs reports to
         Issues · csound/csound · GitHub
Discussions of bugs and features can be posted here

  please can you tell me what to do? and more important what to read to achieve this purpose.
  in advance manay thanks
  all the best.
      Raoul MEGELAS

Csound mailing list
Csound@listserv.heanet.ie
LISTSERV 16.5 - CSOUND List at LISTSERV.HEANET.IE
Send bugs reports to
         Issues · csound/csound · GitHub
Discussions of bugs and features can be posted here

Csound mailing list
Csound@listserv.heanet.ie

Send bugs reports to
        Issues · csound/csound · GitHub
Discussions of bugs and features can be posted here

Hello Eduardo

thanks for your help.
it works fine.
Just a question:
i got a delay of approximately 500ms at the output.
is there a way to remedy to this problem?

Bests
Raoul

hi raoul -

probably your buffer size is too large. perhaps this helps:

best -
  joachim

Hi Joachim,

that’s fine and working as expected.
just a note:
on osx 13.5 beta, portaudio introduces more latency than auhal (CoreAudio”.
then, i choosed auhal with -b 256 -B 1024 which work better
i keep preciously the given address.

Thanks and bests.

Raoul