|
|
@@ -6,8 +6,6 @@ This allows, for example, a VST3 host to load LV2 plugins. |
|
|
|
|
|
|
|
The Ildaeil name comes from the korean 일대일, which means "one to one". |
|
|
|
|
|
|
|
THIS IS CURRENTLY A WORK IN PROGRESS. |
|
|
|
|
|
|
|
## Details |
|
|
|
|
|
|
|
Ildaeil basically works as a mini-wrapper around [Carla](https://github.com/falkTX/Carla), leveraging it for all its host support. |
|
|
@@ -21,9 +19,6 @@ Toggling between generic vs custom/embed view is possible. |
|
|
|
In the case of a plugin providing a custom UI that is not embedable, Ildaeil will show the generic view by default. |
|
|
|
You can press "Show Custom GUI" to open the plugin UI in an external window. |
|
|
|
|
|
|
|
 |
|
|
|
 |
|
|
|
|
|
|
|
## Features |
|
|
|
|
|
|
|
The current formats Ildaeil can work as are: |
|
|
@@ -40,7 +35,7 @@ And it can load the following plugin formats: |
|
|
|
|
|
|
|
## Goals |
|
|
|
|
|
|
|
Later on, in theory, should be able to load the following plugin formats: |
|
|
|
Later on, in theory, it should be able to load the following plugin formats: |
|
|
|
|
|
|
|
- LADSPA |
|
|
|
- DSSI |
|
|
@@ -49,7 +44,45 @@ Later on, in theory, should be able to load the following plugin formats: |
|
|
|
- AU (macOS only) |
|
|
|
- JSFX |
|
|
|
|
|
|
|
Additionally the following files could eventually be loaded: |
|
|
|
Eventually the following files could be loaded too: |
|
|
|
|
|
|
|
- SF2/3 files (through internal FluidSynth) |
|
|
|
- SFZ files (through internal SFZero) |
|
|
|
|
|
|
|
## Screenshots |
|
|
|
|
|
|
|
### Plugin list |
|
|
|
|
|
|
|
Your typical view before loading a plugin |
|
|
|
|
|
|
|
 |
|
|
|
|
|
|
|
### Generic plugin GUI |
|
|
|
|
|
|
|
The integrated generic controls, typically used for GUI-less plugins |
|
|
|
|
|
|
|
 |
|
|
|
|
|
|
|
### Bitwig with setBfree |
|
|
|
|
|
|
|
setBfree as synth, with its own whirl speaker as FX, inside Bitwig. |
|
|
|
|
|
|
|
 |
|
|
|
|
|
|
|
### CAPS in Cubase |
|
|
|
|
|
|
|
A few [CAPS plugins](https://github.com/moddevices/caps-lv2) running inside Cubase, though UI resizing doesn't seem to work. |
|
|
|
|
|
|
|
 |
|
|
|
|
|
|
|
### FLStudio and various plugins |
|
|
|
|
|
|
|
Vex as synth, [DIE-Plugins](https://github.com/DISTRHO/DIE-Plugins) and [OpenAV Filta](https://github.com/openAVproductions/openAV-ArtyFX) as FX, running in FLStudio. |
|
|
|
|
|
|
|
 |
|
|
|
|
|
|
|
### Renoise with Aether |
|
|
|
|
|
|
|
Another LV2-only plugin, [Aether](https://github.com/Dougal-s/Aether), running in Renoise. |
|
|
|
|
|
|
|
 |