Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - Luctor

Pages: [1]
1
I've created a PPA (personal package archive ) for Sonic Visualiser and several Vamp plugins.
https://launchpad.net/~rghvdberg/+archive/sv
The packages are created for Ubuntu 9.10 (codename karmic) 32bit,64bit and lpia and the upcoming Ubuntu 10.04 32bit and 64bit. (Ubuntu 10.04 is in alpha testing.)

Ubuntu users can add this ppa from the command line;
Code: [Select]
sudo add-apt-repository ppa:rghvdberg/sv
sudo apt-get update
sudo apt-get install <package name>
Or by using the Software Sources application
More elaborate instructions are on the PPA page mentioned above.

Sonic Visualiser is compiled with jack and pulseaudio audio output support. MP3 decoding is also compiled in.

At the moment the PPA hosts the following packages.
Ubuntu 9.10
match-vamp-plugin    0.2.1
qm-vamp-plugins    1.6.1-i686 (for 32bit)   , 64bit will be uploaded later today
rubberband-vamp       1.4
sonic-visualiser            1.7.1 (is actually a svn checkout, the 1.7.1 tarball wouldn't compile)
vamp-aubio-plugins    0.3.2c
vamp-onsetsds-plugin 0.2

Ubuntu 10.04 (alpha 3)
Package                     Version     
match-vamp-plugin     0.2.1
qm-vamp-plugins     1.6.1
sonic-visualiser             1.7.1
vamp-aubio-plugins     0.3.2c
vamp-onsetsds-plugin 0.2

I haven't uploaded the mazurka plugins because although they will compile on my 64bit machine, they won't load in SV (undefined symbol error)

I hope people will find it useful

Rob

2
Getting and Using Vamp Plugins / Just popped in to say THANKS :-)
« on: February 22, 2008, 08:57:16 »
Thanks for the 64 bit of the QM plugins  ;D

3
Getting and Using Vamp Plugins / Vamp Plugins on Ubuntu Linux 64 bit
« on: October 19, 2007, 09:47:45 »
I've recently got a new PC (AMD Athlon(tm) 64 X2 Dual Core Processor 4400+) and installed Ubuntu 7.10 amd64 on it.
I'v managed to compile and install Sonic Visualiser from SVN on it using vamp-sdk 1.1; but i have some trouble running some plugins.

Aubio plugins work fine, I've converted a Suse RPM using alien and it works ..

Mazurka plugins, will compile but when run I get an error message
Code: [Select]
WARNING: FeatureExtractionPluginFactory::getPluginIdentifiers:
Failed to load library /usr/lib/vamp/vamp-mazurka.so: /usr/lib/vamp/vamp-mazurka.so:
undefined symbol: _ZTIN4Vamp17PluginAdapterBaseE
Maybe the vamp-sdk 1.1 is the problem here ???

QM plugins
Now it gets ugly ... ;)
The plugins I use most often are not opensource .. so I have no way to recompile them
Code: [Select]
WARNING: FeatureExtractionPluginFactory::getPluginIdentifiers:
Failed to load library /usr/lib/vamp/qm-vamp-plugins.so:
/usr/lib/vamp/qm-vamp-plugins.so: verkeerde ELF-klasse: ELFCLASS32
(verkeerde ELF-klasse translates to wrong ELF-class}
I sort of expected that to happen.
No I would like to get in contact with the QM guys (and girls ?) to kindly ask them to compile a 64bit version, but the website http://www.elec.qmul.ac.uk/digitalmusic/ is unresponsive. I noticed this happens a lot ...

Does anyone have a solution ?

Rob



Pages: [1]