diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 16a4241..338e269 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -6,7 +6,7 @@ on: types: [nightly] env: - HVCC_VERSION: b6fc6c25ef4b263ef4f0b8980ada46f2fcba6bb6 + HVCC_VERSION: 6e5e4842ab36dc008fb26094a12f3c2f4938d008 CACHE_VERSION: 1 WITH_LTO: 'false' diff --git a/README.md b/README.md index 44bd669..9307f10 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,14 @@ --- This repository contains Heavy compatible Pure Data patches that can be used with the Distrho Plugin Framework (DPF) generator. -There are builds for at least LV2, VST2, VST3, and CLAP on all major Operating Systems. Linux, Windows and MacOS. A GUI with basic widgets is generated as well. +There are builds for at least LV2, VST2, VST3, and CLAP on all major Operating Systems. Linux, Windows and MacOS. A GUI with basic widgets is generated as well. DSSI and LADSPA plugins can be enabled manually if needed + +## Simple Delay + +![Simple Delay](delay_simple.png) + +## Simple Synth + +![Simple Synth](synth_simple.png)