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 I'
Thank you! I just renamed channel-delay-stereo to channelDelayStereo
and now my issue solved.
On 2 November 2014 00:06, Harry van Haaren wrote:
> On Sat, Nov 1, 2014 at 8:51 PM, Viacheslav Lotsmanov
> wrote:
>>
>> I try to build some dsp to LV2 plugin and got this error:
>> ```
>> $ env LANG=en
On Sat, Nov 1, 2014 at 8:51 PM, Viacheslav Lotsmanov
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 '-' token
> class channe
Faust version: faust-0.9.67
On 1 November 2014 23:51, Viacheslav Lotsmanov 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 '-'
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 '-' token
class channel-delay-stereo : public dsp {
^
In file included from /usr/i