[Cs-dev] internal opcodes without man pages
Date | 2012-02-01 09:24 |
From | Tito Latini |
Subject | [Cs-dev] internal opcodes without man pages |
Attachments | None |
Date | 2012-02-01 09:36 |
From | Victor Lazzarini |
Subject | Re: [Cs-dev] internal opcodes without man pages |
flooper3 is gone. I commented it out. On 1 Feb 2012, at 09:24, Tito Latini wrote: > FLsetVali (alias for FLsetVal_i) > OSCrecv > cogoto > copy2ftab > copy2ttab > ctlchn > flooper3 > ftresize > ftresizei > lpform > midipgm > mutex_lock > mutex_locki > mutex_unlock > mutex_unlocki > nlalp > pgmchn > pitchac > ptable > ptable3 > ptablei > pvsenvftw > readks > > ------------------------------------------------------------------------------ > Keep Your Developer Skills Current with LearnDevNow! > The most comprehensive online learning library for Microsoft developers > is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, > Metro Style Apps, more. Free future releases when you subscribe now! > http://p.sf.net/sfu/learndevnow-d2d > _______________________________________________ > Csound-devel mailing list > Csound-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/csound-devel Dr Victor Lazzarini Senior Lecturer Dept. of Music NUI Maynooth Ireland tel.: +353 1 708 3545 Victor dot Lazzarini AT nuim dot ie ------------------------------------------------------------------------------ Keep Your Developer Skills Current with LearnDevNow! The most comprehensive online learning library for Microsoft developers is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, Metro Style Apps, more. Free future releases when you subscribe now! http://p.sf.net/sfu/learndevnow-d2d _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |
Date | 2012-02-01 09:38 |
From | Victor Lazzarini |
Subject | Re: [Cs-dev] internal opcodes without man pages |
lpform is experimental and is not completely working yet, so I have not documented it. I thought I had documented pvsenvftw, but apparently not. I will do it before the release. On 1 Feb 2012, at 09:24, Tito Latini wrote: > FLsetVali (alias for FLsetVal_i) > OSCrecv > cogoto > copy2ftab > copy2ttab > ctlchn > flooper3 > ftresize > ftresizei > lpform > midipgm > mutex_lock > mutex_locki > mutex_unlock > mutex_unlocki > nlalp > pgmchn > pitchac > ptable > ptable3 > ptablei > pvsenvftw > readks > > ------------------------------------------------------------------------------ > Keep Your Developer Skills Current with LearnDevNow! > The most comprehensive online learning library for Microsoft developers > is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, > Metro Style Apps, more. Free future releases when you subscribe now! > http://p.sf.net/sfu/learndevnow-d2d > _______________________________________________ > Csound-devel mailing list > Csound-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/csound-devel Dr Victor Lazzarini Senior Lecturer Dept. of Music NUI Maynooth Ireland tel.: +353 1 708 3545 Victor dot Lazzarini AT nuim dot ie ------------------------------------------------------------------------------ Keep Your Developer Skills Current with LearnDevNow! The most comprehensive online learning library for Microsoft developers is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, Metro Style Apps, more. Free future releases when you subscribe now! http://p.sf.net/sfu/learndevnow-d2d _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |
Date | 2012-02-01 12:33 |
From | Steven Yi |
Subject | Re: [Cs-dev] internal opcodes without man pages |
We can probably remove the mutex opcodes. I put those in during my initial work on multicore a long while back, and doubt anyone would be using them as they were never documented and were experimental. I'll go ahead and remove them from the build files and the source as well; we can always retrieve them later if we want. On Wed, Feb 1, 2012 at 4:38 AM, Victor Lazzarini |
Date | 2012-02-02 18:01 |
From | jpff |
Subject | Re: [Cs-dev] internal opcodes without man pages |
FLsetVali (alias for FLsetVal_i) The name FLsetVal_i is preferred and so it is reasonable that this is not documented. Just for compatability OSCrecv Amazing! I am sure I had done that years back. Will need to look cogoto This should be internal only and renamed accordingly copy2ftab I am sure I wrote documentation for r=these two copy2ttab ctlchn ??? ftresize Deliberately not documented; experimental to see if users actually want it ftresizei midipgm ??? mutex_lock Think these should be removed mutex_locki mutex_unlock mutex_unlocki nlalp This opcode has a history. It was written, and removed because of patent claims, but it reappeared and I do not know who did it. Also not clear on its status. pgmchn ??? pitchac Seems to belong to Victor ptable These are mine and somewhere between unfinished and untested ptable3 ptablei readks ?? ==John ffitch ------------------------------------------------------------------------------ Keep Your Developer Skills Current with LearnDevNow! The most comprehensive online learning library for Microsoft developers is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, Metro Style Apps, more. Free future releases when you subscribe now! http://p.sf.net/sfu/learndevnow-d2d _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |