feat(tracker): add reverb presets for delay unit

The options are stereo, left and right. Similar to oscillator sample settings, if you tamper with these, it starts to show "custom". Used some of the generic features of go1.18, so had to update go.mod to require go1.18.
This commit is contained in:
5684185+vsariola@users.noreply.github.com
2023-10-14 14:58:38 +03:00
parent 94589eb2eb
commit b455ef0f3c
4 changed files with 52 additions and 4 deletions

2
go.mod
View File

@ -1,6 +1,6 @@
module github.com/vsariola/sointu
go 1.17
go 1.18
require (
gioui.org v0.3.0