[Cs-dev] Manual opcode categories
Date | 2014-05-21 14:51 |
From | Andres Cabrera |
Subject | [Cs-dev] Manual opcode categories |
Attachments | None None |
Hi, While updating the opcodes.xml script, I found a few opcodes that have not been assigned a category. I'm not sure where these should go:opcodes/c2r.xml---- WARNING! No Category Match! opcodes/cmplxprod.xml---- WARNING! No Category Match! opcodes/fft.xml---- WARNING! No Category Match! opcodes/getcol.xml---- WARNING! No Category Match! opcodes/getrow.xml---- WARNING! No Category Match! opcodes/ifft.xml---- WARNING! No Category Match! opcodes/irfft.xml---- WARNING! No Category Match! opcodes/log.xml---- WARNING! No Category Match! opcodes/mags.xml---- WARNING! No Category Match! opcodes/phs.xml---- WARNING! No Category Match! opcodes/pol2rect.xml---- WARNING! No Category Match! opcodes/r2c.xml---- WARNING! No Category Match! opcodes/rect2pol.xml---- WARNING! No Category Match! opcodes/rfft.xml---- WARNING! No Category Match! opcodes/setcol.xml---- WARNING! No Category Match! opcodes/setrow.xml---- WARNING! No Category Match! opcodes/shiftin.xml---- WARNING! No Category Match! opcodes/shiftout.xml---- WARNING! No Category Match! opcodes/window.xml---- WARNING! No Category Match! The valid categories are found in categories.py. Cheers, Andrés |
Date | 2014-05-21 15:20 |
From | Victor Lazzarini |
Subject | Re: [Cs-dev] Manual opcode categories |
They are new array-based opcodes. Is there a category for arrays? I’ve added them to spectral/arrays.xml. Regards ======================== Dr Victor Lazzarini Senior Lecturer NUI Maynooth, Ireland victor dot lazzarini at nuim dot ie On 21 May 2014, at 14:51, Andres Cabrera |
Date | 2014-05-21 15:34 |
From | Andres Cabrera |
Subject | Re: [Cs-dev] Manual opcode categories |
Attachments | None None |
Hi, There's a category called "Array Opcodes". You need to add the category like this in the refentryinfo tag ("Array Opcodes" has no subcategories):<indexterm id="IndexRelease"><primary>release</primary></indexterm> <refentryinfo><title>Real-time MIDI:Event Extenders</title></refentryinfo> <refmeta> <refentrytitle>release</refentrytitle> </refmeta> Andrés On Wed, May 21, 2014 at 7:20 AM, Victor Lazzarini <Victor.Lazzarini@nuim.ie> wrote: They are new array-based opcodes. Is there a category for arrays? I’ve added them to spectral/arrays.xml. |
Date | 2014-05-21 15:52 |
From | Victor Lazzarini |
Subject | Re: [Cs-dev] Manual opcode categories |
Can we add a category to categories.py? ======================== Dr Victor Lazzarini Senior Lecturer NUI Maynooth, Ireland victor dot lazzarini at nuim dot ie On 21 May 2014, at 15:34, Andres Cabrera |
Date | 2014-05-21 16:09 |
From | Andres Cabrera |
Subject | Re: [Cs-dev] Manual opcode categories |
Attachments | None None |
Yes, just go ahead and add it. Cheers, Andrés On Wed, May 21, 2014 at 7:52 AM, Victor Lazzarini <Victor.Lazzarini@nuim.ie> wrote: Can we add a category to categories.py? |