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 5d26a82ee6
cmake: Set CMP0126 policy to new
10 months ago
.github Upload CI artifacts 10 months ago
.kdev4 Add FUNDING.yml 3 years ago
src add debug prints 10 months ago
.gitignore Initial commit 3 years ago
.gitmodules Rework project setup to use cmake, carla as static submodule dir 10 months ago
CMakeLists.txt cmake: Set CMP0126 policy to new 10 months ago
LICENSE Pick a license 3 years ago
README.md Update README.md 3 years ago
kuriborosu.kdev4 Initial commit 3 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)