Csound Csound-dev Csound-tekno Search About

[Csnd]

Date2013-10-08 15:46
FromEduardo Moguillansky
Subject[Csnd]
Dear list,

trying to implement a pendant to Supercollider's "LagUD" UGen (similar to port but with a different up and down slopes) in csound using faust, I saw that on the "whats new" for csound 6 a new "faustgen" opcode made its way. I am on csound 6.00.1 on 10.7, and this opcode does not seem to be present. I have compiled the newest source from git and have faust installed (it installed itself on /usr/local/lib/faust), but I don't seem to get it to compile the faustgen opcode.

with cmake-gui I changed FAUST_LIBRARY to point to "/usr/local/lib/faust" and BUILD_FAUST_OPCODES is checked, but I guess that I am missing something more fundamental.

I also tried to build my faust code as opcode, but faust2csound complains about "FAUST_OUTPUTS", "FAUST_INPUTS" and "FAUST_ACTIVES" not being defined.

Building on the grame online server does not help either, because of a mismatch of the float type.

Any clues?



Thanks!

Eduardo Moguillansky