[Cs-dev] Text file of all opcodes that includes inputs / outputs
| Date | 2012-11-26 18:27 |
| From | Jacob Joaquin |
| Subject | [Cs-dev] Text file of all opcodes that includes inputs / outputs |
| Attachments | None None |
| Hello Csound Dev list, I thought I might have seen a text file or a list of all the opcodes that included all the possible input/output configurations for each opcode as well. Not sure if this exists or if I'm imagining things. If it does exist, can someone point me in the right direction. I want to take this list and convert it into a JSON object to test a few things out.
Best, Jake
|
| Date | 2012-11-26 18:38 |
| From | Steven Yi |
| Subject | Re: [Cs-dev] Text file of all opcodes that includes inputs / outputs |
HI Jake, Are you talking about what you get when you do "csound -z1"? That lists the opcodes with out-types and in-types. steven On Mon, Nov 26, 2012 at 6:27 PM, Jacob Joaquin |
| Date | 2012-11-26 18:41 |
| From | Jacob Joaquin |
| Subject | Re: [Cs-dev] Text file of all opcodes that includes inputs / outputs |
| Attachments | None None |
| That's exactly what I was looking for. Thanks! |