Linux public beta (4408)
-
- KVRer
- 4 posts since 16 Nov, 2014
AUTO-ADMIN: Non-MP3, WAV, OGG, SoundCloud, YouTube, Vimeo, Twitter and Facebook links in this post have been protected automatically. Once the member reaches 5 posts the links will function as normal.
I get 2.abique wrote:Can you click on entry2 and tell me what you see in the console?Code: Select all (#)
$HOME/.u-he/Diva/dialog.64 menu entry1 1 entry2 2 entry3 3
I get 2FAIL. I suppose I should get 2OK...abique wrote:Code: Select all (#)
($HOME/.u-he/Diva/dialog.64 menu entry1 1 entry2 2 entry3 3); if [[ "$result" = 2 ]] ; then echo OK ; else echo FAIL; fi
-
- KVRist
- 194 posts since 30 Jun, 2012 from Belgium
sonnie wrote:If I do
$ export LXVST_PATH=/usr/lib/vst:/usr/lib/lxvst:$HOME/.vst:$HOME/vst/
nothing new show up in Ardour3. I already restarted it.
Probably because you don't start ardour in the terminal after setting the variable. The setting only exist in that session. Best is to store it in a file(like ~/bashrc) log out, log in. Normally the environment will have the the lxvst path then and if you start ardour it will use them. I tought that the u-he plugins are installed in ~/.vst so normally it should work then.
I'll try it tommorrow if i find the time.
-
- KVRAF
- 9521 posts since 6 Oct, 2004
Nice to see such wonderful work getting done without drama 
Hope the linux vst collection keeps growing, and that plugins
and hosts get more support from musicians. Linux is a lot of fun
when the bits and bobs start falling into place, and the potentals
start inspiring new ways of producing.
Hope the linux vst collection keeps growing, and that plugins
and hosts get more support from musicians. Linux is a lot of fun
when the bits and bobs start falling into place, and the potentals
start inspiring new ways of producing.
Last edited by glokraw on Mon Nov 17, 2014 8:43 am, edited 1 time in total.
-
- KVRist
- 32 posts since 12 Jun, 2014
There is a uhbik.so link-file in ~/.vst/u-he/ and its linking to ~/.u-he/uhbik/cajmere wrote: I tought that the u-he plugins are installed in ~/.vst so normally it should work then.
But even with the code in bashrc and log out and in nothing shows up in ardour.
Last edited by sonnie on Mon Nov 17, 2014 8:56 am, edited 1 time in total.
-
- KVRian
- 725 posts since 11 Mar, 2014 from Netherlands
You can use the carla plugins to host vst's ..sonnie wrote:Is LV2 Support also planned?
I'd like to try it with Ardour.
http://kxstudio.sourceforge.net/Applications:Carla
-
- KVRist
- 194 posts since 30 Jun, 2012 from Belgium
You are right. I compliled ardour from git during the night and it seems like none of the vst's are found.sonnie wrote:There is a uhbik.so link-file in ~/.vst/u-he/ and its linking to ~/.u-he/uhbik/cajmere wrote: I tought that the u-he plugins are installed in ~/.vst so normally it should work then.
But even with the code in bashrc and log out and in nothing shows up in ardour.
But i've had a search
However i had to add ~/.u-he/Diva , ~/.u-he/Ace on it's own. Looks like ardour doesn't follow symlinks or isn't looking recursive. Must be a bug i think, will report it.
But the plugin Ace(only tested this one) is working these way(however i also get message that plugins is >=2.4 and that it may not function.).
-
- KVRist
- 32 posts since 12 Jun, 2014
Well, its seems to be about the latest official release. Its 3.5.403-1.
There is no Plugins tab at the prefs. (see scrot)
I talked to rgareus and he also uses the very latest git version with no issues. But I don't want to use an unstable version.
There is no Plugins tab at the prefs. (see scrot)
I talked to rgareus and he also uses the very latest git version with no issues. But I don't want to use an unstable version.
You do not have the required permissions to view the files attached to this post.
-
- KVRist
- 194 posts since 30 Jun, 2012 from Belgium
sonnie wrote:Well, its seems to be about the latest official release. Its 3.5.403-1.
There is no Plugins tab at the prefs. (see scrot)
I talked to rgareus and he also uses the very latest git version with no issues. But I don't want to use an unstable version.
I"ll suggest that you go on irc to talk with the developpers, or ask in the ardour forums.
Can't help anymore.
-
- KVRian
- 1147 posts since 6 Jul, 2009
Has anybody tried energyxt with this?
energyxt is 32bit only. I get 'Failed to open ACE.32' but an strace shows :
/home/[...]/Desktop/ACE.log
Thanks,
energyxt is 32bit only. I get 'Failed to open ACE.32' but an strace shows :
Code: Select all
stat64("/home/[...]/.vst/u-he/ACE.32.so", {st_mode=S_IFREG|0755, st_size=3646500, ...}) = 0
stat64("/home/[...]/.vst/u-he/ACE.32.so", {st_mode=S_IFREG|0755, st_size=3646500, ...}) = 0
open("/home/[...]/.vst/u-he/ACE.32.so", O_RDONLY|O_CLOEXEC) = 4
read(4, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0P\340\5\0004\0\0\0"..., 512) = 512
fstat64(4, {st_mode=S_IFREG|0755, st_size=3646500, ...}) = 0
mmap2(NULL, 3858400, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 4, 0) = 0xfffffffff2550000
mmap2(0xf2867000, 409600, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0x316) = 0xfffffffff2867000
mmap2(0xf28cb000, 208864, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xfffffffff28cb000
close(4) = 0
Code: Select all
AM_MemoryRecord closing down with 0 allocations vs 0 freed
