Csound Csound-dev Csound-tekno Search About

[Cs-dev] [perodog@gmx.net: Re: [LAA] Csound 5.06]

Date2007-06-11 09:22
Fromjpff
Subject[Cs-dev] [perodog@gmx.net: Re: [LAA] Csound 5.06]
Any thoughts?
------- Start of forwarded message -------
Date: Mon, 11 Jun 2007 09:47:02 +0200
From: Dragan Noveski 
To: jpff 
CC:  linux-audio-announce@lists.linuxaudio.org
Subject: Re: [LAA] Csound 5.06
In-Reply-To: <4179-Thu07Jun2007101833+0100-jpff@codemist.co.uk>

jpff wrote:
> As part of our continuing plans Csound 5.06 was release on Wednesday 6
> June 2007.  Apart from the usual bug fixes and bug introductions there
> are a number of new opcodes, and a significant progress in merging
> CsoundAV functionality into the Sourceforge tree.
> ==John ffitch
> ------------------------------------------------------------------------
> Bug fixes:
>      system at k-rate was just wrong
>      vrandh and vrandi scaling problems
>      turnoff sometimes failed
>      mod was wrong
>      tempest on OSX
>      ATScross fixed and ATSadd output made cleaner
>
> new opcodes etc:
>      partikkel -- particle synthesis
>      partikkelsync -- synchronisation for multiple particle synthesis streams
>      New command line options to control messages
>      eqfil -- equaliser filter
>      diskgrain -- granular synthesis from disk
>      pvsdiskin -- fsig streaming from disk
>      pvsmorph -- pvs data interpolation
>      Added new opcodes from CsoundAV by Gabriel Maldonado:
>            hvs1, hvs2, hvs3, vphaseseg, FLkeyin, FlslidBnk2,
>            FlvslidBnk, FlvslidBnk2, inrg, outrg, lposcila, 
>            lposcilsa, lposcilsa2, tabmorph, tabmorpha, tabmorphak, FLhvsBox
>            tabmorphi, trandom, vtable1k, slider8table, slider16table,
>            slider32table, slider64table, slider8tablef, slider16tablef,
>            slider32tablef, FLmouse, FLxyin, slider64tablef, sliderKawai 
>            and an a-rate version of ctrl7. 
>            scoreline
>            (experimental) mutex_lock, mutex_unlock, mutex_locki, mutex_unlocki
>
> A number of internal changes
>
>      New API for allowing host applications to be notified whenever
>        Csound opens a file.  (And accompanying changes to the
>        recommended interface for plugins to open files). 
>      csladspa - CSD to LADSPA plugin kit 
>      improvements to csoundapi~ 
>      csound5gui  now works for all platforms.
>
>   
hi, do you know why it will not build here:

nowhiskey@murija2:~/software/nove/csladspa/Csound5.06.0$ scons
scons: Reading SConscript files ...

C S O U N D 5

SCons build file for Csound 5:
API library, plugin opcodes, utilities, and front ends.

By Michael Gogins 

For custom options, run 'scons -h'.
For default options, run 'scons -H'.
If headers or libraries are not found, edit 'custom.py'.
For Linux, run in the standard shell
    with standard Python and just run 'scons'.
For MinGW, run in the MSys shell
    and use www.python.org WIN32 Python to run scons.

System platform is 'linux'.
Using options from 'custom.py.'
KeyError: 'customCPPPATH':
  File "/home/nowhiskey/software/nove/csladspa/Csound5.06.0/SConstruct", 
line 268:
    customCPPPATH = commonEnvironment['customCPPPATH']
  File "/usr/lib/scons/SCons/Environment.py", line 309:
    return self._dict[key]
nowhiskey@murija2:~/software/nove/csladspa/Csound5.06.0$


cheers,
doc
------- End of forwarded message -------

==John ffitch

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2007-06-11 09:42
FromVictor Lazzarini
SubjectRe: [Cs-dev] [perodog@gmx.net: Re: [LAA] Csound 5.06]
scons not installed properly?

At 09:22 11/06/2007, you wrote:
>Any thoughts?
>------- Start of forwarded message -------
>Date: Mon, 11 Jun 2007 09:47:02 +0200
>From: Dragan Noveski 
>To: jpff 
>CC:  linux-audio-announce@lists.linuxaudio.org
>Subject: Re: [LAA] Csound 5.06
>In-Reply-To: <4179-Thu07Jun2007101833+0100-jpff@codemist.co.uk>
>
>jpff wrote:
> > As part of our continuing plans Csound 5.06 was release on Wednesday 6
> > June 2007.  Apart from the usual bug fixes and bug introductions there
> > are a number of new opcodes, and a significant progress in merging
> > CsoundAV functionality into the Sourceforge tree.
> > ==John ffitch
> > ------------------------------------------------------------------------
> > Bug fixes:
> >      system at k-rate was just wrong
> >      vrandh and vrandi scaling problems
> >      turnoff sometimes failed
> >      mod was wrong
> >      tempest on OSX
> >      ATScross fixed and ATSadd output made cleaner
> >
> > new opcodes etc:
> >      partikkel -- particle synthesis
> >      partikkelsync -- synchronisation for multiple particle synthesis 
> streams
> >      New command line options to control messages
> >      eqfil -- equaliser filter
> >      diskgrain -- granular synthesis from disk
> >      pvsdiskin -- fsig streaming from disk
> >      pvsmorph -- pvs data interpolation
> >      Added new opcodes from CsoundAV by Gabriel Maldonado:
> >            hvs1, hvs2, hvs3, vphaseseg, FLkeyin, FlslidBnk2,
> >            FlvslidBnk, FlvslidBnk2, inrg, outrg, lposcila,
> >            lposcilsa, lposcilsa2, tabmorph, tabmorpha, tabmorphak, FLhvsBox
> >            tabmorphi, trandom, vtable1k, slider8table, slider16table,
> >            slider32table, slider64table, slider8tablef, slider16tablef,
> >            slider32tablef, FLmouse, FLxyin, slider64tablef, sliderKawai
> >            and an a-rate version of ctrl7.
> >            scoreline
> >            (experimental) mutex_lock, mutex_unlock, mutex_locki, 
> mutex_unlocki
> >
> > A number of internal changes
> >
> >      New API for allowing host applications to be notified whenever
> >        Csound opens a file.  (And accompanying changes to the
> >        recommended interface for plugins to open files).
> >      csladspa - CSD to LADSPA plugin kit
> >      improvements to csoundapi~
> >      csound5gui  now works for all platforms.
> >
> >
>hi, do you know why it will not build here:
>
>nowhiskey@murija2:~/software/nove/csladspa/Csound5.06.0$ scons
>scons: Reading SConscript files ...
>
>C S O U N D 5
>
>SCons build file for Csound 5:
>API library, plugin opcodes, utilities, and front ends.
>
>By Michael Gogins 
>
>For custom options, run 'scons -h'.
>For default options, run 'scons -H'.
>If headers or libraries are not found, edit 'custom.py'.
>For Linux, run in the standard shell
>     with standard Python and just run 'scons'.
>For MinGW, run in the MSys shell
>     and use www.python.org WIN32 Python to run scons.
>
>System platform is 'linux'.
>Using options from 'custom.py.'
>KeyError: 'customCPPPATH':
>   File "/home/nowhiskey/software/nove/csladspa/Csound5.06.0/SConstruct",
>line 268:
>     customCPPPATH = commonEnvironment['customCPPPATH']
>   File "/usr/lib/scons/SCons/Environment.py", line 309:
>     return self._dict[key]
>nowhiskey@murija2:~/software/nove/csladspa/Csound5.06.0$
>
>
>cheers,
>doc
>------- End of forwarded message -------
>
>==John ffitch
>
>-------------------------------------------------------------------------
>This SF.net email is sponsored by DB2 Express
>Download DB2 Express C - the FREE version of DB2 express and take
>control of your XML. No limits. Just data. Click to get it now.
>http://sourceforge.net/powerbar/db2/
>_______________________________________________
>Csound-devel mailing list
>Csound-devel@lists.sourceforge.net
>https://lists.sourceforge.net/lists/listinfo/csound-devel

Victor Lazzarini
Music Technology Laboratory
Music Department
National University of Ireland, Maynooth


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net