Add several UX improvements

This commit is contained in:
Kevin Thomas
2021-11-14 00:14:15 -08:00
parent adb20209c5
commit 28914fb8a4
6 changed files with 19 additions and 15 deletions

View File

@@ -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) {