Skip to content

Commit

Permalink
Release 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ejaaskel committed Nov 1, 2021
1 parent ea50de5 commit cefe4c3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@

Delayyyyyy is a simple program made with JUCE framework (v6.0.4). It's basically a delay or a beat repeater, not 100% sure which one exactly.

What it does is that it takes an input signal and copies it to a varying amounts of buffers with varying amounts of delay, causing... the delay effect. User can set the maximum delay, and the rest of the delay buffers have a increasingly small delay within that time period. Also decay time (called feedback in application), ping pong, and wetness parameters are present.
What it does is that it takes an input signal and copies it to a varying amounts of buffers with varying amounts of delay, causing... the delay effect. User can set the maximum delay, and the rest of the delay buffers have a increasingly small delay within that time period. Also decay time (called feedback in application), ping pong, and wetness parameters are present. There is also a BPM synced delay if the VST is used in a DAW (64-bit VST3 tested with Ableton 10)

Still working on this to get it into a bit more presentable shape, but it already does what it promises. Following features are still on the to-do list:
- ~~VST support (it may work as a VST plugin, I haven't tried it)~~ DONE
- ~~BPM synced delay~~ DONE
- ~~Use value trees for the parameters~~ DONE
- ~~Custom UI (just because I want to try it out)~~ DONE
I'm still working on finishing few small features and optimizing & bugfixing, but the VST3 in builds-folder already does what it promises. Following features are still on the to-do list:
- Different delay modes (instead of having just a "slowing" delay, have an equal and quickening delays)
- Manual BPM entry if playhead is not available
- Refactoring & optimizations
- Update JUCE version

Known issues in 0.1.0:
- This bad boy eats CPU like there's no tomorrow.
- Popping occurs when changing delay duration or echo amount

#### Thanks to:

[The Audio Programmer Youtube-channel](https://www.youtube.com/channel/UCpKb02FsH4WH4X_2xhIoJ1A)
Expand Down
Binary file added Releases/Delayyyyyy_0.1.0.vst3
Binary file not shown.

0 comments on commit cefe4c3

Please sign in to comment.