mirror of
https://github.com/kaythomas0/noisedash.git
synced 2025-11-11 19:06:20 +00:00
Add several UX improvements
This commit is contained in:
@@ -186,7 +186,7 @@ router.post('/profiles/default', (req, res) => {
|
||||
tremolo_frequency,
|
||||
tremolo_depth)
|
||||
VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)`, [
|
||||
'Default', req.user.id, 0, 30, -10, 'pink', 0, 'lowpass', 20000,
|
||||
'Default', req.user.id, 0, 30, -10, 'pink', 0, 'lowpass', 1000,
|
||||
0, 0.5, 100, 5000, 0, 0.5, 0.5
|
||||
],
|
||||
function (err) {
|
||||
|
||||
Reference in New Issue
Block a user