[Csnd-dev] Plugin return types
andy fillebrown <[email protected]>
| Newsgroups | gmane.comp.audio.csound.devel |
|---|---|
| Message-ID | <CAMVck-P=DHVbpyB4YDAU0TQhfdRScwS06xirM+agg3q+Bcu1RA@mail.gmail.com> |
I'm making a custom plugin for improved Websocket communication and I'm wondering if it's possible to use the same opcode name to return a string or a k-array. Right now I have two opcodes in the plugin named "WSget_s" that returns a string and "WSget_k" that returns a k-array, but I'd really like to drop the _s and _k suffixes so I can just use "WSget". Is this possible with arrays?