Csound Csound-dev Csound-tekno Search About

[CSOUND-DEV:4892] Opcodes in v4 and v5

Date2004-07-07 06:25
Fromjpff@codemist.co.uk
Subject[CSOUND-DEV:4892] Opcodes in v4 and v5
I have done a small survey of the opcodes available in v4.23 and
current v5.  The differences are below.  Some of the first set relate
to things which should be in the audio software bus.  But missing is
convolve and wgbowedbar which I do not understand.

The ones in twice have me very confused at present as I cannot see why
or how.


In v4 and not in v5:
   button    k       k
   checkbox  k       k
   chosc1    a       ik
   chosc2    a       iikkkkk
   control   k       k
   convle    mmmm    aSo
   convolve  mmmm    aSo
   flashtxt  (null)  iS
   setctrl   (null)  iSi
   wgbowedbar a       kkkkkoooo

In v5 twice!
   delay1    a       ao
   delayw    (null)  a
   deltap    a       k
   deltap3   a       x
   deltapi   a       x
   deltapn   a       x
   deltapx   a       ai
   deltapxw  (null)  aai
   limit     i       iii

in v5 and not in v4:
   maxk      k       aki
   splitrig  (null)  kkiiz
   timedseq  k       kiz
   vdelayk   k       kkioo
   seqtime2  k       kkkkkk

Opcodes with different arguments:
   v5   FLcount   ki      Siiiiiiiiiz
   v4   FLcount   ki      Siiiiiiiiiiz

   v5   schedwhen (null)  Skkkm
   v4   schedwhen (null)  kSkkm


==John ffitch