Release v1.1: multi-output, per-pad FX, GUI polish, VU meter fix

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
hariel1985
2026-03-23 07:10:56 +01:00
szülő 4102c6f69a
commit 2a59d7a0d7
3 fájl változott, egészen pontosan 11 új sor hozzáadva és 2 régi sor törölve

Fájl megtekintése

@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.22) cmake_minimum_required(VERSION 3.22)
project(InstaDrums VERSION 1.0.0) project(InstaDrums VERSION 1.1.0)
set(CMAKE_CXX_STANDARD 17) set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD_REQUIRED ON) set(CMAKE_CXX_STANDARD_REQUIRED ON)

Fájl megtekintése

@@ -4,6 +4,15 @@ Free, open-source VST3 drum sampler plugin built with JUCE.
![VST3](https://img.shields.io/badge/format-VST3-blue) ![C++](https://img.shields.io/badge/language-C%2B%2B17-orange) ![JUCE](https://img.shields.io/badge/framework-JUCE-green) ![License](https://img.shields.io/badge/license-GPL--3.0-lightgrey) ![VST3](https://img.shields.io/badge/format-VST3-blue) ![C++](https://img.shields.io/badge/language-C%2B%2B17-orange) ![JUCE](https://img.shields.io/badge/framework-JUCE-green) ![License](https://img.shields.io/badge/license-GPL--3.0-lightgrey)
## Download
**[Latest Release: v1.1](https://github.com/hariel1985/InstaDrums/releases/tag/v1.1)**
| File | Description |
|------|-------------|
| [InstaDrums-v1.1-VST3-Win64.zip](https://github.com/hariel1985/InstaDrums/releases/download/v1.1/InstaDrums-v1.1-VST3-Win64.zip) | VST3 plugin (copy to `C:\Program Files\Common Files\VST3\`) |
| [InstaDrums-v1.1-Standalone-Win64.zip](https://github.com/hariel1985/InstaDrums/releases/download/v1.1/InstaDrums-v1.1-Standalone-Win64.zip) | Standalone application |
## Features ## Features
### Sampler ### Sampler

Fájl megtekintése

@@ -39,7 +39,7 @@ private:
juce::TextButton loadFolderButton { "LOAD FOLDER" }; juce::TextButton loadFolderButton { "LOAD FOLDER" };
juce::Label titleLabel { {}, "INSTADRUMS" }; juce::Label titleLabel { {}, "INSTADRUMS" };
juce::Label versionLabel { {}, "v1.0" }; juce::Label versionLabel { {}, "v1.1" };
juce::Label padsLabel { {}, "DRUM SAMPLER" }; juce::Label padsLabel { {}, "DRUM SAMPLER" };
// State // State