[Csnd] Administrivia
Date | 2018-04-01 04:27 |
From | "jpff,,," |
Subject | [Csnd] Administrivia |
Message for April 2018 This is the monthly reminder. The Csound list welcomes posts from people with ALL levels of skill, from the newest newbie to the most serious hacker or established composer. The subject and tenor of the posts varies dramatically depending on what the current concerns are. Newbies are sometimes afraid to post because they read discussions about the incomprehensible deep inner workings, and all they want to know is how to get a sound to come out of their computer, or advice on how to get mobile sounds. Rest assured that your question will be answered quickly, and (usually) in a helpful and courteous manner. We've all been there. Please post. If you find a bug or want to request for a new feature please report it here and/or open a ticket by going to https://github.com/csound/csound/issues We particularly love bug reports that say which platform and version were involved (we are currently about to release 6.11) and a simple test program. An interesting article about good bug reporting can be seen at http://www.catb.org/~esr/faqs/smart-questions.html If you are thinking of submitting new code please read the Submission advice and/or consult a core developer. ==List Administrator 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-04-01 23:40 |
From | Miodrag |
Subject | [Csnd] function table number -1 passed to table opcode |
Hi, I'm going through the csound manual (release 6.10.0), and the example code for the ephasor opcode contains two table statements where -1 is passed for the function table number, as in
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
aosc1 table aph*kn,-1,1,0,1 I don't see any function table statements in the score or ftgen statements in orchestra part, and manual entry for the table opcode doesn't mention anything about -1 being passed as ifn. I'm confused. Thanks, Mio |
Date | 2018-04-01 23:59 |
From | Guillermo Senna |
Subject | Re: [Csnd] function table number -1 passed to table opcode |
"We also do not need to create a
sinewave table, because Csound 6 has a default table (-1), which
is used by default by the On 01/04/18 19:40, Miodrag wrote:
Hi, I'm going through the csound manual (release 6.10.0), and the example code for the ephasor opcode contains two table statements where -1 is passed for the function table number, as in aosc1 table aph*kn,-1,1,0,1 I don't see any function table statements in the score or ftgen statements in orchestra part, and manual entry for the table opcode doesn't mention anything about -1 being passed as ifn. I'm confused. Thanks, Mio 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-04-02 00:44 |
From | Miodrag |
Subject | Re: [Csnd] function table number -1 passed to table opcode |
Much appreciated! On Sun, Apr 1, 2018 at 6:59 PM Guillermo Senna <gsenna@gmail.com> wrote:
|