diff options
| author | grm <grm@eyesin.space> | 2025-11-27 15:53:51 +0200 |
|---|---|---|
| committer | grm <grm@eyesin.space> | 2025-11-27 15:53:51 +0200 |
| commit | 7828597e5f159010c168f9fe366828825fc75205 (patch) | |
| tree | f03a7ca58230ae162a4bf3a6c9d2763a8c6364e4 /p/pad.cfg | |
| parent | a4acc4cd3a4ef237fb7238894336bbc4af659e07 (diff) | |
| download | synth-project-7828597e5f159010c168f9fe366828825fc75205.tar.gz synth-project-7828597e5f159010c168f9fe366828825fc75205.tar.bz2 synth-project-7828597e5f159010c168f9fe366828825fc75205.zip | |
chore: remove x value, tidy some code
Diffstat (limited to 'p/pad.cfg')
| -rw-r--r-- | p/pad.cfg | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/p/pad.cfg b/p/pad.cfg new file mode 100644 index 0000000..54e43a6 --- /dev/null +++ b/p/pad.cfg @@ -0,0 +1,32 @@ +synth : +{ + name = "example synth name"; + generator = 4; + adsr : + { + a = 0.9; + peak = 0.59; + d = 0.53; + s = 0.48; + r = 3.15; + }; + delay : + { + enable = 1; + time = 0.21; + feedback = 0.795; + }; + filter : + { + enable = 1; + cutoff = 1593.359375; + resonance = 1.0; + }; + lfo : + { + freq = 0.5; + amp = 0.005; + }; + autogain = 1; + gain = 0.458319; +}; |
