https://github.com/folkertvanheusden/fynth
fynth is a MIDI synthesizer for pipewire
https://github.com/folkertvanheusden/fynth
midi pipewire
Last synced: about 1 year ago
JSON representation
fynth is a MIDI synthesizer for pipewire
- Host: GitHub
- URL: https://github.com/folkertvanheusden/fynth
- Owner: folkertvanheusden
- License: apache-2.0
- Created: 2021-08-15T21:15:41.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-01-11T21:41:48.000Z (over 2 years ago)
- Last Synced: 2025-01-18T09:47:10.125Z (over 1 year ago)
- Topics: midi, pipewire
- Language: C++
- Homepage:
- Size: 167 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# fynth
fynth is a MIDI synthesizer for pipewire
# building
You need a some packages to be installed:
* libfftw3-dev
* libasound2-dev
* libsndfile1-dev
* libncurses5-dev
* libpipewire-0.3-dev
Then:
* mkdir build
* cd build
* cmake ..
* make
# usage
./fynth -f /usr/share/sounds/sf2/FluidR3_GM.sf2 -N
# why
fynth was a "can I do it"-challenge for myself in 2016.
August 15, 2021 I added pipewire support in it.
# who
(c) 2016/2021 by Folkert van Heusden
# license
Apache license v2.0