-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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! |