Re: [Faudiostream-users] Build LV2 error

2014-11-02 Thread Albert Graef
Yes, to keep things simple, the basename of the dsp source is currently used for a bunch of different identifiers needed when generating the LV2 bundle, and one of these is the dsp class name, so it must be a valid C++ identifier. We should probably overhaul this simplistic scheme some time, so

Re: [Faudiostream-users] Build LV2 error

2014-11-01 Thread Harry van Haaren
On Sat, Nov 1, 2014 at 8:51 PM, Viacheslav Lotsmanov lotsmano...@gmail.com wrote: I try to build some dsp to LV2 plugin and got this error: ``` $ env LANG=en faust2lv2 channel-delay-stereo.dsp /tmp/tmp.kcV5qmK0Om/channel-delay-stereo.cpp:389:14: error: expected unqualified-id before '-'