This is a simple reverb plugin made with the JUCE DSP module.

Overview
You might also like...
Take Damage hook hook made to increase weapon damage, the game I made is Free Fire in version 1.65

Take-Damage Simple Take Damage hook hook made to increase weapon damage, the game I made is Free Fire in version 1.65 Bool bool isTakeDemageBool = fal

A simple Linux kernel module that kills ptrace tracer and its tracees

dont_trace dont_trace is a simple Linux kernel module that kills ptrace tracer and its tracees. This kernel module relies upon the Linux kernel task_s

Garry's Mod privacy-oriented anticheat module for Simple-Roleplay.

Simple-Anticheat Garry's Mod privacy-oriented anticheat module for Simple-Roleplay. About privacy We will never: Transmit the content of your files to

A native plugin for Unity that provides simple packet division and restoration.

uPacketDivision This is a native plug-in that divides a given data (System.IntPtr or array) into specified sizes and restores them regardless of the i

A simple processor emulator written in c++ that can parse and execute x32 code. x32 is binary code made by me for this processor.

A SIMPLE PROCESSOR EMULATOR AND CODE EXECUTOR The Repository This is a fairly new project and is still heavy in development. If you find and bugs feel

A simple assembler, made primarily for assembling output from my compiler.

Assembler This assembler is not currently meant for general use. It supports only the instructions and features emitted (and used) in my C compiler. I

A simple CHIP-8 emulator made for the purpose of studying computer organization, mainly how emulation does work.

CHIP8EMU A simple CHIP-8 emulator made for the purpose of studying computer organization, mainly how emulation does work. It was written in just a few

Vstat is a simple program I made for mostly myself on my Arch linux system, the
Vstat is a simple program I made for mostly myself on my Arch linux system, the "timezone" file may not work on all arch systems.

Vstat Vstat is a simple program I made for mostly myself on my Arch linux system. I made Vstat because the idea of having your system information disp

A simple Jasper interpreter made with Flex, Bison and the LLVM IR
A simple Jasper interpreter made with Flex, Bison and the LLVM IR

JasperCompiler A simple Jasper interpreter (for now) made with Flex and Bison. Jasper? Jasper is "a scripting language inspired by Haskell, Javascript

Comments
  • Fallback to default sans serif font.

    Fallback to default sans serif font.

    In CustomLookAndFeel a fixed font is used which seems non-free and not always available on systems. It is also used to override the default UI fonts overall. Every text labels are then gone if it does not exist.

    So, set the font only if it exists.

    opened by atsushieno 1
  • Text not rendered due to missing font

    Text not rendered due to missing font

    I'm trying to use it on Linux, and it's working great except that it does not render any text.

    image

    That gives very professional feeling, but maybe too mucn for normal users :-)

    I have a local fix, creating PR soon.

    opened by atsushieno 1
  • Make PluginEditor resizable

    Make PluginEditor resizable

    • [x] Allow resizing to a fixed ratio
    • [x] Set the component bounds for resizing
    • [x] Set dial LookAndFeel for resizing
    • [x] Change the color of the CornerResizer to my custom color
    opened by szkkng 0
Owner
suzuki kengo
suzuki kengo
Fully resizing juce peak meter module with optional fader overlay.

Sound Meter Juce peak meter module with optional fader overlay. by Marcel Huibers | Sound Development 2021 | Published under the MIT License Features:

Sound Development 17 Nov 22, 2022
This repo is for the open source DSP filters made for alt:V.

voice-filters This repo is for the open source DSP filters made for alt:V. Editing & building Run generate.bat and find the Visual Studio project file

altMP team 4 Jun 16, 2022
Reverb for the Daisy / kxmx bluemchen

Qverb Reverb for the Daisy / kxmx bluemchen This is my first attempt at programming for the Daisy (embedded platform for music) The code is made based

null 7 Aug 2, 2022
A template for experimenting with JUCE's hosting code

juce-wrapper This is a JUCE based plug-in that loads and wraps a single VST, VST3, or AU plug-in (in this case an instrument plug-in, which requires M

Shane Dunne 6 Nov 16, 2022
JUCE Signal Generator

JUCE Signal Generator Application This project serves as a re-introduction to JUCE programming (I haven't used it since under-grad, circa 2012). Build

Tom Wilson 1 Dec 22, 2021
Resources for JUCE-based audio development on the Raspberry Pi

JUCE4Pi Resources for JUCE-based audio development on the Raspberry Pi Raspberry Pi / Linux git clone https://github.com/juce-framework/JUCE.git sudo

null 11 Dec 6, 2022
A set of tools allowing JUCE 6.1 + Cmake to build a CLAP

JUCE6/CMake Clap Support This is a set of code which, combined with a JUCE6/CMake project, allows you to build a (buggy, feature incomplete, work in p

Paul 0 Feb 15, 2022
Emulation of classic VA synths of the late 90s/2000s that featured the Motorola 56300 family DSP

Gearmulator Emulation of classic VA synths of the late 90s/2000s that used the Motorola 56300 family DSP This project aims at emulating various musica

null 167 Jan 5, 2023
Motorola/Freescale DSP 56300 family emulator

Motorola DSP 56300 family emulator Emulation of the Motorola/Freescale/NXP 56300 family DSP This DSP has been used in plenty of virtual analogue synth

null 19 Dec 7, 2022
mini-plugin host as plugin

DISTRHO Ildaeil DISTRHO Ildaeil is mini-plugin host working as a plugin, allowing one-to-one plugin format reusage. Load a VST2 plugin inside a LV2 ho

DISTRHO 58 Dec 12, 2022