mirror of
https://github.com/kaythomas0/noisedash.git
synced 2025-11-15 20:48:03 +00:00
Add several UX improvements
This commit is contained in:
@@ -23,13 +23,13 @@ export default {
|
||||
noiseColorItems: ['pink', 'white', 'brown'],
|
||||
volume: -10,
|
||||
isFilterEnabled: false,
|
||||
filterCutoff: 20000,
|
||||
filterCutoff: 1000,
|
||||
filterType: 'lowpass',
|
||||
filterTypeItems: ['lowpass', 'highpass', 'bandpass', 'lowshelf', 'highshelf', 'notch', 'allpass', 'peaking'],
|
||||
isLFOFilterCutoffEnabled: false,
|
||||
lfoFilterCutoffFrequency: 0.5,
|
||||
lfoFilterCutoffMin: 0,
|
||||
lfoFilterCutoffMax: 20000,
|
||||
lfoFilterCutoffMax: 5000,
|
||||
lfoFilterCutoffRange: [100, 5000],
|
||||
isTremoloEnabled: false,
|
||||
tremoloFrequency: 0.5,
|
||||
|
||||
Reference in New Issue
Block a user