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:
@@ -1,5 +1,5 @@
|
||||
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_REQUIRED ON)
|
||||
|
||||
@@ -4,6 +4,15 @@ Free, open-source VST3 drum sampler plugin built with JUCE.
|
||||
|
||||
   
|
||||
|
||||
## 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
|
||||
|
||||
### Sampler
|
||||
|
||||
@@ -39,7 +39,7 @@ private:
|
||||
juce::TextButton loadFolderButton { "LOAD FOLDER" };
|
||||
|
||||
juce::Label titleLabel { {}, "INSTADRUMS" };
|
||||
juce::Label versionLabel { {}, "v1.0" };
|
||||
juce::Label versionLabel { {}, "v1.1" };
|
||||
juce::Label padsLabel { {}, "DRUM SAMPLER" };
|
||||
|
||||
// State
|
||||
|
||||
Reference in New Issue
Block a user