Csound Csound-dev Csound-tekno Search About

[Cs-dev] SConstruct

Date2008-02-15 06:47
Fromjpff
Subject[Cs-dev] SConstruct
......
CONFIGURATION DECISION: Building with new parser enabled
CONFIGURATION DECISION: Building static Csound library
Parsed fltk-config.
CONFIGURATION DECISION: Building Csound interfaces library.
Python Version: 2.5
CONFIGURATION DECISION: Not building Java wrappers for Csound interfaces library.
CONFIGURATION DECISION: Not building Csound Lua interface library.
NameError: name 'csoundLuaInterface' is not defined:
  File "/home/jpff/Sourceforge/csound5/SConstruct", line 1146:
    csoundInterfacesSources.insert(0, csoundLuaInterface)
make: *** [all] Error 2

?????

==John ffitch

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2008-02-15 11:17
FromVictor Lazzarini
Subject[Cs-dev] bformenc/bformdec broken
It seems like bformenc or bformedec are broken (I reckon it's
bformenc) in the latest CVS. Could anyone check?




-o dac -b 4096



sr = 44100
kr = 4410
ksmps = 10
nchnls = 2

instr 1

         asrc2 pluck 15000, 440, 440, 0, 1

         ; put trajectories in here! eg 1 full turn
         kangle line 0, p3, 360

         ; generate bformat for each source, second order
         aw1, ax1, ay1, az1, ar1, as1, at1, au1, av1 bformenc asrc2, 
kangle, 0, 1, 1, 1


         a1, a2 bformdec 1, aw1, ax1, ay1, az1, ar1, as1, at1, au1, av1


         outs a1,a2
endin




i 1 0 10



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


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2008-02-15 14:09
FromFelipe Sateler
SubjectRe: [Cs-dev] SConstruct
AttachmentsNone  None  None