mirror of
https://github.com/vsariola/sointu.git
synced 2026-02-13 03:33:30 -05:00
draft a simpler version of the bell eq
This commit is contained in:
parent
9b87589f7b
commit
8d4a7a5045
@ -464,6 +464,7 @@ var defaultUnits = map[string]sointu.Unit{
|
||||
"compressor": {Type: "compressor", Parameters: map[string]int{"stereo": 0, "attack": 64, "release": 64, "invgain": 64, "threshold": 64, "ratio": 64}},
|
||||
"send": {Type: "send", Parameters: map[string]int{"stereo": 0, "amount": 64, "voice": 0, "unit": 0, "port": 0, "sendpop": 1}},
|
||||
"sync": {Type: "sync", Parameters: map[string]int{}},
|
||||
"eq": {Type: "eq", Parameters: map[string]int{"stereo": 0, "frequency": 64, "bandwidth": 64, "gain": 64}},
|
||||
}
|
||||
|
||||
var defaultInstrument = sointu.Instrument{
|
||||
|
||||
Reference in New Issue
Block a user