diff options
author | Graham Northup <grissess@nexusg.org> | 2019-02-12 23:36:38 -0500 |
---|---|---|
committer | Graham Northup <grissess@nexusg.org> | 2019-02-12 23:36:38 -0500 |
commit | 5c39a9c26ddd9d7aa4a4fa1af0244348daab0011 (patch) | |
tree | 7cc0c140ed8c801d276f87a7663c67be75a842ee /gens/test_voice.gen | |
parent | 9f2b13aaf422014cb1988a8d91b55aef9c964f12 (diff) | |
parent | 23c79cc00eb5d8e76148d79af83a9ab838e602f3 (diff) |
Merge branch 'work' into nogfx
Diffstat (limited to 'gens/test_voice.gen')
-rw-r--r-- | gens/test_voice.gen | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gens/test_voice.gen b/gens/test_voice.gen index 41684c1..d4ae66a 100644 --- a/gens/test_voice.gen +++ b/gens/test_voice.gen @@ -1 +1 @@ -(lutgen(sine(lut_freq), 128, v_freq) * controlrate(dahdsr(v_frame < v_deadline, 0, 4 / samplerate(), 0, 1, 1, 8 / samplerate()))) * v_amp +(lutgen(saw(lut_freq), 128, v_freq) * dahdsr(v_frame < v_deadline, 0, 8 / samplerate(), 0, 0, 1, 4 / samplerate())) * v_amp |