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/TEST.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/TEST.cfg')
| -rw-r--r-- | p/TEST.cfg | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/p/TEST.cfg b/p/TEST.cfg new file mode 100644 index 0000000..d214300 --- /dev/null +++ b/p/TEST.cfg @@ -0,0 +1,32 @@ +synth : +{ + name = "example synth name"; + generator = 4; + adsr : + { + a = 0.0; + peak = 1.0; + d = 0.3; + s = 0.7; + r = 0.2; + }; + delay : + { + enable = 1; + time = 0.285; + feedback = 0.5; + }; + filter : + { + enable = 0; + cutoff = 907.421875; + resonance = 0.946563; + }; + lfo : + { + freq = 1.0; + amp = 0.0; + }; + autogain = 0; + gain = 0.295; +}; |
