Csound Csound-dev Csound-tekno Search About

[Csnd] gen farey

Date2011-01-20 07:21
Fromfrancesco
Subject[Csnd] gen farey
Hi All,
it is implemented the new farey gen? Because csound5.13 tells:

Named gen "farey" not defined

Thanks,
ciao,
francesco.

Ubuntu, csound 5.13.

Date2011-01-20 09:37
Fromjpff@cs.bath.ac.uk
SubjectRe: [Csnd] gen farey
How did you build? Or is thi sthe Debian package?  That code is present in
sources but it might be missing in SConstruct.  Will investigate
==John ff

>
> Hi All,
> it is implemented the new farey gen? Because csound5.13 tells:
>
> Named gen "farey" not defined
>
> Thanks,
> ciao,
> francesco.
>
> Ubuntu, csound 5.13.
> --
> View this message in context:
> http://csound.1045644.n5.nabble.com/gen-farey-tp3349172p3349172.html
> Sent from the Csound - General mailing list archive at Nabble.com.
>
>
> Send bugs reports to the Sourceforge bug tracker
>             https://sourceforge.net/tracker/?group_id=81968&atid=564599
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
> csound"
>
>
>
>




Send bugs reports to the Sourceforge bug tracker
            https://sourceforge.net/tracker/?group_id=81968&atid=564599
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"

Date2011-01-20 09:44
Fromfrancesco
Subject[Csnd] Re: gen farey
Hello Mr. Ffitch,
i have build from source. Is there some special flag to pass at the scons
command that i need?

Thank You
ciao,
francesco.

My scons line was:

scons -j2 buildWinsound=1 buildCsoundAC=1 buildCSEditor=1 buildDSSI=1
buildImageOpcodes=1 buildInterfaces=1 buildJavaWrapper=1
buildPythonWrapper=1 buildLuaWrapper=1 buildLoris=1 buildNewParser=1
buildPDClass=1 buildPythonOpcodes=1 buildRelease=1 tclversion=8.5
buildTclcsound=1 buildUtilities=1 buildVirtual=1 dynamicCsoundLibrary=1
useALSA=1 useDouble=1 useFLTK=1 useGettext=1 usePortAudio=1 usePortMIDI=1
useJack=1 useLrint=1 useOSC=1 useUDP=1 pythonVersion=2.6 tclversion=8.5
buildStkOpcodes=1 includeMP3=1 buildBeats=1 > compile.txt 

Date2011-01-20 09:47
Fromjpff@cs.bath.ac.uk
SubjectRe: [Csnd] Re: gen farey
It seems tht the commands to build both the farey sources.  I have fixed
and committed to CVS.
  No idea how that happened

You need to add the lines
makePlugin(pluginEnvironment, 'fareyseq', ['Opcodes/fareyseq.c'])
makePlugin(pluginEnvironment, 'fareygen', ['Opcodes/fareygen.c'])
 to  about lin e794 in SConstruct

Or reclaim from CVS


>
> Hello Mr. Ffitch,
> i have build from source. Is there some special flag to pass at the scons
> command that i need?
>
> Thank You
> ciao,
> francesco.
>
> My scons line was:
>
> scons -j2 buildWinsound=1 buildCsoundAC=1 buildCSEditor=1 buildDSSI=1
> buildImageOpcodes=1 buildInterfaces=1 buildJavaWrapper=1
> buildPythonWrapper=1 buildLuaWrapper=1 buildLoris=1 buildNewParser=1
> buildPDClass=1 buildPythonOpcodes=1 buildRelease=1 tclversion=8.5
> buildTclcsound=1 buildUtilities=1 buildVirtual=1 dynamicCsoundLibrary=1
> useALSA=1 useDouble=1 useFLTK=1 useGettext=1 usePortAudio=1 usePortMIDI=1
> useJack=1 useLrint=1 useOSC=1 useUDP=1 pythonVersion=2.6 tclversion=8.5
> buildStkOpcodes=1 includeMP3=1 buildBeats=1 > compile.txt
>
>
> --
> View this message in context:
> http://csound.1045644.n5.nabble.com/gen-farey-tp3349172p3349324.html
> Sent from the Csound - General mailing list archive at Nabble.com.
>
>
> Send bugs reports to the Sourceforge bug tracker
>             https://sourceforge.net/tracker/?group_id=81968&atid=564599
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
> csound"
>
>
>
>




Send bugs reports to the Sourceforge bug tracker
            https://sourceforge.net/tracker/?group_id=81968&atid=564599
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"

Date2011-01-20 10:10
Fromfrancesco
Subject[Csnd] Re: gen farey
Thank You.

francesco.