Cardinal - essentially vcvrack2.lv2

All your LV2 and LADSPA goodness and more.

Moderators: MattKingUSA, khz

Aquarious12
Established Member
Posts: 154
Joined: Thu Nov 29, 2018 3:38 pm
Has thanked: 65 times
Been thanked: 18 times

Re: Cardinal - essentially vcvrack2.lv2

Post by Aquarious12 »

LAM wrote: Thu Dec 09, 2021 1:59 pm I tried a very simple patch in Ardour, it saves and restore it correctly.

Wild guess: there is some module you are using that make it crash. :roll:
wow , it does work fine with you .,

i guess not the module , i got it from AUR , which might have very old build

flaktx does made changes today as well , have you got updated.

please share me the source code link and compilation information
'
User avatar
LAM
Established Member
Posts: 992
Joined: Thu Oct 08, 2020 3:16 pm
Has thanked: 140 times
Been thanked: 348 times

Re: Cardinal - essentially vcvrack2.lv2

Post by LAM »

@Aquarious12

This is the github repo:

https://github.com/DISTRHO/Cardinal

To compile it:

Code: Select all

git clone --recurse-submodules https://github.com/DISTRHO/Cardinal.git
cd Cardinal
make -j4 # Cardinal
Once compiled you can find the plugin in lv2, vst and vst3 format inside the bin folder. You can copy/move them to their respective ~/.lv2, ~/.vst or ~/.vst3 folders or just symlink them so you don't have to move them every time you compile.

For future updates I use this one-liner:

Code: Select all

cd ~/opt/audioplugins/Cardinal/; make clean -C dpf/dgl; git pull --recurse-submodules; git submodule update --init --recursive; make -j4 # Cardinal

in mix, nobody can hear your screen

Aquarious12
Established Member
Posts: 154
Joined: Thu Nov 29, 2018 3:38 pm
Has thanked: 65 times
Been thanked: 18 times

Re: Cardinal - essentially vcvrack2.lv2

Post by Aquarious12 »

LAM wrote: Thu Dec 09, 2021 2:59 pm @Aquarious12

This is the github repo:

https://github.com/DISTRHO/Cardinal

To compile it:

Code: Select all

git clone --recurse-submodules https://github.com/DISTRHO/Cardinal.git
cd Cardinal
make -j4 # Cardinal
Once compiled you can find the plugin in lv2, vst and vst3 format inside the bin folder. You can copy/move them to their respective ~/.lv2, ~/.vst or ~/.vst3 folders or just symlink them so you don't have to move them every time you compile.

For future updates I use this one-liner:

Code: Select all

cd ~/opt/audioplugins/Cardinal/; make clean -C dpf/dgl; git pull --recurse-submodules; git submodule update --init --recursive; make -j4 # Cardinal
thank you for all information
User avatar
sysrqer
Established Member
Posts: 2516
Joined: Thu Nov 14, 2013 11:47 pm
Has thanked: 319 times
Been thanked: 147 times
Contact:

Re: Cardinal - essentially vcvrack2.lv2

Post by sysrqer »

The AUR package is a git pull version so you build the latest.
User avatar
independent
Established Member
Posts: 15
Joined: Wed Jan 02, 2013 9:12 pm
Has thanked: 3 times
Been thanked: 6 times

Re: Cardinal - essentially vcvrack2.lv2

Post by independent »

Hi, bit embarrassing. I can't seem to load the familiar gui as an lv2 either in Ardour 5.12 (preferred) or Ardour 7.0-pre.

Is there a page with some simple instructions? Trying to load it as a midi double click for the gui get a sparse pin out one-liner. If I right-click on it and load generic controls I get a ladspa style plugin that's not helpful.

EDIT: Ok it doesn't seem to work as an LV2. VST works but umm I crashed it with a module.

Really appreciate all the work going in to getting this going.
Aquarious12
Established Member
Posts: 154
Joined: Thu Nov 29, 2018 3:38 pm
Has thanked: 65 times
Been thanked: 18 times

Re: Cardinal - essentially vcvrack2.lv2

Post by Aquarious12 »

sysrqer wrote: Thu Dec 09, 2021 4:51 pm The AUR package is a git pull version so you build the latest.
i dont know about that but i did remove it and now starting the things told by LAM lets see what happens
Aquarious12
Established Member
Posts: 154
Joined: Thu Nov 29, 2018 3:38 pm
Has thanked: 65 times
Been thanked: 18 times

Re: Cardinal - essentially vcvrack2.lv2

Post by Aquarious12 »

@LAM

Hello , there was a problem on my end that the folder after compiling was deleted by my friend. i did restore it and updated it with the second code you provided for safety. plugins are getting recognize but are not able to load in ardour i used only Lv2 plugin format. any help you can provide for that.

Ardour log output

Code: Select all

2021-12-10T21:42:48 [WARNING]: LV2<http://drobilla.net/plugins/blop/adsr>: Port 0 ('Driving Signal') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://drobilla.net/plugins/blop/adsr>: Port 6 ('Envelope Out') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://drobilla.net/plugins/blop/adsr_gt>: Port 0 ('Gate') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://drobilla.net/plugins/blop/adsr_gt>: Port 1 ('Trigger') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://drobilla.net/plugins/blop/adsr_gt>: Port 6 ('Envelope Out') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://drobilla.net/plugins/blop/dahdsr>: Port 0 ('Gate') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://drobilla.net/plugins/blop/dahdsr>: Port 1 ('Trigger') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://drobilla.net/plugins/blop/dahdsr>: Port 8 ('Envelope Out') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://drobilla.net/plugins/blop/interpolator>: Port 1 ('Interpolated Output') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://drobilla.net/plugins/blop/quantiser_100>: Port 105 ('Input') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://drobilla.net/plugins/blop/quantiser_100>: Port 106 ('Quantised Output') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://drobilla.net/plugins/blop/quantiser_100>: Port 107 ('Output Changed') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://drobilla.net/plugins/blop/quantiser_20>: Port 25 ('Input') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://drobilla.net/plugins/blop/quantiser_20>: Port 26 ('Quantised Output') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://drobilla.net/plugins/blop/quantiser_20>: Port 27 ('Output Changed') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://drobilla.net/plugins/blop/quantiser_50>: Port 55 ('Input') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://drobilla.net/plugins/blop/quantiser_50>: Port 56 ('Quantised Output') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://drobilla.net/plugins/blop/quantiser_50>: Port 57 ('Output Changed') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://drobilla.net/plugins/blop/sequencer_16>: Port 0 ('Gate') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://drobilla.net/plugins/blop/sequencer_16>: Port 1 ('Step Trigger') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://drobilla.net/plugins/blop/sequencer_16>: Port 21 ('Value Out') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://drobilla.net/plugins/blop/sequencer_32>: Port 0 ('Gate') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://drobilla.net/plugins/blop/sequencer_32>: Port 1 ('Step Trigger') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://drobilla.net/plugins/blop/sequencer_32>: Port 37 ('Value Out') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://drobilla.net/plugins/blop/sequencer_64>: Port 0 ('Gate') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://drobilla.net/plugins/blop/sequencer_64>: Port 1 ('Step Trigger') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://drobilla.net/plugins/blop/sequencer_64>: Port 69 ('Value Out') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://drobilla.net/plugins/blop/sync_pulse>: Port 2 ('Gate') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://drobilla.net/plugins/blop/sync_square>: Port 1 ('Gate') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://drobilla.net/plugins/blop/tracker>: Port 0 ('Gate') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://drobilla.net/plugins/fomp/mvchpf1>: Port 2 ('FM') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://drobilla.net/plugins/fomp/mvchpf1>: Port 3 ('Exp FM') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://drobilla.net/plugins/fomp/mvclpf1>: Port 2 ('FM') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://drobilla.net/plugins/fomp/mvclpf1>: Port 3 ('Exp FM') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://drobilla.net/plugins/fomp/mvclpf1>: Port 4 ('Resonance Mod') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://drobilla.net/plugins/fomp/mvclpf2>: Port 2 ('FM') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://drobilla.net/plugins/fomp/mvclpf2>: Port 3 ('Exp FM') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://drobilla.net/plugins/fomp/mvclpf2>: Port 4 ('Resonance Mod') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://drobilla.net/plugins/fomp/mvclpf3>: Port 2 ('FM') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://drobilla.net/plugins/fomp/mvclpf3>: Port 3 ('Exp FM') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://drobilla.net/plugins/fomp/mvclpf3>: Port 4 ('Resonance Mod') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://drobilla.net/plugins/fomp/mvclpf4>: Port 2 ('FM') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://drobilla.net/plugins/fomp/mvclpf4>: Port 3 ('Exp FM') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://drobilla.net/plugins/fomp/mvclpf4>: Port 4 ('Resonance Mod') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://drobilla.net/plugins/fomp/pulse_vco>: Port 1 ('Frequency') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://drobilla.net/plugins/fomp/pulse_vco>: Port 2 ('Exp FM') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://drobilla.net/plugins/fomp/pulse_vco>: Port 3 ('Lin FM') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://drobilla.net/plugins/fomp/rec_vco>: Port 1 ('Frequency') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://drobilla.net/plugins/fomp/rec_vco>: Port 2 ('Exp FM') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://drobilla.net/plugins/fomp/rec_vco>: Port 3 ('Lin FM') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://drobilla.net/plugins/fomp/rec_vco>: Port 4 ('Mod') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://drobilla.net/plugins/fomp/rec_vco>: Port 5 ('Sync') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://drobilla.net/plugins/fomp/saw_vco>: Port 1 ('Frequency') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://drobilla.net/plugins/fomp/saw_vco>: Port 2 ('Exp FM') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://drobilla.net/plugins/fomp/saw_vco>: Port 3 ('Lin FM') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://drobilla.net/plugins/fomp/saw_vco>: Port 4 ('Sync') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://github.com/blablack/ams-lv2/absolute>: Port 0 ('Input') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://github.com/blablack/ams-lv2/absolute>: Port 1 ('Output') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://github.com/blablack/ams-lv2/ad_2>: Port 0 ('CV In') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://github.com/blablack/ams-lv2/ad_2>: Port 7 ('CV Out 1') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://github.com/blablack/ams-lv2/ad_2>: Port 8 ('CV Out 2') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://github.com/blablack/ams-lv2/ad_4>: Port 0 ('CV In') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://github.com/blablack/ams-lv2/ad_4>: Port 7 ('CV Out 1') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://github.com/blablack/ams-lv2/ad_4>: Port 8 ('CV Out 2') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://github.com/blablack/ams-lv2/ad_4>: Port 9 ('CV Out 3') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://github.com/blablack/ams-lv2/ad_4>: Port 10 ('CV Out 4') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://github.com/blablack/ams-lv2/ad_6>: Port 0 ('CV In') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://github.com/blablack/ams-lv2/ad_6>: Port 7 ('CV Out 1') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://github.com/blablack/ams-lv2/ad_6>: Port 8 ('CV Out 2') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://github.com/blablack/ams-lv2/ad_6>: Port 9 ('CV Out 3') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://github.com/blablack/ams-lv2/ad_6>: Port 10 ('CV Out 4') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://github.com/blablack/ams-lv2/ad_6>: Port 11 ('CV Out 5') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://github.com/blablack/ams-lv2/ad_6>: Port 12 ('CV Out 6') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://github.com/blablack/ams-lv2/advenv>: Port 0 ('Gate') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://github.com/blablack/ams-lv2/advenv>: Port 1 ('Retrigger') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://github.com/blablack/ams-lv2/advenv>: Port 17 ('Out') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://github.com/blablack/ams-lv2/advenv>: Port 18 ('Inverse Out') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://github.com/blablack/ams-lv2/amp>: Port 1 ('Input') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://github.com/blablack/ams-lv2/amp>: Port 2 ('Output') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://github.com/blablack/ams-lv2/amplitude>: Port 0 ('Input') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://github.com/blablack/ams-lv2/amplitude>: Port 5 ('Output') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://github.com/blablack/ams-lv2/analogmemory>: Port 0 ('Input CV') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://github.com/blablack/ams-lv2/analogmemory>: Port 1 ('Write Address') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://github.com/blablack/ams-lv2/analogmemory>: Port 2 ('Write Enabled') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://github.com/blablack/ams-lv2/analogmemory>: Port 3 ('Read Address') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://github.com/blablack/ams-lv2/analogmemory>: Port 7 ('Out CV') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://github.com/blablack/ams-lv2/bitgrinder>: Port 0 ('In') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://github.com/blablack/ams-lv2/bitgrinder>: Port 1 ('Rate VC') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://github.com/blablack/ams-lv2/bitgrinder>: Port 2 ('Bit VC') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://github.com/blablack/ams-lv2/bitgrinder>: Port 7 ('Out') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://github.com/blablack/ams-lv2/controltocv>: Port 1 ('Output') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://github.com/blablack/ams-lv2/cvs>: Port 2 ('CV Out 1') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://github.com/blablack/ams-lv2/cvs>: Port 5 ('CV Out 2') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://github.com/blablack/ams-lv2/cvs>: Port 8 ('CV Out 3') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://github.com/blablack/ams-lv2/cvs>: Port 11 ('CV Out 4') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://github.com/blablack/ams-lv2/cvtocontrol>: Port 0 ('Input') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://github.com/blablack/ams-lv2/delay>: Port 1 ('Input') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://github.com/blablack/ams-lv2/delay>: Port 2 ('Output') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://github.com/blablack/ams-lv2/dynamicwaves2_4>: Port 0 ('Frequency') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://github.com/blablack/ams-lv2/dynamicwaves2_4>: Port 1 ('Exp FM') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://github.com/blablack/ams-lv2/dynamicwaves2_4>: Port 2 ('Lin FM') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://github.com/blablack/ams-lv2/dynamicwaves2_4>: Port 3 ('Gate') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://github.com/blablack/ams-lv2/dynamicwaves2_4>: Port 4 ('Retrigger') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://github.com/blablack/ams-lv2/dynamicwaves2_6>: Port 0 ('Frequency') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://github.com/blablack/ams-lv2/dynamicwaves2_6>: Port 1 ('Exp FM') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://github.com/blablack/ams-lv2/dynamicwaves2_6>: Port 2 ('Lin FM') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://github.com/blablack/ams-lv2/dynamicwaves2_6>: Port 3 ('Gate') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://github.com/blablack/ams-lv2/dynamicwaves2_6>: Port 4 ('Retrigger') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://github.com/blablack/ams-lv2/dynamicwaves2_8>: Port 0 ('Frequency') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://github.com/blablack/ams-lv2/dynamicwaves2_8>: Port 1 ('Exp FM') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://github.com/blablack/ams-lv2/dynamicwaves2_8>: Port 2 ('Lin FM') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://github.com/blablack/ams-lv2/dynamicwaves2_8>: Port 3 ('Gate') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://github.com/blablack/ams-lv2/dynamicwaves2_8>: Port 4 ('Retrigger') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://github.com/blablack/ams-lv2/dynamicwaves_4>: Port 0 ('Frequency') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://github.com/blablack/ams-lv2/dynamicwaves_4>: Port 1 ('Exp FM') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://github.com/blablack/ams-lv2/dynamicwaves_4>: Port 2 ('Lin FM') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://github.com/blablack/ams-lv2/dynamicwaves_4>: Port 3 ('Gate') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://github.com/blablack/ams-lv2/dynamicwaves_4>: Port 4 ('Retrigger') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://github.com/blablack/ams-lv2/dynamicwaves_6>: Port 0 ('Frequency') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://github.com/blablack/ams-lv2/dynamicwaves_6>: Port 1 ('Exp FM') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://github.com/blablack/ams-lv2/dynamicwaves_6>: Port 2 ('Lin FM') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://github.com/blablack/ams-lv2/dynamicwaves_6>: Port 3 ('Gate') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://github.com/blablack/ams-lv2/dynamicwaves_6>: Port 4 ('Retrigger') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://github.com/blablack/ams-lv2/dynamicwaves_8>: Port 0 ('Frequency') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://github.com/blablack/ams-lv2/dynamicwaves_8>: Port 1 ('Exp FM') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://github.com/blablack/ams-lv2/dynamicwaves_8>: Port 2 ('Lin FM') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://github.com/blablack/ams-lv2/dynamicwaves_8>: Port 3 ('Gate') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://github.com/blablack/ams-lv2/dynamicwaves_8>: Port 4 ('Retrigger') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://github.com/blablack/ams-lv2/env>: Port 0 ('Gate') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://github.com/blablack/ams-lv2/env>: Port 1 ('Retrigger') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://github.com/blablack/ams-lv2/env>: Port 9 ('Out') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://github.com/blablack/ams-lv2/env>: Port 10 ('Inverse Out') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://github.com/blablack/ams-lv2/fftvocoder>: Port 1 ('Pitch Shift') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://github.com/blablack/ams-lv2/fftvocoder>: Port 2 ('Freq Shift') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://github.com/blablack/ams-lv2/fftvocoder>: Port 3 ('Channels') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://github.com/blablack/ams-lv2/fftvocoder>: Port 17 ('Altered Mod') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://github.com/blablack/ams-lv2/fftvocoder>: Port 19 ('Modulator FFT') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://github.com/blablack/ams-lv2/fftvocoder>: Port 20 ('Mod 1st H') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://github.com/blablack/ams-lv2/hysteresis>: Port 0 ('In') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://github.com/blablack/ams-lv2/hysteresis>: Port 5 ('Out') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://github.com/blablack/ams-lv2/hztovc>: Port 2 ('Output') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://github.com/blablack/ams-lv2/inv>: Port 0 ('Input') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://github.com/blablack/ams-lv2/inv>: Port 1 ('Output') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://github.com/blablack/ams-lv2/lfo>: Port 0 ('Reset') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://github.com/blablack/ams-lv2/lfo>: Port 3 ('Sine') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://github.com/blablack/ams-lv2/lfo>: Port 4 ('Triangle') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://github.com/blablack/ams-lv2/lfo>: Port 5 ('Saw Up') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://github.com/blablack/ams-lv2/lfo>: Port 6 ('Saw Down') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://github.com/blablack/ams-lv2/lfo>: Port 7 ('Rectangle') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://github.com/blablack/ams-lv2/lfo>: Port 8 ('Sample & Hold') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://github.com/blablack/ams-lv2/lfo2_freq>: Port 0 ('Reset') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://github.com/blablack/ams-lv2/lfo2_freq>: Port 4 ('Output') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://github.com/blablack/ams-lv2/lfo2_tempo>: Port 0 ('Reset') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://github.com/blablack/ams-lv2/lfo2_tempo>: Port 5 ('Output') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://github.com/blablack/ams-lv2/mooglpf>: Port 7 ('Port Frequency') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://github.com/blablack/ams-lv2/mooglpf>: Port 8 ('Port Exp FM') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://github.com/blablack/ams-lv2/mooglpf>: Port 9 ('Port Resonance') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://github.com/blablack/ams-lv2/multiphase_lfo>: Port 4 ('Saw Out 0') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://github.com/blablack/ams-lv2/multiphase_lfo>: Port 5 ('Saw Out 45') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://github.com/blablack/ams-lv2/multiphase_lfo>: Port 6 ('Saw Out 90') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://github.com/blablack/ams-lv2/multiphase_lfo>: Port 7 ('Saw Out 135') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://github.com/blablack/ams-lv2/multiphase_lfo>: Port 8 ('Saw Out 180') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://github.com/blablack/ams-lv2/multiphase_lfo>: Port 9 ('Saw Out 225') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://github.com/blablack/ams-lv2/multiphase_lfo>: Port 10 ('Saw Out 270') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://github.com/blablack/ams-lv2/multiphase_lfo>: Port 11 ('Saw Out 315') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://github.com/blablack/ams-lv2/multiphase_lfo>: Port 12 ('Tri Out 0') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://github.com/blablack/ams-lv2/multiphase_lfo>: Port 13 ('Tri Out 45') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://github.com/blablack/ams-lv2/multiphase_lfo>: Port 14 ('Tri Out 90') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://github.com/blablack/ams-lv2/multiphase_lfo>: Port 15 ('Tri Out 135') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://github.com/blablack/ams-lv2/multiphase_lfo>: Port 16 ('Tri Out 180') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://github.com/blablack/ams-lv2/multiphase_lfo>: Port 17 ('Tri Out 225') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://github.com/blablack/ams-lv2/multiphase_lfo>: Port 18 ('Tri Out 270') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://github.com/blablack/ams-lv2/multiphase_lfo>: Port 19 ('Tri Out 315') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://github.com/blablack/ams-lv2/noise2>: Port 3 ('Out') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://github.com/blablack/ams-lv2/percussiveenv>: Port 0 ('Trigger') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://github.com/blablack/ams-lv2/percussiveenv>: Port 6 ('Out') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://github.com/blablack/ams-lv2/percussiveenv>: Port 7 ('Inverse Out') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://github.com/blablack/ams-lv2/ringmodulator>: Port 2 ('Modulation') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://github.com/blablack/ams-lv2/samplehold>: Port 1 ('Input') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://github.com/blablack/ams-lv2/samplehold>: Port 2 ('Trigger') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://github.com/blablack/ams-lv2/samplehold>: Port 3 ('Output') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://github.com/blablack/ams-lv2/samplehold>: Port 4 ('Gate') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://github.com/blablack/ams-lv2/seq_12>: Port 0 ('Trigger') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://github.com/blablack/ams-lv2/seq_12>: Port 1 ('Gate') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://github.com/blablack/ams-lv2/seq_12>: Port 2 ('Freq') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://github.com/blablack/ams-lv2/seq_12>: Port 3 ('Velocity') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://github.com/blablack/ams-lv2/seq_12>: Port 4 ('Trigger') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://github.com/blablack/ams-lv2/seq_16>: Port 0 ('Trigger') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://github.com/blablack/ams-lv2/seq_16>: Port 1 ('Gate') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://github.com/blablack/ams-lv2/seq_16>: Port 2 ('Freq') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://github.com/blablack/ams-lv2/seq_16>: Port 3 ('Velocity') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://github.com/blablack/ams-lv2/seq_16>: Port 4 ('Trigger') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://github.com/blablack/ams-lv2/seq_24>: Port 0 ('Trigger') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://github.com/blablack/ams-lv2/seq_24>: Port 1 ('Gate') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://github.com/blablack/ams-lv2/seq_24>: Port 2 ('Freq') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://github.com/blablack/ams-lv2/seq_24>: Port 3 ('Velocity') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://github.com/blablack/ams-lv2/seq_24>: Port 4 ('Trigger') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://github.com/blablack/ams-lv2/seq_32>: Port 0 ('Trigger') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://github.com/blablack/ams-lv2/seq_32>: Port 1 ('Gate') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://github.com/blablack/ams-lv2/seq_32>: Port 2 ('Freq') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://github.com/blablack/ams-lv2/seq_32>: Port 3 ('Velocity') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://github.com/blablack/ams-lv2/seq_32>: Port 4 ('Trigger') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://github.com/blablack/ams-lv2/seq_8>: Port 0 ('Trigger') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://github.com/blablack/ams-lv2/seq_8>: Port 1 ('Gate') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://github.com/blablack/ams-lv2/seq_8>: Port 2 ('Freq') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://github.com/blablack/ams-lv2/seq_8>: Port 3 ('Velocity') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://github.com/blablack/ams-lv2/seq_8>: Port 4 ('Trigger') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://github.com/blablack/ams-lv2/slew>: Port 0 ('In') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://github.com/blablack/ams-lv2/slew>: Port 3 ('Out') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://github.com/blablack/ams-lv2/transport>: Port 1 ('Play') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://github.com/blablack/ams-lv2/vcaexp>: Port 0 ('Main Gain') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://github.com/blablack/ams-lv2/vcaexp>: Port 1 ('2nd Gain') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://github.com/blablack/ams-lv2/vcalin>: Port 0 ('Main Gain') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://github.com/blablack/ams-lv2/vcalin>: Port 1 ('2nd Gain') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://github.com/blablack/ams-lv2/vcdelay>: Port 0 ('Input') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://github.com/blablack/ams-lv2/vcdelay>: Port 1 ('VC Delay') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://github.com/blablack/ams-lv2/vcdelay>: Port 4 ('Output') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://github.com/blablack/ams-lv2/vcdoubledecay>: Port 0 ('Gate') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://github.com/blablack/ams-lv2/vcdoubledecay>: Port 1 ('Retrigger') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://github.com/blablack/ams-lv2/vcdoubledecay>: Port 2 ('Attack') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://github.com/blablack/ams-lv2/vcdoubledecay>: Port 3 ('Decay') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://github.com/blablack/ams-lv2/vcdoubledecay>: Port 4 ('Sustain') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://github.com/blablack/ams-lv2/vcdoubledecay>: Port 5 ('Release') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://github.com/blablack/ams-lv2/vcdoubledecay>: Port 6 ('Ratio') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://github.com/blablack/ams-lv2/vcdoubledecay>: Port 17 ('Output') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://github.com/blablack/ams-lv2/vcenv>: Port 0 ('Gate') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://github.com/blablack/ams-lv2/vcenv>: Port 1 ('Retrigger') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://github.com/blablack/ams-lv2/vcenv>: Port 2 ('Attack') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://github.com/blablack/ams-lv2/vcenv>: Port 3 ('Decay') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://github.com/blablack/ams-lv2/vcenv>: Port 4 ('Sustain') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://github.com/blablack/ams-lv2/vcenv>: Port 5 ('Release') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://github.com/blablack/ams-lv2/vcenv>: Port 16 ('Out') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://github.com/blablack/ams-lv2/vcenvii>: Port 0 ('Gate') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://github.com/blablack/ams-lv2/vcenvii>: Port 1 ('Retrigger') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://github.com/blablack/ams-lv2/vcenvii>: Port 2 ('Attack') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://github.com/blablack/ams-lv2/vcenvii>: Port 3 ('Decay') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://github.com/blablack/ams-lv2/vcenvii>: Port 4 ('Sustain') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://github.com/blablack/ams-lv2/vcenvii>: Port 5 ('Release') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://github.com/blablack/ams-lv2/vcenvii>: Port 14 ('Out') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://github.com/blablack/ams-lv2/vcf>: Port 1 ('Frequency Mod') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://github.com/blablack/ams-lv2/vcf>: Port 2 ('Exp FM') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://github.com/blablack/ams-lv2/vcf>: Port 3 ('Lin FM') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://github.com/blablack/ams-lv2/vcf>: Port 4 ('Resonance Mod') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://github.com/blablack/ams-lv2/vco2>: Port 0 ('Frequency') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://github.com/blablack/ams-lv2/vco2>: Port 1 ('Exp FM') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://github.com/blablack/ams-lv2/vco2>: Port 2 ('Lin FM') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://github.com/blablack/ams-lv2/vco2>: Port 3 ('PW') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://github.com/blablack/ams-lv2/vco3>: Port 0 ('Frequency') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://github.com/blablack/ams-lv2/vco3>: Port 1 ('Exp FM') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://github.com/blablack/ams-lv2/vco3>: Port 2 ('Lin FM') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://github.com/blablack/ams-lv2/vco3>: Port 3 ('PW') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://github.com/blablack/ams-lv2/vco3>: Port 4 ('Sync') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://github.com/blablack/ams-lv2/vcorgan2_4>: Port 0 ('Frequency') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://github.com/blablack/ams-lv2/vcorgan2_4>: Port 1 ('Exp FM') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://github.com/blablack/ams-lv2/vcorgan2_4>: Port 2 ('Lin FM') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://github.com/blablack/ams-lv2/vcorgan2_6>: Port 0 ('Frequency') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://github.com/blablack/ams-lv2/vcorgan2_6>: Port 1 ('Exp FM') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://github.com/blablack/ams-lv2/vcorgan2_6>: Port 2 ('Lin FM') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://github.com/blablack/ams-lv2/vcorgan2_8>: Port 0 ('Frequency') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://github.com/blablack/ams-lv2/vcorgan2_8>: Port 1 ('Exp FM') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://github.com/blablack/ams-lv2/vcorgan2_8>: Port 2 ('Lin FM') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://github.com/blablack/ams-lv2/vcorgan_4>: Port 0 ('Frequency') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://github.com/blablack/ams-lv2/vcorgan_4>: Port 1 ('Exp FM') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://github.com/blablack/ams-lv2/vcorgan_4>: Port 2 ('Lin FM') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://github.com/blablack/ams-lv2/vcorgan_6>: Port 0 ('Frequency') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://github.com/blablack/ams-lv2/vcorgan_6>: Port 1 ('Exp FM') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://github.com/blablack/ams-lv2/vcorgan_6>: Port 2 ('Lin FM') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://github.com/blablack/ams-lv2/vcorgan_8>: Port 0 ('Frequency') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://github.com/blablack/ams-lv2/vcorgan_8>: Port 1 ('Exp FM') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://github.com/blablack/ams-lv2/vcorgan_8>: Port 2 ('Lin FM') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://github.com/blablack/ams-lv2/vcpanning>: Port 1 ('Pan CV') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://github.com/blablack/ams-lv2/vcswitch>: Port 1 ('CV') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://github.com/blablack/ams-lv2/vctohz>: Port 2 ('Input') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://github.com/blablack/ams-lv2/vctohz>: Port 3 ('Output') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://github.com/blablack/beatslash-lv2/beatrepeater_mono>: Port 1 ('Gate') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://github.com/blablack/beatslash-lv2/beatrepeater_stereo>: Port 2 ('Gate') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://github.com/blablack/beatslash-lv2/beatslicer_mono>: Port 1 ('Gate') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://github.com/blablack/beatslash-lv2/beatslicer_stereo>: Port 2 ('Gate') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://github.com/blablack/midimsg-lv2/aftertouch>: Port 4 ('Output - CV') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://github.com/blablack/midimsg-lv2/controller>: Port 5 ('Output - CV') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://github.com/blablack/midimsg-lv2/modwheel>: Port 4 ('Output - CV') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://kxstudio.sf.net/carla/plugins/carlapatchbaycv>: Port 7 ('CV Input 1') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://kxstudio.sf.net/carla/plugins/carlapatchbaycv>: Port 8 ('CV Input 2') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://kxstudio.sf.net/carla/plugins/carlapatchbaycv>: Port 9 ('CV Input 3') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://kxstudio.sf.net/carla/plugins/carlapatchbaycv>: Port 10 ('CV Input 4') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://kxstudio.sf.net/carla/plugins/carlapatchbaycv>: Port 11 ('CV Input 5') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://kxstudio.sf.net/carla/plugins/carlapatchbaycv>: Port 12 ('CV Output 1') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://kxstudio.sf.net/carla/plugins/carlapatchbaycv>: Port 13 ('CV Output 2') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://kxstudio.sf.net/carla/plugins/carlapatchbaycv>: Port 14 ('CV Output 3') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://kxstudio.sf.net/carla/plugins/carlapatchbaycv>: Port 15 ('CV Output 4') has no known data type
2021-12-10T21:42:48 [WARNING]: LV2<http://kxstudio.sf.net/carla/plugins/carlapatchbaycv>: Port 16 ('CV Output 5') has no known data type
2021-12-10T21:42:50 [WARNING]: LV2<https://distrho.kx.studio/plugins/cardinal>: Port 2 ('CV Input 1') has no known data type
2021-12-10T21:42:50 [WARNING]: LV2<https://distrho.kx.studio/plugins/cardinal>: Port 3 ('CV Input 2') has no known data type
2021-12-10T21:42:50 [WARNING]: LV2<https://distrho.kx.studio/plugins/cardinal>: Port 4 ('CV Input 3') has no known data type
2021-12-10T21:42:50 [WARNING]: LV2<https://distrho.kx.studio/plugins/cardinal>: Port 5 ('CV Input 4') has no known data type
2021-12-10T21:42:50 [WARNING]: LV2<https://distrho.kx.studio/plugins/cardinal>: Port 6 ('CV Input 5') has no known data type
2021-12-10T21:42:50 [WARNING]: LV2<https://distrho.kx.studio/plugins/cardinal>: Port 7 ('CV Input 6') has no known data type
2021-12-10T21:42:50 [WARNING]: LV2<https://distrho.kx.studio/plugins/cardinal>: Port 8 ('CV Input 7') has no known data type
2021-12-10T21:42:50 [WARNING]: LV2<https://distrho.kx.studio/plugins/cardinal>: Port 9 ('CV Input 8') has no known data type
2021-12-10T21:42:50 [WARNING]: LV2<https://distrho.kx.studio/plugins/cardinal>: Port 10 ('CV Input 9') has no known data type
2021-12-10T21:42:50 [WARNING]: LV2<https://distrho.kx.studio/plugins/cardinal>: Port 11 ('CV Input 10') has no known data type
2021-12-10T21:42:50 [WARNING]: LV2<https://distrho.kx.studio/plugins/cardinal>: Port 14 ('CV Output 1') has no known data type
2021-12-10T21:42:50 [WARNING]: LV2<https://distrho.kx.studio/plugins/cardinal>: Port 15 ('CV Output 2') has no known data type
2021-12-10T21:42:50 [WARNING]: LV2<https://distrho.kx.studio/plugins/cardinal>: Port 16 ('CV Output 3') has no known data type
2021-12-10T21:42:50 [WARNING]: LV2<https://distrho.kx.studio/plugins/cardinal>: Port 17 ('CV Output 4') has no known data type
2021-12-10T21:42:50 [WARNING]: LV2<https://distrho.kx.studio/plugins/cardinal>: Port 18 ('CV Output 5') has no known data type
2021-12-10T21:42:50 [WARNING]: LV2<https://distrho.kx.studio/plugins/cardinal>: Port 19 ('CV Output 6') has no known data type
2021-12-10T21:42:50 [WARNING]: LV2<https://distrho.kx.studio/plugins/cardinal>: Port 20 ('CV Output 7') has no known data type
2021-12-10T21:42:50 [WARNING]: LV2<https://distrho.kx.studio/plugins/cardinal>: Port 21 ('CV Output 8') has no known data type
2021-12-10T21:42:50 [WARNING]: LV2<https://distrho.kx.studio/plugins/cardinal>: Port 22 ('CV Output 9') has no known data type
2021-12-10T21:42:50 [WARNING]: LV2<https://distrho.kx.studio/plugins/cardinal>: Port 23 ('CV Output 10') has no known data type
2021-12-10T21:42:50 [WARNING]: LV2<https://github.com/HiFi-LoFi/KlangFalter>: Unsupported required LV2 feature: 'http://lv2plug.in/ns/ext/buf-size#fixedBlockLength'.
2021-12-10T21:42:50 [WARNING]: LV2<urn:juce:Vex>: Unsupported required LV2 feature: 'http://lv2plug.in/ns/ext/buf-size#fixedBlockLength'.
User avatar
LAM
Established Member
Posts: 992
Joined: Thu Oct 08, 2020 3:16 pm
Has thanked: 140 times
Been thanked: 348 times

Re: Cardinal - essentially vcvrack2.lv2

Post by LAM »

Aquarious12 wrote: Fri Dec 10, 2021 4:20 pm @LAM

Hello , there was a problem on my end that the folder after compiling was deleted by my friend. i did restore it and updated it with the second code you provided for safety. plugins are getting recognize but are not able to load in ardour i used only Lv2 plugin format. any help you can provide for that.

Ardour log output

Code: Select all

...
2021-12-10T21:42:50 [WARNING]: LV2<https://distrho.kx.studio/plugins/cardinal>: Port 2 ('CV Input 1') has no known data type
2021-12-10T21:42:50 [WARNING]: LV2<https://distrho.kx.studio/plugins/cardinal>: Port 3 ('CV Input 2') has no known data type
2021-12-10T21:42:50 [WARNING]: LV2<https://distrho.kx.studio/plugins/cardinal>: Port 4 ('CV Input 3') has no known data type
2021-12-10T21:42:50 [WARNING]: LV2<https://distrho.kx.studio/plugins/cardinal>: Port 5 ('CV Input 4') has no known data type
2021-12-10T21:42:50 [WARNING]: LV2<https://distrho.kx.studio/plugins/cardinal>: Port 6 ('CV Input 5') has no known data type
2021-12-10T21:42:50 [WARNING]: LV2<https://distrho.kx.studio/plugins/cardinal>: Port 7 ('CV Input 6') has no known data type
2021-12-10T21:42:50 [WARNING]: LV2<https://distrho.kx.studio/plugins/cardinal>: Port 8 ('CV Input 7') has no known data type
2021-12-10T21:42:50 [WARNING]: LV2<https://distrho.kx.studio/plugins/cardinal>: Port 9 ('CV Input 8') has no known data type
2021-12-10T21:42:50 [WARNING]: LV2<https://distrho.kx.studio/plugins/cardinal>: Port 10 ('CV Input 9') has no known data type
2021-12-10T21:42:50 [WARNING]: LV2<https://distrho.kx.studio/plugins/cardinal>: Port 11 ('CV Input 10') has no known data type
2021-12-10T21:42:50 [WARNING]: LV2<https://distrho.kx.studio/plugins/cardinal>: Port 14 ('CV Output 1') has no known data type
2021-12-10T21:42:50 [WARNING]: LV2<https://distrho.kx.studio/plugins/cardinal>: Port 15 ('CV Output 2') has no known data type
2021-12-10T21:42:50 [WARNING]: LV2<https://distrho.kx.studio/plugins/cardinal>: Port 16 ('CV Output 3') has no known data type
2021-12-10T21:42:50 [WARNING]: LV2<https://distrho.kx.studio/plugins/cardinal>: Port 17 ('CV Output 4') has no known data type
2021-12-10T21:42:50 [WARNING]: LV2<https://distrho.kx.studio/plugins/cardinal>: Port 18 ('CV Output 5') has no known data type
2021-12-10T21:42:50 [WARNING]: LV2<https://distrho.kx.studio/plugins/cardinal>: Port 19 ('CV Output 6') has no known data type
2021-12-10T21:42:50 [WARNING]: LV2<https://distrho.kx.studio/plugins/cardinal>: Port 20 ('CV Output 7') has no known data type
2021-12-10T21:42:50 [WARNING]: LV2<https://distrho.kx.studio/plugins/cardinal>: Port 21 ('CV Output 8') has no known data type
2021-12-10T21:42:50 [WARNING]: LV2<https://distrho.kx.studio/plugins/cardinal>: Port 22 ('CV Output 9') has no known data type
2021-12-10T21:42:50 [WARNING]: LV2<https://distrho.kx.studio/plugins/cardinal>: Port 23 ('CV Output 10') has no known data type
...
The Ardour's warnings are not telling anything useful, unluckily.

Anyway, try to put or symlink CardinalSynth.lv2 in your ~/.lv2 folder.

Image

in mix, nobody can hear your screen

Aquarious12
Established Member
Posts: 154
Joined: Thu Nov 29, 2018 3:38 pm
Has thanked: 65 times
Been thanked: 18 times

Re: Cardinal - essentially vcvrack2.lv2

Post by Aquarious12 »

LAM wrote: Fri Dec 10, 2021 4:41 pm
Aquarious12 wrote: Fri Dec 10, 2021 4:20 pm @LAM

Hello , there was a problem on my end that the folder after compiling was deleted by my friend. i did restore it and updated it with the second code you provided for safety. plugins are getting recognize but are not able to load in ardour i used only Lv2 plugin format. any help you can provide for that.

Ardour log output

Code: Select all

...
2021-12-10T21:42:50 [WARNING]: LV2<https://distrho.kx.studio/plugins/cardinal>: Port 2 ('CV Input 1') has no known data type
2021-12-10T21:42:50 [WARNING]: LV2<https://distrho.kx.studio/plugins/cardinal>: Port 3 ('CV Input 2') has no known data type
2021-12-10T21:42:50 [WARNING]: LV2<https://distrho.kx.studio/plugins/cardinal>: Port 4 ('CV Input 3') has no known data type
2021-12-10T21:42:50 [WARNING]: LV2<https://distrho.kx.studio/plugins/cardinal>: Port 5 ('CV Input 4') has no known data type
2021-12-10T21:42:50 [WARNING]: LV2<https://distrho.kx.studio/plugins/cardinal>: Port 6 ('CV Input 5') has no known data type
2021-12-10T21:42:50 [WARNING]: LV2<https://distrho.kx.studio/plugins/cardinal>: Port 7 ('CV Input 6') has no known data type
2021-12-10T21:42:50 [WARNING]: LV2<https://distrho.kx.studio/plugins/cardinal>: Port 8 ('CV Input 7') has no known data type
2021-12-10T21:42:50 [WARNING]: LV2<https://distrho.kx.studio/plugins/cardinal>: Port 9 ('CV Input 8') has no known data type
2021-12-10T21:42:50 [WARNING]: LV2<https://distrho.kx.studio/plugins/cardinal>: Port 10 ('CV Input 9') has no known data type
2021-12-10T21:42:50 [WARNING]: LV2<https://distrho.kx.studio/plugins/cardinal>: Port 11 ('CV Input 10') has no known data type
2021-12-10T21:42:50 [WARNING]: LV2<https://distrho.kx.studio/plugins/cardinal>: Port 14 ('CV Output 1') has no known data type
2021-12-10T21:42:50 [WARNING]: LV2<https://distrho.kx.studio/plugins/cardinal>: Port 15 ('CV Output 2') has no known data type
2021-12-10T21:42:50 [WARNING]: LV2<https://distrho.kx.studio/plugins/cardinal>: Port 16 ('CV Output 3') has no known data type
2021-12-10T21:42:50 [WARNING]: LV2<https://distrho.kx.studio/plugins/cardinal>: Port 17 ('CV Output 4') has no known data type
2021-12-10T21:42:50 [WARNING]: LV2<https://distrho.kx.studio/plugins/cardinal>: Port 18 ('CV Output 5') has no known data type
2021-12-10T21:42:50 [WARNING]: LV2<https://distrho.kx.studio/plugins/cardinal>: Port 19 ('CV Output 6') has no known data type
2021-12-10T21:42:50 [WARNING]: LV2<https://distrho.kx.studio/plugins/cardinal>: Port 20 ('CV Output 7') has no known data type
2021-12-10T21:42:50 [WARNING]: LV2<https://distrho.kx.studio/plugins/cardinal>: Port 21 ('CV Output 8') has no known data type
2021-12-10T21:42:50 [WARNING]: LV2<https://distrho.kx.studio/plugins/cardinal>: Port 22 ('CV Output 9') has no known data type
2021-12-10T21:42:50 [WARNING]: LV2<https://distrho.kx.studio/plugins/cardinal>: Port 23 ('CV Output 10') has no known data type
...
The Ardour's warnings are not telling anything useful, unluckily.

Anyway, try to put or symlink CardinalSynth.lv2 in your ~/.lv2 folder.

Image
thanks for reply.

i did symlink the first time as you told in your instructions , but now i places the lv2 plugins , in their folder , it is atleast showing a working GUI as for start , if anything comes up ,i will inform you .

thank you @@Lam @sysrqer for all the help and suggestions.you all great.
Aquarious12
Established Member
Posts: 154
Joined: Thu Nov 29, 2018 3:38 pm
Has thanked: 65 times
Been thanked: 18 times

Re: Cardinal - essentially vcvrack2.lv2

Post by Aquarious12 »

LAM wrote: Thu Dec 09, 2021 2:59 pm @Aquarious12

This is the github repo:

https://github.com/DISTRHO/Cardinal

To compile it:

Code: Select all

git clone --recurse-submodules https://github.com/DISTRHO/Cardinal.git
cd Cardinal
make -j4 # Cardinal
Once compiled you can find the plugin in lv2, vst and vst3 format inside the bin folder. You can copy/move them to their respective ~/.lv2, ~/.vst or ~/.vst3 folders or just symlink them so you don't have to move them every time you compile.

For future updates I use this one-liner:

Code: Select all

cd ~/opt/audioplugins/Cardinal/; make clean -C dpf/dgl; git pull --recurse-submodules; git submodule update --init --recursive; make -j4 # Cardinal
i am trying to update with this one liner i am getting some eroor i think please let me know if it is one.

Code: Select all

external/zynaddsubfx/rtosc/miditable.h:63:110: note: remove ‘std::move’ call
external/zynaddsubfx/rtosc/miditable.h: In instantiation of ‘rtosc::MidiMapperStorage::TinyVector<T> rtosc::MidiMapperStorage::TinyVector<T>::insert(const T&) [with T = int]’:
external/zynaddsubfx/rtosc/cpp/midimapper.cpp:188:54:   required from here
external/zynaddsubfx/rtosc/miditable.h:63:110: warning: moving a local object in a return statement prevents copy elision [-Wpessimizing-move]
external/zynaddsubfx/rtosc/miditable.h:63:110: note: remove ‘std::move’ call
external/zynaddsubfx/rtosc/miditable.h: In instantiation of ‘rtosc::MidiMapperStorage::TinyVector<T> rtosc::MidiMapperStorage::TinyVector<T>::insert(const T&) [with T = std::tuple<int, bool, int>]’:
external/zynaddsubfx/rtosc/cpp/midimapper.cpp:222:54:   required from here
external/zynaddsubfx/rtosc/miditable.h:63:110: warning: moving a local object in a return statement prevents copy elision [-Wpessimizing-move]
external/zynaddsubfx/rtosc/miditable.h:63:110: note: remove ‘std::move’ call
make[2]: Entering directory '/home/musicarch/lv2-plugins/Cardinal/carla/source/modules/water'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/musicarch/lv2-plugins/Cardinal/carla/source/modules/water'
make[2]: Entering directory '/home/musicarch/lv2-plugins/Cardinal/carla/source/modules/zita-resampler'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/musicarch/lv2-plugins/Cardinal/carla/source/modules/zita-resampler'
make[2]: *** [external/Makefile.mk2:158: ../../build/native-plugins/Release/zynaddsubfx-src.cpp.o] Error 1
make[2]: Leaving directory '/home/musicarch/lv2-plugins/Cardinal/carla/source/native-plugins'
make[1]: *** [Makefile:117: /home/musicarch/lv2-plugins/Cardinal/carla/build/modules/Release/native-plugins.a] Error 2
make[1]: Leaving directory '/home/musicarch/lv2-plugins/Cardinal/carla'
make: *** [Makefile:93: carla] Error 2
make: *** Waiting for unfinished jobs....
Creating libdgl-opengl.a
make[1]: Leaving directory '/home/musicarch/lv2-plugins/Cardinal/dpf/dgl'
[musicarch@musicArch Cardinal]$ 



User avatar
sysrqer
Established Member
Posts: 2516
Joined: Thu Nov 14, 2013 11:47 pm
Has thanked: 319 times
Been thanked: 147 times
Contact:

Re: Cardinal - essentially vcvrack2.lv2

Post by sysrqer »

Did you 'git submodule update --init --recursive' ?
User avatar
LAM
Established Member
Posts: 992
Joined: Thu Oct 08, 2020 3:16 pm
Has thanked: 140 times
Been thanked: 348 times

Re: Cardinal - essentially vcvrack2.lv2

Post by LAM »

Aquarious12 wrote: Sat Jan 29, 2022 2:21 pm i am trying to update with this one liner i am getting some eroor i think please let me know if it is one.
You may try to start from scratch, delete the Cardinal git directory and then:

Code: Select all

git clone https://github.com/DISTRHO/Cardinal.git
cd Cardinal
git submodule update --init --recursive
make -j4

in mix, nobody can hear your screen

Aquarious12
Established Member
Posts: 154
Joined: Thu Nov 29, 2018 3:38 pm
Has thanked: 65 times
Been thanked: 18 times

Re: Cardinal - essentially vcvrack2.lv2

Post by Aquarious12 »

LAM wrote: Sat Jan 29, 2022 3:26 pm
Aquarious12 wrote: Sat Jan 29, 2022 2:21 pm i am trying to update with this one liner i am getting some eroor i think please let me know if it is one.
You may try to start from scratch, delete the Cardinal git directory and then:

Code: Select all

git clone https://github.com/DISTRHO/Cardinal.git
cd Cardinal
git submodule update --init --recursive
make -j4
thanks that worked.is it necessary to do this?
User avatar
LAM
Established Member
Posts: 992
Joined: Thu Oct 08, 2020 3:16 pm
Has thanked: 140 times
Been thanked: 348 times

Re: Cardinal - essentially vcvrack2.lv2

Post by LAM »

Aquarious12 wrote: Sat Jan 29, 2022 5:38 pm thanks that worked.is it necessary to do this?
Not always, is still in alpha so many modules and features are added/removed and it makes this necessary.

in mix, nobody can hear your screen

User avatar
sysrqer
Established Member
Posts: 2516
Joined: Thu Nov 14, 2013 11:47 pm
Has thanked: 319 times
Been thanked: 147 times
Contact:

Re: Cardinal - essentially vcvrack2.lv2

Post by sysrqer »

Aquarious12 wrote: Sat Jan 29, 2022 5:38 pm thanks that worked.is it necessary to do this?
You should always do the submodules update if there are submodules (you can see this with the arrow on the folder icon on github.com). git pull won't update those directories so if there has been an update to them that the new changes rely on then you might fail to build. In cardinal's case the submodules are Carla and dpf which falktx is actively developing at the same time as cardinal so you're likely to run into problems if you don't pull everything.
Post Reply