Pianoteq 4.5 is out! LV2 included

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

Post Reply
studio32

Pianoteq 4.5 is out! LV2 included

Post by studio32 »

Pianoteq 4.5 is out! LV2 included

http://www.pianoteq.com/home
User avatar
GMaq
Established Member
Posts: 2824
Joined: Fri Sep 25, 2009 1:42 pm
Has thanked: 530 times
Been thanked: 572 times

Re: Pianoteq 4.5 is out! LV2 included

Post by GMaq »

Nice!

Is it just me or are the permissions of Modartt's 7z files really messed up?! I had to mess with the permissions of the standalone, linuxVST and LV2 to get them to run at all on my system, now that that is sorted out this is looking really good! Nice to have a 2 Channel version now without hacking the linuxVST soname.
studio32

Re: Pianoteq 4.5 is out! LV2 included

Post by studio32 »

I think I've the same issue:
lilv_world_load_bundle(): error: Error reading file:///home/derick/.lv2/Pianoteq4STAGE.lv2/manifest.ttl
Walnutcracker
Established Member
Posts: 79
Joined: Wed Jul 27, 2011 10:24 am

Re: Pianoteq 4.5 is out! LV2 included

Post by Walnutcracker »

Anyone know how to get Ardour to recognise this? I installed the lv2 plugin, into the lv2 folder but i don't see it showing up. I did have a permissions issue with the VST version before on Ubuntu and had to change the permissions (can't remember how, i was given instructions on Ardour IRC). The time i was having that problem though, even though it wasn't showing up in the plugin manager, if i refreshed the plugin manager it said it couldn't find it or something to that effect. I'm not getting any such message from Ardour this time and it's not showing up in the plugin manager, only the VST version which is already install on AV Linux.
Walnutcracker
Established Member
Posts: 79
Joined: Wed Jul 27, 2011 10:24 am

Re: Pianoteq 4.5 is out! LV2 included

Post by Walnutcracker »

falkTX wrote:
Walnutcracker wrote:Anyone know how to get Ardour to recognise this?
Run ardour from a terminal and watch for the first messages printed.

As others have said before, some hosts have issues with lv2 plugins with spaces in the filename (in 2013, really?).
If that is the issue you have with ardour, remove the spaces and edit manifest.ttl 'binary' tag as well.
This is what showed up -

Error opening file /usr/lib/lv2/Pianoteq 4.lv2/manifest.ttl (Permission denied)
lilv_world_load_bundle(): error: Error reading file:///usr/lib/lv2/Pianoteq 4.lv2/manifest.ttl

How do i change permissions? I should take note of it this time :P
Pablo
Established Member
Posts: 1274
Joined: Thu Apr 17, 2008 9:57 pm
Been thanked: 3 times

Re: Pianoteq 4.5 is out! LV2 included

Post by Pablo »

Code: Select all

cd /usr/lib/lv2
To remove the space:

Code: Select all

sudo mv Pianoteq\ 4.lv2 Pianoteq4.lv2
To check permissions:

Code: Select all

ls -lR
Walnutcracker
Established Member
Posts: 79
Joined: Wed Jul 27, 2011 10:24 am

Re: Pianoteq 4.5 is out! LV2 included

Post by Walnutcracker »

Pablo wrote:

Code: Select all

cd /usr/lib/lv2
To remove the space:

Code: Select all

sudo mv Pianoteq\ 4.lv2 Pianoteq4.lv2
To check permissions:

Code: Select all

ls -lR
-rwx------ 1 root root 1603 Apr 11 10:12 manifest.ttl
-rwx------ 1 root root 45347 Apr 11 10:12 Pianoteq 4 (5 channels).ttl
-rwx------ 1 root root 28173244 Apr 11 10:12 Pianoteq 4.so
-rwx------ 1 root root 44845 Apr 11 10:12 Pianoteq 4.ttl

How do i change permissions for that folder?
varpa
Established Member
Posts: 509
Joined: Fri Feb 25, 2011 6:40 pm
Been thanked: 13 times

Re: Pianoteq 4.5 is out! LV2 included

Post by varpa »

You need to be root (or use sudo if you have that). Do this:
cd to folder
chmod 644 *.ttl
chmod 755 *.so

space in the file name does not matter.
Post Reply