[Csnd] compilation errors
Date | 2019-12-03 21:02 |
From | Dave Seidel |
Subject | [Csnd] compilation errors |
It's probably because I'd trying to code with a bad cold, but I have a couple of problems I can't figure out. Here's a boiled down example:
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
opcode global_preset, 0, iiiiiiiiiiiiiiiiiiiiii This yields: error: Unable to find opcode entry for '=' with matching argument types: If I comment out the assignments, then I get this: error: Unable to find opcode entry for 'OSCbundle' with matching argument types: This is my first time trying OSCbundle, and I'm trying to follow the example in the manual. I'm running very recent develop. What am I doing wrong? |
Date | 2019-12-03 21:08 |
From | Dave Seidel |
Subject | Re: [Csnd] compilation errors |
Please ignore the extra in-params, this came from code where they were all in use, and their presence or not makes no difference to the errors. On Tue, Dec 3, 2019 at 4:02 PM Dave Seidel <dave.seidel@gmail.com> wrote:
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 | 2019-12-03 21:16 |
From | john |
Subject | Re: [Csnd] compilation errors |
Not sure but why do you think Sdest os an array? it is given anf d initial vaue os 1. I would have expeced Sdest[] init 1 smilar for Stype ???? On Tue, 3 Dec 2019, Dave Seidel wrote: > Please ignore the extra in-params, this came from code where they were all in > use, and their presence or not makes no difference to the errors. > > On Tue, Dec 3, 2019 at 4:02 PM Dave Seidel |
Date | 2019-12-03 21:24 |
From | Dave Seidel |
Subject | Re: [Csnd] compilation errors |
Yes, thanks, I left out the square braces in the declarations but I couldn't see it. On Tue, Dec 3, 2019 at 4:17 PM john <jpff@codemist.co.uk> wrote: Not sure but why do you think Sdest os an array? it is given anf d
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
|