From 36d454b5d144d9d7c02a0d812be25fa0191b1159 Mon Sep 17 00:00:00 2001 From: dreamer Date: Thu, 11 Jan 2024 12:39:22 +0100 Subject: [PATCH] update hvcc and readme --- .github/workflows/build.yml | 2 +- README.md | 10 +++++++++- 2 files changed, 10 insertions(+), 2 deletions(-) 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)