[ANN] Infamous Envelope Follower

Discuss anything new and newsworthy! See http://planet.linuxaudio.org and https://libreav.org/news for more Linux Audio News!

Announcements of proprietary software may fit better in the Marketplace.


Moderators: raboof, MattKingUSA, khz

ssj71
Established Member
Posts: 1294
Joined: Tue Sep 25, 2012 6:36 pm
Has thanked: 1 time

Re: [ANN] Infamous Envelope Follower

Post by ssj71 »

falkTX wrote:
tatch wrote:why is it saying that the .ttl file format is not recognized?
it's not recognized by "strip", which removes symbols from binaries. a ttl file is not a binary.

btw, the install path:

Code: Select all

/usr/local/lib64/lv2/envfollower.lv2/
looks a bit awkward...
? Why? I guess the extra lib64. I just copied the install path from the *v1 plugins by rncbc, but if you know a better way I'd be happy to listen.

tatch:
I take it you aren't on an ubuntu based system? I just pulled and built just fine on xubuntu, and I've tested pretty well on ubuntu studio. You can try to make only that plugin by navigating the terminal to src/EnvelopeFollower and using the commands:

Code: Select all

qmake
make
sudo make install
If its already built correctly (which it looks like it has if there's a .so in envfollower.lv2) you can also just copy that .lv2 folder into your lv2 directory:

Code: Select all

cp -r src/EnvelopeFollower/envfollower.lv2 /usr/local/lib64/lv2/envfollower.lv2
The install script basically just does that for each plugin. Sorry this isn't my expertise here, but I think we can get you running.
_ssj71

music: https://soundcloud.com/ssj71
My plugins are Infamous! http://ssj71.github.io/infamousPlugins
I just want to get back to making music!
tatch
Established Member
Posts: 662
Joined: Fri Nov 16, 2012 3:18 pm

Re: [ANN] Infamous Envelope Follower

Post by tatch »

ssj71 wrote: tatch:
I take it you aren't on an ubuntu based system? I just pulled and built just fine on xubuntu, and I've tested pretty well on ubuntu studio. You can try to make only that plugin by navigating the terminal to src/EnvelopeFollower and using the commands:

Code: Select all

qmake
make
sudo make install
I'm using ubuntu 12.04 with kxstudio repositories. I used the commands you specified:

qmake doesn't print anything in the terminal, is it not supposed to?
make doesn't return any errors, so that's fine.
sudo make install returns the same errors I had before, all the .ttl files return "file format not recognized".
If its already built correctly (which it looks like it has if there's a .so in envfollower.lv2) you can also just copy that .lv2 folder into your lv2 directory:

Code: Select all

cp -r src/EnvelopeFollower/envfollower.lv2 /usr/local/lib64/lv2/envfollower.lv2
The install script basically just does that for each plugin. Sorry this isn't my expertise here, but I think we can get you running.
I copied envfollower.lv2 to ~/.lv2/ since that's one of carla's default lv2 paths. Looks like it's opening up fine in carla now!
ssj71
Established Member
Posts: 1294
Joined: Tue Sep 25, 2012 6:36 pm
Has thanked: 1 time

Re: [ANN] Infamous Envelope Follower

Post by ssj71 »

That's interesting. No clue where that error us coming from. Qmake doesn't give any output for me, so I think that's normal. Glad you got it working though. All make install sites your this is copy it to your lv2 directory anyway.
_ssj71

music: https://soundcloud.com/ssj71
My plugins are Infamous! http://ssj71.github.io/infamousPlugins
I just want to get back to making music!
Post Reply