Csound Csound-dev Csound-tekno Search About

[Cs-dev] finding opcodes in Csound source code

Date2011-08-01 04:02
FromCasey Mongoven
Subject[Cs-dev] finding opcodes in Csound source code
Hi all,

I am interested in editing the "delay" opcode to accept a 0 value (or values
less than one sample in duration like .000001, for example) - which is
currently illegal. I have been able to find certain opcodes in the Csound
source code, but can't seem to locate the delay opcode. Is there anything
like a directory for the source code of Csound that shows where to find
certain opcodes? How do you all go about locating relevant code and
modifying it?

Casey

--
View this message in context: http://csound.1045644.n5.nabble.com/finding-opcodes-in-Csound-source-code-tp4653864p4653864.html
Sent from the Csound - Dev mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Got Input?   Slashdot Needs You.
Take our quick survey online.  Come on, we don't ask for help often.
Plus, you'll get a chance to win $100 to spend on ThinkGeek.
http://p.sf.net/sfu/slashdot-survey
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2011-08-01 11:09
Fromjpff@cs.bath.ac.uk
SubjectRe: [Cs-dev] finding opcodes in Csound source code
Yes; non=plugis csan be found via Engine.entry1.c
Then use etags

grep -r finds the others, or I have an automated catalog

==John ff

> Hi all,
>
> I am interested in editing the "delay" opcode to accept a 0 value (or
> values
> less than one sample in duration like .000001, for example) - which is
> currently illegal. I have been able to find certain opcodes in the Csound
> source code, but can't seem to locate the delay opcode. Is there anything
> like a directory for the source code of Csound that shows where to find
> certain opcodes? How do you all go about locating relevant code and
> modifying it?
>
> Casey
>
> --
> View this message in context:
> http://csound.1045644.n5.nabble.com/finding-opcodes-in-Csound-source-code-tp4653864p4653864.html
> Sent from the Csound - Dev mailing list archive at Nabble.com.
>
> ------------------------------------------------------------------------------
> Got Input?   Slashdot Needs You.
> Take our quick survey online.  Come on, we don't ask for help often.
> Plus, you'll get a chance to win $100 to spend on ThinkGeek.
> http://p.sf.net/sfu/slashdot-survey
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>
>
>



------------------------------------------------------------------------------
Got Input?   Slashdot Needs You.
Take our quick survey online.  Come on, we don't ask for help often.
Plus, you'll get a chance to win $100 to spend on ThinkGeek.
http://p.sf.net/sfu/slashdot-survey
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net