[Csnd] csladspa
Date | 2020-12-10 16:43 |
From | Anders Genell |
Subject | [Csnd] csladspa |
Hi!
Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here
I got the idea to try out csladspa so I just cloned the repo and built on my linux machine. To test the installation I set the LADSPA_PATH to /usr/lib/ladspa, put the csladspa64.so file as well as the three CSOUNDladspa example csd files from the csladspa repo. When issuing analyseplugin /usr/lib/ladspa/csladspa64.so I get the following message: attempting to load plugin index: 0 PLUGIN NOT LOADED: probably missing csLADSPA section no more csLADSPA plugins Am I doing anything wrong? Regards, Anders |
Date | 2020-12-10 17:47 |
From | Rory Walsh |
Subject | Re: [Csnd] csladspa |
Does your csd file have a csLADSPA section? I haven't used that interface in a long time! On Thu 10 Dec 2020, 4:44 p.m. Anders Genell, <anders.genell@gmail.com> wrote:
|
Date | 2020-12-10 17:48 |
From | Rory Walsh |
Subject | Re: [Csnd] csladspa |
Sorry, I see you are using the examples. That's odd then. It should work. On Thu 10 Dec 2020, 5:47 p.m. Rory Walsh, <rorywalsh@ear.ie> wrote:
|
Date | 2020-12-10 17:55 |
From | Rory Walsh |
Subject | Re: [Csnd] csladspa |
Can you double check those files and make sure they are valid..? On Thu 10 Dec 2020, 5:48 p.m. Rory Walsh, <rorywalsh@ear.ie> wrote:
|
Date | 2020-12-10 18:04 |
From | Anders Genell |
Subject | Re: [Csnd] csladspa |
It seems valid to me... $ cat /usr/lib/ladspa/CSOUNDladspaGain.csd <csLADSPA> Name=CsoundGain Plugin Maker=Victor Lazzarini UniqueID=1049 Copyright=None ControlPort=Gain|gain Range=0|2 ControlPort=Test|test Range=0|2 </csLADSPA> <CsoundSynthesizer> <CsInstruments> sr = 44100 ksmps = 10 nchnls = 1 instr 1 kGain chnget "gain" ain in out ain*kGain endin </CsInstruments> <CsScore> i1 0 3600 </CsScore> </CsoundSynthesizer> On Thu, Dec 10, 2020 at 6:55 PM Rory Walsh <rorywalsh@ear.ie> wrote:
|
Date | 2020-12-10 18:07 |
From | Anders Genell |
Subject | Re: [Csnd] csladspa |
This is on lubuntu 20.04 btw. On Thu, Dec 10, 2020 at 7:04 PM Anders Genell <anders.genell@gmail.com> wrote:
|
Date | 2020-12-10 18:49 |
From | Rory Walsh |
Subject | Re: [Csnd] csladspa |
Can you file an issue on the Csound github tracker? On Thu, 10 Dec 2020 at 18:07, Anders Genell <anders.genell@gmail.com> wrote:
|
Date | 2020-12-10 20:14 |
From | Anders Genell |
Subject | Re: [Csnd] csladspa |
I just filed an issue on github, in the csladpsa repo. Let me know if I should provide any more information. Regards, Anders On Thu, Dec 10, 2020 at 7:49 PM Rory Walsh <rorywalsh@ear.ie> wrote:
|