Build packages are available in the timlau/audio Fedora Copr Repository
Sfizz is a musical sampler, available as LV2 and VST plugins for musicians,
A synth that is closely modeled on the Yamaha DX7
Geonkick is a synthesizer that can synthesize elements of percussion. The most basic examples are: kicks, snares, hit-hats, shakers, claps.
LV2 plugin implementation Neural Amp Modeler
AIDA-X is an Amp Model Player, allowing it to load models of AI trained music gear, which you can then play through guitar
Dragonfly Reverb is a bundle of free audio effects for Linux, MacOS, and Windows. The reverb algorithms are based on the original Freeverb. The DR-1 algorithm is based on the Schroeder/Moorer reverb. The DR-2 algorithm is based on the original Freeverb algorithm. The DR-3 algorithm is a unique reverb algorithm developed by Michael Willis.
JUCE is an open-source cross-platform C++ application framework for creating desktop and mobile applications, including VST, VST3, AU, AUv3, AAX and LV2 audio plug-ins and plug-in hosts. This package is used to build application there is using the JUCE framework, so the package don't need to have the whole JUCE source and build it every time. a very basic dummy plugin made with JUCE is located Here
Polyphone is a multiplatform and open-source soundfont editor for creating musical instruments.
- editing of sf2, sf3, sfz and sfArk file formats
- compatible with Jack and ASIO audio servers
- built-in synthesizer, controlled by a virtual keyboard or MIDI signals
- automatic recognition of root keys
- automatic loop of samples
- simultaneous editing of parameters
- specific tools for musical instrument creation
- recorder to keep a trace of what is played in a .wav file
- soundfont browser connected to the online repository
A chorus effect inspired by the one found in certain well-known Japanese vintage analog synthesizers (Juno 60)
Odin 2 is a 24-voice polyphonic powerhouse that will transport you from your studio straight to Valhalla. Whether you're after earth-shattering basses, soaring leads, or otherworldly FX, Odin 2 delivers it all. Harness the classic warmth of analog waveforms — or draw custom ones. High-quality emulations of legendary analog filters, like the Moog Ladder, the Korg 35 and many more let you shape your sound. Finish it off with five onboard FX or dive into endless modulation possibilities. There’s a whole world to explore in Odin 2.
sudo dnf copr enable timlau/audio
sudo dnf install sfizz-vst3
sudo dnf install sfizz-lv2
sudo dnf install dexed-clap
sudo dnf install dexed-vst3
sudo dnf install dexed
sudo dnf install geonkick
sudo dnf install geonkick-lv2
sudo dnf install neural-amp-modeler-lv2
sudo dnf install AIDA-X-clap
sudo dnf install AIDA-X-vst3
sudo dnf install AIDA-X-lv2
sudo dnf install AIDA-X
sudo dnf install dragonfly-reverb-clap
sudo dnf install dragonfly-reverb-vst3
sudo dnf install dragonfly-reverb-lv2
sudo dnf install dragonfly-reverb
sudo dnf install libJUCE-devel
sudo dnf install polyphone
sudo dnf install ykchorus-clap
sudo dnf install ykchorus-vst3
sudo dnf install ykchorus-lv2
sudo dnf install ykchorus
sudo dnf install odin2-vst3
sudo dnf install odin2-lv2
sudo dnf install odin2
Each application/plugin subdirectory contains a Makefile with the following target
make clone
make archive
make srpm
will install build requirements defined in .spec before build
make localbuild
make mockbuild
make coprbuild