Skip to content

KXStudio/Chibi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mini-host plugin loader

What is Chibi?

Chibi is a mini-host audio plugin loader, meant to load one plugin at a time as if it was a standalone application.

These are the goals for the project:

  • Provide a quick way to start audio plugins
  • Integrate with relevant Session Managers
  • Allow to be reused for other projects, so plugins can literally become standalones
  • Provide the most useful tools from host-side without any extra plugin work
  • Leverage and test Carla as much as possible (avoiding duplicate work and having head-start on features)

Chibi is basically Carla's little sister. It runs Carla's backend behind the scenes and shares quite a few visual traits. Building on top of what Carla has already achieved, it adds only the missing pieces for a "mini-host" setup.

Building and Running

Configure and build:

meson setup build
meson compile -C build

Run:

build/src/Chibi

See --help for invocation instructions.

Install:

meson install -C build

Releases

No releases published

Packages

No packages published