Csound Csound-dev Csound-tekno Search About

[Cs-dev] Manual opcode categories

Date2014-05-21 14:51
FromAndres Cabrera
Subject[Cs-dev] Manual opcode categories
AttachmentsNone  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


Date2014-05-21 15:20
FromVictor Lazzarini
SubjectRe: [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  wrote:

> 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
> 
> ------------------------------------------------------------------------------
> "Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
> Instantly run your Selenium tests across 300+ browser/OS combos.
> Get unparalleled scalability from the best Selenium testing platform available
> Simple to use. Nothing to install. Get started now for free."
> http://p.sf.net/sfu/SauceLabs_______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel


------------------------------------------------------------------------------
"Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
Instantly run your Selenium tests across 300+ browser/OS combos.
Get unparalleled scalability from the best Selenium testing platform available
Simple to use. Nothing to install. Get started now for free."
http://p.sf.net/sfu/SauceLabs
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2014-05-21 15:34
FromAndres Cabrera
SubjectRe: [Cs-dev] Manual opcode categories
AttachmentsNone  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>

Cheers,
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.

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 <mantaraya36@gmail.com> wrote:

> 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
>
> ------------------------------------------------------------------------------
> "Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
> Instantly run your Selenium tests across 300+ browser/OS combos.
> Get unparalleled scalability from the best Selenium testing platform available
> Simple to use. Nothing to install. Get started now for free."
> http://p.sf.net/sfu/SauceLabs_______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel


------------------------------------------------------------------------------
"Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
Instantly run your Selenium tests across 300+ browser/OS combos.
Get unparalleled scalability from the best Selenium testing platform available
Simple to use. Nothing to install. Get started now for free."
http://p.sf.net/sfu/SauceLabs
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel


Date2014-05-21 15:52
FromVictor Lazzarini
SubjectRe: [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  wrote:

> 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):
> 
> release
>   Real-time MIDI:Event Extenders
>   
>     release
>   
> 
> Cheers,
> Andrés
> 
> 
> 
> On Wed, May 21, 2014 at 7:20 AM, Victor Lazzarini  wrote:
> 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  wrote:
> 
> > 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
> >
> > ------------------------------------------------------------------------------
> > "Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
> > Instantly run your Selenium tests across 300+ browser/OS combos.
> > Get unparalleled scalability from the best Selenium testing platform available
> > Simple to use. Nothing to install. Get started now for free."
> > http://p.sf.net/sfu/SauceLabs_______________________________________________
> > Csound-devel mailing list
> > Csound-devel@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/csound-devel
> 
> 
> ------------------------------------------------------------------------------
> "Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
> Instantly run your Selenium tests across 300+ browser/OS combos.
> Get unparalleled scalability from the best Selenium testing platform available
> Simple to use. Nothing to install. Get started now for free."
> http://p.sf.net/sfu/SauceLabs
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
> 
> ------------------------------------------------------------------------------
> "Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
> Instantly run your Selenium tests across 300+ browser/OS combos.
> Get unparalleled scalability from the best Selenium testing platform available
> Simple to use. Nothing to install. Get started now for free."
> http://p.sf.net/sfu/SauceLabs_______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel


------------------------------------------------------------------------------
"Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
Instantly run your Selenium tests across 300+ browser/OS combos.
Get unparalleled scalability from the best Selenium testing platform available
Simple to use. Nothing to install. Get started now for free."
http://p.sf.net/sfu/SauceLabs
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2014-05-21 16:09
FromAndres Cabrera
SubjectRe: [Cs-dev] Manual opcode categories
AttachmentsNone  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?
========================
Dr Victor Lazzarini
Senior Lecturer
NUI Maynooth, Ireland
victor dot lazzarini at nuim dot ie




On 21 May 2014, at 15:34, Andres Cabrera <mantaraya36@gmail.com> wrote:

> 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>
>
> Cheers,
> 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.
>
> 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 <mantaraya36@gmail.com> wrote:
>
> > 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
> >
> > ------------------------------------------------------------------------------
> > "Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
> > Instantly run your Selenium tests across 300+ browser/OS combos.
> > Get unparalleled scalability from the best Selenium testing platform available
> > Simple to use. Nothing to install. Get started now for free."
> > http://p.sf.net/sfu/SauceLabs_______________________________________________
> > Csound-devel mailing list
> > Csound-devel@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/csound-devel
>
>
> ------------------------------------------------------------------------------
> "Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
> Instantly run your Selenium tests across 300+ browser/OS combos.
> Get unparalleled scalability from the best Selenium testing platform available
> Simple to use. Nothing to install. Get started now for free."
> http://p.sf.net/sfu/SauceLabs
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>
> ------------------------------------------------------------------------------
> "Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
> Instantly run your Selenium tests across 300+ browser/OS combos.
> Get unparalleled scalability from the best Selenium testing platform available
> Simple to use. Nothing to install. Get started now for free."
> http://p.sf.net/sfu/SauceLabs_______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel


------------------------------------------------------------------------------
"Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
Instantly run your Selenium tests across 300+ browser/OS combos.
Get unparalleled scalability from the best Selenium testing platform available
Simple to use. Nothing to install. Get started now for free."
http://p.sf.net/sfu/SauceLabs
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel