Konstantin Voinov

Results 82 comments of Konstantin Voinov

It possible to make LV2 plugins in recent JUCE https://linuxmusicians.com/viewtopic.php?f=44&t=20584#p112948 Next important question that Cabbage have to generate all LV2 *.ttl stuff PS I think it needs the collaboration of...

@rorywalsh Hi! Rory, are you still intended to add LV2 export feature? As far as I can build LV2 plugins from recent JUCE code and have CabbagePluginSynth.lv2 (and it loads)....

This is JUCE 5.4.5 with updated and working LV2 code https://github.com/lv2-porting-project/JUCE/tree/lv2 so it has to substitude original JUCE when building For now the Projucer knows nothing about LV2, so we...

> Btw, it looks like ROLI will [not be adding support for LV2](https://github.com/WeAreROLI/JUCE/issues/123) any time soon. True. LV2 can be just option in Cabbage for now.

> Am I right in assuming that I should credit falktx's for these files? If you can think of any others I'll be happy to put their name down too!...

Hi! This is exciting in all means.

It builds. But doesn't work for me. It shows empty GUI like there no csd file. And something wrong with Effect's files naming. I'm gonna to dig it deeply. Another...

Hi! Yes, now there is bundle: ``` ~/.lv2/BandFilter.lv2> tree . ├── BandFilter.csd ├── BandFilter.so ├── BandFilter.ttl ├── CabbagePlugin.lv2 │   ├── CabbagePlugin.so │   ├── CabbagePlugin.ttl │   ├── manifest.ttl │   └── presets.ttl...

Camomile has it's own modifications of JUCE LV2 for generating binaries https://github.com/pierreguillot/Camomile/tree/dev/imp-compilation The project is some kind similar (pure-data instead of csound). Let's take a look if it can be...