How To Install ladspa-vco-plugins on Fedora 36
Introduction
In this tutorial we learn how to install ladspa-vco-plugins
on Fedora 36.
What is ladspa-vco-plugins
Pulse-VCO Saw-VCO Both oscillators are based on the same principle of using a precomputed interpolated dirac pulse. For the sawtooth version, the ’edge’ is made by integrating the anti-aliased pulse. Aliases should be below -80dB for fundamental frequencies below Fsamp / 6 (i.e. up to 8 kHz at Fsamp = 48 kHz). This frequency range includes the fundamental frequencies all known musical instruments.
We can use yum
or dnf
to install ladspa-vco-plugins
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ladspa-vco-plugins.
Install ladspa-vco-plugins on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install ladspa-vco-plugins
using dnf
by running the following command:
sudo dnf -y install ladspa-vco-plugins
Install ladspa-vco-plugins on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install ladspa-vco-plugins
using yum
by running the following command:
sudo yum -y install ladspa-vco-plugins
How To Uninstall ladspa-vco-plugins on Fedora 36
To uninstall only the ladspa-vco-plugins
package we can use the following command:
sudo dnf remove ladspa-vco-plugins
ladspa-vco-plugins Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/d1
/usr/lib/.build-id/d1/b9dc85cdd1b99be33faf98ff47d6c04035c19b
/usr/lib/.build-id/d1/b9dc85cdd1b99be33faf98ff47d6c04035c19b.1
/usr/lib64/ladspa/blvco.so
/usr/lib64/ladspa/vco_sawpulse.so
/usr/share/doc/ladspa-vco-plugins
/usr/share/doc/ladspa-vco-plugins/AUTHORS
/usr/share/doc/ladspa-vco-plugins/README
/usr/share/licenses/ladspa-vco-plugins
/usr/share/licenses/ladspa-vco-plugins/COPYING
References
Summary
In this tutorial we learn how to install ladspa-vco-plugins
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).