mirror of
https://github.com/vsariola/sointu.git
synced 2025-07-19 05:24:48 -04:00
feat(tracker): buttons for loudness weighting and peak oversampling
Closes #186
This commit is contained in:
parent
805b98524c
commit
5fd78d8362
@ -51,6 +51,11 @@ type (
|
||||
Reset bool
|
||||
Quit bool
|
||||
Data any // TODO: consider using a sum type here, for a bit more type safety. See: https://www.jerf.org/iri/post/2917/
|
||||
|
||||
WeightingType WeightingType
|
||||
HasWeightingType bool
|
||||
Oversampling bool
|
||||
HasOversampling bool
|
||||
}
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user