Thank you for your donation!


Cloudsmith graciously provides open-source package management and distribution for our project.


Solved: Parametric EQ and new curve
#2
Prolly the punctuation characters in the name that are blowing up the sql read/write. That input field is missing a pattern validation that only allows alphanumeric and dash (-) same as in the Graphic eq. Fixed in upcoming moOde update for 5.1

To delete the bad curve which should be the 2nd row in the table try the following.

Print the rows
Code:
sqlite3 /var/local/www/db/moode-sqlite3.db "select * from cfg_eqfa4p"

Delete 2nd row
Code:
sqlite3 /var/local/www/db/moode-sqlite3.db "delete from cfg_eqfa4p where id='2'"

Re other question: I'm sure it will just clip.
Enjoy the Music!
moodeaudio.org | Mastodon Feed | GitHub
Reply


Messages In This Thread
Parametric EQ and new curve - by Malefoda - 04-27-2019, 07:08 PM
RE: Parametric EQ and new curve - by Tim Curtis - 04-28-2019, 02:02 AM
RE: Parametric EQ and new curve - by Malefoda - 04-28-2019, 09:18 AM
RE: Parametric EQ and new curve - by Tim Curtis - 04-28-2019, 12:32 PM

Forum Jump: