Skip to content

lilyvanoekel/LilyChorus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LilyChorus

Chorus effect! For making singular things sound like they are in plural. Or making them sound like bees? Maybe.

Attempts to implement things learned from this article.

Screenshot

Graphical imagery or the event has not occurred!

Description

Status

This project mostly just exists for me learning Juce and plugin development.

Currently it's in an early state. It works, on my computer, but:

  • There are no tests
  • It has too many params to be user friendly
  • It's only been tested in Reaper on my computer
  • There is no CI
  • UI is behind on features being added/experimented with

Obtaining

Check under releases!

Building

It uses cmake so should hopefully be easy to build. I've been building it on windows with Clang that came from VS2022 with these commands:

cmake -B Builds -G "Visual Studio 17 2022" -T "ClangCL"
cmake --build Builds --config Release

Resources