Make It Fat
Get K-Whooms and squeeze the fattest sounds out of it with just a few turns of the controls.
Free for Everyone
Current version: 2025.03

Note Expression
Modulate Pitch, Volume and Pan or any other parameter on a per note basis.
Parameter Context Menu
Access parameter functions via context menu from within the plug-in e.g. "Show Autmation Track".
Fedora 17 (Beefy Miracle) is a powerful, RPM-based Linux distribution. While it has a vast repository, you may occasionally find a tool or application provided solely as a .deb package. To install these on Fedora, we use a utility called . ⚠️ Prerequisites & Disclaimer
After running the ar command, you will see a file named data.tar.xz or data.tar.gz . This archive contains the actual software files. Extract it using: tar -xf data.tar.xz Use code with caution.
You will typically see three files:
su -c 'yum localinstall my_program-*.rpm' install deb package on fedora 17 user new
Open your terminal and run the following command to install Alien and its necessary dependencies: sudo dnf install alien rpm-build wget perl Use code with caution. Step 2: Convert the .deb File
Or, you can use rpm directly:
Introduction Fedora and Debian-based systems (like Ubuntu) use different package management ecosystems. Debian uses .deb packages, while Fedora uses .rpm packages. Fedora 17 (Beefy Miracle) is a powerful, RPM-based
Replace package_name.deb with the actual name of your DEB package. The -r option tells alien to generate an RPM package, and -c converts the package.
Type y when asked "Is this ok [y/N]".
yum install alien
Now that you have a Fedora-native .rpm file, install it using yum . This checks for dependency issues automatically.
Once the process finishes, you will see a new file ending in .rpm in your folder. Install it using the Fedora package manager: sudo dnf localinstall package_name.rpm Use code with caution. Method 2: Extract the DEB Package Manually
If you try to install a 32‑bit .deb on a 64‑bit Fedora system, it may still work if you install the 32‑bit compatibility libraries ( glibc.i686 , etc.). However, many modern applications are 64‑bit only. Check with file mysoftware.deb or dpkg --info mysoftware.deb . ⚠️ Prerequisites & Disclaimer After running the ar