https://github.com/linuxmao-org/shiru-plugins
Plugin collection created by Shiru (unofficial DPF port)
https://github.com/linuxmao-org/shiru-plugins
dpf lv2 lv2-plugins
Last synced: 6 months ago
JSON representation
Plugin collection created by Shiru (unofficial DPF port)
- Host: GitHub
- URL: https://github.com/linuxmao-org/shiru-plugins
- Owner: linuxmao-org
- License: wtfpl
- Created: 2019-06-14T20:12:58.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-27T08:04:23.000Z (about 6 years ago)
- Last Synced: 2025-05-06T15:44:14.297Z (8 months ago)
- Topics: dpf, lv2, lv2-plugins
- Language: C++
- Size: 13.5 MB
- Stars: 17
- Watchers: 2
- Forks: 3
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# shiru-plugins
A set of music plugins created by Shiru, unofficial [DPF](https://github.com/DISTRHO/DPF) ports
**Official home page:** http://shiru.untergrund.net/software.shtml
[](https://ci.appveyor.com/project/jpcima/shiru-plugins)
## Description
**EVALUA:** Synth based on evaluation of math expressions, similar to the one-liner generative music C programs.
**ChipWave:** Synth plugin that blends characteristics of many old sound chips (AY, SID, POKEY) with features of old subtractive synths.
**ChipDrum:** Drum synth plugin, a counterpart for ChipWave, sharing the same concept, but for drum sounds, and capable to produce a range of sounds between 1-bit, chip tune, and classic analog drum machines.
**CrushDMC:** Bitcrusher plugin that emulates specific distortions of the Famicom/NES DMC channel.
**Flopster:** Emulator of a floppy disk drive that is used to play music.
**1bitstudio:** A bundle of experimental plugins for 1-bit sound synthesis and processing.
# Building
Type `make`. The build will be found in the `bin` folder.
This build requires (Debian package names):
- `libcairo2-dev`
- `libpango1.0-dev`
- `libjack-jackd2-dev` or `libjack-dev`
- `libgl1-mesa-dev` or `libgl-dev`
- `libglu1-mesa-dev` or `libglu-dev`