Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ardura authored Aug 7, 2023
1 parent 318d4bc commit 9967026
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# GladeDesk
Custom Console Idea

## Description
This is a more subtle plugin aimed at letting the user toy around with different values that create console emulations using math in the style of some of the older Airwindows plugins' code.
As someone fascinated by consoles and old hardware this is something I really wanted to make to play around with, but am now sharing with you!
![image](https://github.com/ardura/GladeDesk/assets/31751444/9a8423bc-ae29-4116-b913-834a7501f874)

### Glade Desk consists of a few parts
- Input Gain
- Push amount (This is a sin distortion based on feeding more signal into the sin - it's subtle)
- Multiplier - This scales the coefficients and skews to really strain the sound
- Output Gain
- Wet/Dry Sum - This is actually Dry + (Processed*Wet) due to how the summation works in the console stuff
- Coefficient and Skew Sliders - I'm not too sure how to describe these, but this is meant as a plugin to be played with and heard to find the sound you like.

---
This plugin uses Rust with the Nih-plug crate!

0 comments on commit 9967026

Please sign in to comment.