Audio and MIDI file render through Carla
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
falkTX 86d68ab579
Load plugin path/files
2 months ago
.github Add FUNDING.yml 2 years ago
.kdev4 Add FUNDING.yml 2 years ago
src Load plugin path/files 2 months ago
.gitignore Initial commit 2 years ago
LICENSE Pick a license 2 years ago
Makefile Initial commit 2 years ago
Makefile.base.mk Initial commit 2 years ago
README.md Update README.md 2 years ago
kuriborosu.kdev4 Initial commit 2 years ago

README.md

🌰 kuriborosu 🌰

A simple Audio and MIDI file render, powered by Carla Plugin Host

Still very much work-in-progress, but the idea is simply:

  • Specify 1 input file to read (can be an audio or MIDI file, optionally also just a number of seconds)
  • Specify what plugins to run after, in order of processing

Kuriborosu will run the plugins and generate an audio file at the end with its output.

This can be used to:

  • Simple render of a MIDI file to WAV via softsynth
  • Render a MIDI file, with added MIDI filters on top, then synths, then some FX because why not
  • Apply some FX on an audio file
  • Transcode ogg, flac or mp3 to wav
  • Perform automated plugin testing (1 signal generator plugin can feed into an FX, for example)