vespadj

Results 25 comments of vespadj

I'm also waiting for this merge. As workaround I'm using ~~pulse_width~~ / [duty_cycle](https://esphome.io/components/sensor/duty_cycle.html) but the output value is in % and it's low meaningful. PPD42 output is LPO (low pulse...

Option `showLegend: 0` doesn't work yet. Please, consider this. Thanks

Salve, vorrei esprimere un pensiero per avere un chiarimento su questo aspetto importante. Ogni persona infetta, ovvero leggiamo il campo totale_positivi oggi pari a 573'334 persone, dovrebbe comparire nelle liste...

Thanks! in which version will we see the update and how will the functions be loaded?

We could insert a "Gain" knob, to limit the maximum value. Even better if the signal was multiplied by the value of the channel slider (can this be done?). We...

Hi @daschuer, in https://github.com/mixxxdj/mixxx/pull/2921 I ask to developers to look this thread. For some suggestions from creators. I tried to create an effect, https://mixxx.discourse.group/t/fx-reverbed-fade/29397/9, but C++ is very hard for...

library_old references also in #12894 https://github.com/mixxxdj/mixxx/issues/12894#issuecomment-2069016164

The fix could be on source code, 2.5 also use library_old. Another way to fix: copy table to new tmp copy structure (the 'create sql' of 'sql column' from: select...

As above, snipped code: ```sql select type , name , tbl_name , sql , replace(sql, 'library_old', 'library') as "sql_fixed" from sqlite_schema where sql like '%library_old%' ```

## Script to fix "library_old" References **Remember to backup your `mixxxdb.sqlite` file.** ```sql -- Start a transaction BEGIN TRANSACTION; -- For each affected table CREATE TEMP TABLE temp_fixes AS SELECT...