Re: Type System (was Csound 7: New Processing Graph Proposal)
Date | 2015-11-26 13:21 |
From | thorin kerr |
Subject | Re: Type System (was Csound 7: New Processing Graph Proposal) |
OK, that makes sense, and now I'm warming to it. But... would it be the case though that there would end up being two syntaxes... for traditional opcodes (using letter prefixed variables), and a special syntax for new opcodes of different types? So... forgive me if this has already been considered... perhaps all opcodes could include the optional opcode:type syntax, irrespective of whether they're used functionally. And if using the new syntax, allow any variable name (freeing up the need to begin the variable to begin with a particular letter). e.g. mylimitvar limit:k ksig, klow, khigh or inst0 nstance:Instr "MyInstr", 0, -1, 440, -12 On Wed, Nov 25, 2015 at 10:50 PM, Steven Yi <stevenyi@gmail.com> wrote: One other thing to note about the newer syntax is that another avenue |