Timo Westkämper
Timo Westkämper
Sounds like a good idea. Providing both single and multi-line serialization would be nice, I am not sure, if it's already there.
Great. I tried it, but got the following error ``` ERROR: carla_set_midi_program(0, -1) - midiProgramId out of bounds ```
Sorry for the issues. I just fixed the Makefile. My output looks now like this : tiwe@tiwe-laptop:~/work/lv2/flute-lv2$ make clean && make rm -rf lv2-Flute.lv2 _.so *.out *.wav gen/_ alsa-gtk mkdir...
Yes, please use the Faust 2 branch. You can switch it like this when using Git : git checkout -b faust2 origin/faust2 make && sudo make install
Do you get any logs from the previous steps? ``` ./confgen.py ttl2c rogue.ttl src/rogue.gen ```
@prokoudine Do you still have the same issue?

Sorry, this kind of delegation is the best that can be done.
Hm, this is an interesting approach, I will consider it.
I think the point is that if the behaviour can't be solved with constructor delegation then a common delegation target could be used. This is again a tradeoff between correctness...