Csound Csound-dev Csound-tekno Search About

[Csnd-dev] Manual issue

Date2016-03-01 20:19
Fromjpff
Subject[Csnd-dev] Manual issue
I noticed that in the example mvclpf2.csd.xml the opcode mvclpf2 is
not emphasised; I tried remaking from csd2docbook2.py but it did not
fix.

Where is the list of opcodes read from, and how  do I fix this and
other like problems?

Date2016-03-01 22:10
FromFrancois PINOT
SubjectRe: [Csnd-dev] Manual issue
csd2docbook.py reads the opcode list using the CsoundOpcodeList() function. This means that the list is constructed from the Csound version installed on your computer.

csd2docbook2.py reads the opcode list from the opcode_list.txt file. So you should add your opcode name in this file.

Francois

2016-03-01 21:19 GMT+01:00 jpff <jpff@codemist.co.uk>:
I noticed that in the example mvclpf2.csd.xml the opcode mvclpf2 is
not emphasised; I tried remaking from csd2docbook2.py but it did not
fix.

Where is the list of opcodes read from, and how  do I fix this and
other like problems?

==John ffitch


Date2016-03-06 15:18
Fromjpff
SubjectRe: [Csnd-dev] Manual issue
The file opcode_list.txt is dated 2014 Aug 14 which meansit is missing 
many opcodes. Is there a way to  update this?  As I do not build all 
modules My system cannot use -z2 to generate a list.  Does someone have 
facilities?  I could hack up a list by mergig but it is rather a tedious 
process.
==John


On Tue, 1 Mar 2016, Francois PINOT wrote:

> csd2docbook.py reads the opcode list using the CsoundOpcodeList() function.
> This means that the list is constructed from the Csound version installed on
> your computer.
> 
> csd2docbook2.py reads the opcode list from the opcode_list.txt file. So you
> should add your opcode name in this file.
> 
> Francois
> 
> 2016-03-01 21:19 GMT+01:00 jpff :
>       I noticed that in the example mvclpf2.csd.xml the opcode mvclpf2
>       is
>       not emphasised; I tried remaking from csd2docbook2.py but it did
>       not
>       fix.
>
>       Where is the list of opcodes read from, and how  do I fix this and
>       other like problems?
>
>       ==John ffitch
> 
> 
> 
>