diff --git a/README.md b/README.md index e7a8acb..cdb1510 100644 --- a/README.md +++ b/README.md @@ -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. -![screenshot](Screenshot1.png "Ildaeil") -![screenshot](Screenshot2.png "Ildaeil") - ## 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 + +![screenshot](screenshots/ildaeil-plugin-list.png "plugin list") + +### Generic plugin GUI + +The integrated generic controls, typically used for GUI-less plugins + +![screenshot](screenshots/ildaeil-generic-gui.png "generic gui") + +### Bitwig with setBfree + +setBfree as synth, with its own whirl speaker as FX, inside Bitwig. + +![screenshot](screenshots/bitwig-setbfree.png "plugin list") + +### CAPS in Cubase + +A few [CAPS plugins](https://github.com/moddevices/caps-lv2) running inside Cubase, though UI resizing doesn't seem to work. + +![screenshot](screenshots/cubase-caps.png "plugin list") + +### 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. + +![screenshot](screenshots/flstudio-various.png "plugin list") + +### Renoise with Aether + +Another LV2-only plugin, [Aether](https://github.com/Dougal-s/Aether), running in Renoise. + +![screenshot](screenshots/renoise-aether.png "plugin list") diff --git a/screenshots/bitwig-setbfree.png b/screenshots/bitwig-setbfree.png new file mode 100644 index 0000000..34683e7 Binary files /dev/null and b/screenshots/bitwig-setbfree.png differ diff --git a/screenshots/cubase-caps.png b/screenshots/cubase-caps.png new file mode 100644 index 0000000..15145c8 Binary files /dev/null and b/screenshots/cubase-caps.png differ diff --git a/screenshots/flstudio-various.png b/screenshots/flstudio-various.png new file mode 100644 index 0000000..8888f7b Binary files /dev/null and b/screenshots/flstudio-various.png differ diff --git a/Screenshot2.png b/screenshots/ildaeil-generic-gui.png similarity index 100% rename from Screenshot2.png rename to screenshots/ildaeil-generic-gui.png diff --git a/Screenshot1.png b/screenshots/ildaeil-plugin-list.png similarity index 100% rename from Screenshot1.png rename to screenshots/ildaeil-plugin-list.png diff --git a/screenshots/renoise-aether.png b/screenshots/renoise-aether.png new file mode 100644 index 0000000..b129c88 Binary files /dev/null and b/screenshots/renoise-aether.png differ