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 808d83fb84
Reorder submodules
3 years ago
carla @ db46099c08 Build carla statically, load plugins on 2nd thread 3 years ago
dpf @ 1c19c75b8f Initial commit 3 years ago
dpf-widgets @ f5201d362b Initial commit 3 years ago
plugins Build carla statically, load plugins on 2nd thread 3 years ago
.gitignore Lots more stuff, can handle basic LV2 3 years ago
.gitmodules Reorder submodules 3 years ago
Makefile Build carla statically, load plugins on 2nd thread 3 years ago
README.md Add screenshot 3 years ago
Screenshot.png Add screenshot 3 years ago

README.md

DISTRHO Ildaeil

DISTRHO Ildaeil is mini-plugin host working as a plugin, allowing one-to-one plugin format reusage.
Load a VST2 plugin inside a LV2 host, or an LV2 plugin on a VST3 host, etc.

THIS IS CURRENTLY A WORK IN PROGRESS RESEARCH PROJECT.

It is not known yet how well this can work, mostly testing waters here.
Currently the plugin will link against carla shared libraries for the plugin host part, embeding UIs if possible.
Audio and time information works, but there is no latency, MIDI, parameters or state handled right now.
Also, only LV2 hosting is enabled at the moment.

screenshot

Goals

The current formats Ildaeil can work as are:

  • JACK/Standalone
  • LV2
  • VST2
  • VST3

And it can (in theory, later on) load the following plugin formats:

  • JACK (applications as plugins, Linux only)
  • LADSPA
  • DSSI
  • LV2
  • VST2
  • VST3
  • AU (macOS only)

Additionally the following files can be loaded:

  • Audio files (synced to host transport)
  • MIDI files (aligned to real/wall-clock time, synced to host transport)
  • SF2/3 files (through internal FluidSynth)
  • SFZ files (through internal SFZero)

Ildaeil basically works as a mini-wrapper around Carla, leveraging it for all its host support.

The name comes from the korean 일대일, which means “one to one”.