Csound Csound-dev Csound-tekno Search About

[Cs-dev] manual question

Date2015-03-24 15:14
Fromjoachim heintz
Subject[Cs-dev] manual question
hi -

i have pushed a small fix to the fillarray.csd example in the manual 
sources.  do i have to change fillarray.csd.xml too (please say: no), or 
is this done automatically when the new manual is being built?

best -
	joachim

------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2015-03-24 15:16
FromAndres Cabrera
SubjectRe: [Cs-dev] manual question
AttachmentsNone  None  
Hi,

The xml file should be updated by the a generator script. I think this script is called when doing make release, but I haven't looked at this in a while...

Cheers,
Andrés

On Tue, Mar 24, 2015 at 8:14 AM, joachim heintz <jh@joachimheintz.de> wrote:
hi -

i have pushed a small fix to the fillarray.csd example in the manual
sources.  do i have to change fillarray.csd.xml too (please say: no), or
is this done automatically when the new manual is being built?

best -
        joachim

------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the
conversation now. http://goparallel.sourceforge.net/
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel


Date2015-03-24 15:26
FromVictor Lazzarini
SubjectRe: [Cs-dev] manual question
yes, you can use csd examples python script that is there. But make sure you get rid of all the qutecsound tags otherwise
it will choke (it can only deal with csound tags).
========================
Dr Victor Lazzarini
Dean of Arts, Celtic Studies and Philosophy,
Maynooth University,
Maynooth, Co Kildare, Ireland
Tel: 00 353 7086936
Fax: 00 353 1 7086952 

> On 24 Mar 2015, at 15:16, Andres Cabrera  wrote:
> 
> Hi,
> 
> The xml file should be updated by the a generator script. I think this script is called when doing make release, but I haven't looked at this in a while...
> 
> Cheers,
> Andrés
> 
> On Tue, Mar 24, 2015 at 8:14 AM, joachim heintz  wrote:
> hi -
> 
> i have pushed a small fix to the fillarray.csd example in the manual
> sources.  do i have to change fillarray.csd.xml too (please say: no), or
> is this done automatically when the new manual is being built?
> 
> best -
>         joachim
> 
> ------------------------------------------------------------------------------
> Dive into the World of Parallel Programming The Go Parallel Website, sponsored
> by Intel and developed in partnership with Slashdot Media, is your hub for all
> things parallel software development, from weekly thought leadership blogs to
> news, videos, case studies, tutorials and more. Take a look and join the
> conversation now. http://goparallel.sourceforge.net/
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
> 
> ------------------------------------------------------------------------------
> Dive into the World of Parallel Programming The Go Parallel Website, sponsored
> by Intel and developed in partnership with Slashdot Media, is your hub for all
> things parallel software development, from weekly thought leadership blogs to
> news, videos, case studies, tutorials and more. Take a look and join the 
> conversation now. http://goparallel.sourceforge.net/_______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel


------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourcefo

Date2015-03-24 15:26
FromMichael Gogins
SubjectRe: [Cs-dev] manual question
AttachmentsNone  None  
I don't assume that it is generated automatically. When I build the manual for the Windows installer, I run the script that regenerates the examples.

Regards,
Mike


-----------------------------------------------------
Michael Gogins
Irreducible Productions
http://michaelgogins.tumblr.com
Michael dot Gogins at gmail dot com

On Tue, Mar 24, 2015 at 11:16 AM, Andres Cabrera <mantaraya36@gmail.com> wrote:
Hi,

The xml file should be updated by the a generator script. I think this script is called when doing make release, but I haven't looked at this in a while...

Cheers,
Andrés

On Tue, Mar 24, 2015 at 8:14 AM, joachim heintz <jh@joachimheintz.de> wrote:
hi -

i have pushed a small fix to the fillarray.csd example in the manual
sources.  do i have to change fillarray.csd.xml too (please say: no), or
is this done automatically when the new manual is being built?

best -
        joachim

------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the
conversation now. http://goparallel.sourceforge.net/
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel


------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the
conversation now. http://goparallel.sourceforge.net/
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel



Date2015-03-25 09:18
Fromjpff
SubjectRe: [Cs-dev] manual question
The script is not run automatically.  I usually use one of the two scrits 
after having any chanhe.  It could be improved in the makefile I guess, bt 
not easy.
==John


On Tue, 24 Mar 2015, joachim heintz wrote:

> hi -
>
> i have pushed a small fix to the fillarray.csd example in the manual
> sources.  do i have to change fillarray.csd.xml too (please say: no), or
> is this done automatically when the new manual is being built?
>
> best -
> 	joachim
>
> ------------------------------------------------------------------------------
> Dive into the World of Parallel Programming The Go Parallel Website, sponsored
> by Intel and developed in partnership with Slashdot Media, is your hub for all
> things parallel software development, from weekly thought leadership blogs to
> news, videos, case studies, tutorials and more. Take a look and join the
> conversation now. http://goparallel.sourceforge.net/
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>

------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2015-03-25 10:19
Fromjoachim heintz
SubjectRe: [Cs-dev] manual question
this means that if i don't run it after changing a csd example file, the 
change will not appear in the manual text but only in the example?


Am 25.03.2015 um 10:18 schrieb jpff:
> The script is not run automatically.  I usually use one of the two scrits
> after having any chanhe.  It could be improved in the makefile I guess, bt
> not easy.
> ==John
>
>
> On Tue, 24 Mar 2015, joachim heintz wrote:
>
>> hi -
>>
>> i have pushed a small fix to the fillarray.csd example in the manual
>> sources.  do i have to change fillarray.csd.xml too (please say: no), or
>> is this done automatically when the new manual is being built?
>>
>> best -
>> 	joachim
>>
>> ------------------------------------------------------------------------------
>> Dive into the World of Parallel Programming The Go Parallel Website, sponsored
>> by Intel and developed in partnership with Slashdot Media, is your hub for all
>> things parallel software development, from weekly thought leadership blogs to
>> news, videos, case studies, tutorials and more. Take a look and join the
>> conversation now. http://goparallel.sourceforge.net/
>> _______________________________________________
>> Csound-devel mailing list
>> Csound-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>
>
> ------------------------------------------------------------------------------
> Dive into the World of Parallel Programming The Go Parallel Website, sponsored
> by Intel and developed in partnership with Slashdot Media, is your hub for all
> things parallel software development, from weekly thought leadership blogs to
> news, videos, case studies, tutorials and more. Take a look and join the
> conversation now. http://goparallel.sourceforge.net/
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>

------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2015-03-25 10:27
FromMenno Knevel
SubjectRe: [Cs-dev] manual question
i read in README.md:
"For instance: $ python csd2docbook2.py -f genarray_i.csd will create the
file
genarray_i.csd.xml from genarray_i.csd for use in the genarray_i opcode
entry."

i remember having done that a lot when i was working on the manual a few
years ago. 



--
View this message in context: http://csound.1045644.n5.nabble.com/manual-question-tp5740615p5740629.html
Sent from the Csound - Dev mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2015-03-25 10:29
Fromjoachim heintz
SubjectRe: [Cs-dev] manual question
oh yes, i think i wrote this description myself ... now remembering ...
thanks -
	j


Am 25.03.2015 um 11:27 schrieb Menno Knevel:
> i read in README.md:
> "For instance: $ python csd2docbook2.py -f genarray_i.csd will create the
> file
> genarray_i.csd.xml from genarray_i.csd for use in the genarray_i opcode
> entry."
>
> i remember having done that a lot when i was working on the manual a few
> years ago.
>
>
>
> --
> View this message in context: http://csound.1045644.n5.nabble.com/manual-question-tp5740615p5740629.html
> Sent from the Csound - Dev mailing list archive at Nabble.com.
>
> ------------------------------------------------------------------------------
> Dive into the World of Parallel Programming The Go Parallel Website, sponsored
> by Intel and developed in partnership with Slashdot Media, is your hub for all
> things parallel software development, from weekly thought leadership blogs to
> news, videos, case studies, tutorials and more. Take a look and join the
> conversation now. http://goparallel.sourceforge.net/
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>

------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2015-03-25 10:33
FromMenno Knevel
SubjectRe: [Cs-dev] manual question
yes, i had the feeling these words were from your hand...



--
View this message in context: http://csound.1045644.n5.nabble.com/manual-question-tp5740615p5740631.html
Sent from the Csound - Dev mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2015-03-25 10:39
FromFrancois PINOT
SubjectRe: [Cs-dev] manual question
AttachmentsNone  None  
Right. The script had been written to generate syntax highlighted examples using docbook custom tags. The csd2docbook2.py script uses a list of opcodes read from the file opcode_lst.txt, which has not been updated for two years now. The script csd2docbook.py builds the opcodes list from a call to the Csound API. Once you've changed or added a csd example in the example directory, you call the script from within the manual directory:

python csd2docbook.py -f filename.csd

It will generate the corresponding filename.csd.xml in the examples-xml directory.

Regards

Francois

2015-03-25 11:19 GMT+01:00 joachim heintz <jh@joachimheintz.de>:
this means that if i don't run it after changing a csd example file, the
change will not appear in the manual text but only in the example?


Am 25.03.2015 um 10:18 schrieb jpff:
> The script is not run automatically.  I usually use one of the two scrits
> after having any chanhe.  It could be improved in the makefile I guess, bt
> not easy.
> ==John
>
>
> On Tue, 24 Mar 2015, joachim heintz wrote:
>
>> hi -
>>
>> i have pushed a small fix to the fillarray.csd example in the manual
>> sources.  do i have to change fillarray.csd.xml too (please say: no), or
>> is this done automatically when the new manual is being built?
>>
>> best -
>>      joachim
>>
>> ------------------------------------------------------------------------------
>> Dive into the World of Parallel Programming The Go Parallel Website, sponsored
>> by Intel and developed in partnership with Slashdot Media, is your hub for all
>> things parallel software development, from weekly thought leadership blogs to
>> news, videos, case studies, tutorials and more. Take a look and join the
>> conversation now. http://goparallel.sourceforge.net/
>> _______________________________________________
>> Csound-devel mailing list
>> Csound-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>
>
> ------------------------------------------------------------------------------
> Dive into the World of Parallel Programming The Go Parallel Website, sponsored
> by Intel and developed in partnership with Slashdot Media, is your hub for all
> things parallel software development, from weekly thought leadership blogs to
> news, videos, case studies, tutorials and more. Take a look and join the
> conversation now. http://goparallel.sourceforge.net/
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>

------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the
conversation now. http://goparallel.sourceforge.net/
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel