[Csnd] monitor opcode and -j command line option
Date | 2018-09-30 10:48 |
From | Francesco Porta |
Subject | [Csnd] monitor opcode and -j command line option |
Hello All, i'm using monitor opcode to recording a performance but if i use -j option in command line monitor is not working (using it with fout give me a blank audio file). It is right or i'm wronging somethings? Thanks, ciao, francesco. 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 | 2018-09-30 10:57 |
From | Francois PINOT |
Subject | Re: [Csnd] monitor opcode and -j command line option |
Could you please append a csd? François Le dim. 30 sept. 2018 à 11:48, Francesco Porta <francescoarmandoporta@gmail.com> a écrit : Hello All, |
Date | 2018-09-30 11:29 |
From | fra |
Subject | Re: [Csnd] monitor opcode and -j command line option |
Attachments | simple1.csd |
yes thank you. Attached is a more simplified version of my csd. Also it is at bottom. If i comment out the -j2 option it is working. Thanks, ciao, francesco. |
Date | 2018-09-30 13:02 |
From | Francois PINOT |
Subject | Re: [Csnd] monitor opcode and -j command line option |
There's the same kind of problem with the monitor.csd example of the manual (https://csound.com/docs/manual/monitor.html). When running the example with the command csound -j1 monitor.csd, everything is OK. When running csound -jn monitor.csd with n >= 2 the output signal is distorted. I'll file an issue. François Le dim. 30 sept. 2018 à 12:29, fra <francescoarmandoporta@gmail.com> a écrit : yes thank you. |
Date | 2018-09-30 16:00 |
From | jpff |
Subject | Re: [Csnd] monitor opcode and -j command line option |
Believed fixed On Sun, 30 Sep 2018, Francois PINOT wrote: > There's the same kind of problem with the monitor.csd example of the manual > (https://csound.com/docs/manual/monitor.html). When running the example with > the command csound -j1 monitor.csd, everything is OK. When running csound -jn > monitor.csd with n >= 2 the output signal is distorted. I'll file an issue. > > François > > Le dim. 30 sept. 2018 à 12:29, fra |
Date | 2018-10-01 08:00 |
From | Francois PINOT |
Subject | Re: [Csnd] monitor opcode and -j command line option |
I confirm. It's fixed. Thanks John. Le dim. 30 sept. 2018 à 17:01, jpff <jpff@codemist.co.uk> a écrit : Believed fixed |