Spectacle audio plugin binary

Does anyone have a binary of this plugin which was used in a screen shot of ardour features on Twitter at one time

I have, but Iā€™m not sure if thatā€™s of use for you? You didnā€™t name what distro/architecture etc., so using my binaries might or might not workā€¦

Anyway I have built it from the 1.0 release tarball on my openSUSE Tumbleweed system, and hereā€™s a link to a tarball with executable and .lv2 bundle as generated in the sourcesā€™ bin/ directory:

https://www.dropbox.com/s/k5vaht538d2ze3n/spectacle-1.0-bin.tar.gz?dl=0

EDIT: oh and Iā€™ve missed to build the VST2 variant before, updated the dropbox tarball this minute

Sorry Iā€™m running Ubuntu 20.04
I said binaries only because there was no other option from the website other then source code. Usually when they are binaries Ubuntu is usually one of them since itā€™s popular.

Also is compiling difficult, does it leave any software that is hard to get rid of

you can try and install the files from my tarball to /usr/local/[bin|lib/lv2|lib/vst] (or ~/bin, ~/.lv2 and ~/.vst) , adjust $LV2_PATH/$VST_PATH, and see if that works, and delete again if noā€¦ the standalone binary should even run from the dir you unpacked to, in case the dependencies match well enough.

Besides gcc and make the build deps arenā€™t many:
x11, cairo, lv2, fftw3, jack (-dev packages for all of these), and for whatever reason vim

Perhaps ask your distribution to package it?

In case of Ubuntu you have to file a ā€œrequest for packageā€ (RFP), start the process by opening a terminal window and type reportbug (see also https://wiki.debian.org/RFP).

Another option is to use KXStudio, and ask falktx to package it: https://kx.studio/Repositories:Plugins

A great way to make sure you can get rid of any software youā€™ve compiled yourself is to install it to /opt/<packagename-version_or_date>, or in this case maybe something like /opt/spectacle-2020-09-27

Then you use the excellent ā€˜stowā€™ program to populate /usr/local with symlinks.
In this case the command would be
sudo stow -d /opt/ -t /usr/local spectacle-2020-09-27 ; sudo ldconfig

If you want to get rid of the program completely you ā€œunstowā€ it by adding -D to the command and then rm -rf /opt/spectacle-2020-09-27

This approach also allows you to have several versions of a program installed but only having one thatā€™s active.
So when you find a show-stopper bug in the most recent version youā€™ll simply unstow it and then stow the old, working version back again.

1 Like

Interesting, but I think Iā€™ll just wait until itā€™s available. I mean itā€™s a nice looking plugin but maybe if I use my old computer I can use it for certain things, I try not to mess too much with my main Linux setup.

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.