[Csnd] DX7 envelope Opcode addition - looking for opcode example
Date | 2022-04-18 20:40 |
From | Roger Kelly |
Subject | [Csnd] DX7 envelope Opcode addition - looking for opcode example |
I have some C code that is an accurate implementation of the DX7 operator. I am wanting to add it as an opcode into Csound.
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
I am looking for a good model in OpCodes in the source. I was wondering if https://github.com/csound/csound/blob/master/Opcodes/seqtime.c is a good model for implementing a k-time envelope op code? |