[Fix/nodeLink] resetFilters() not working#176
[Fix/nodeLink] resetFilters() not working#176PandaIN95 wants to merge 3 commits intoTomato6966:mainfrom
Conversation
commit: |
|
why call updatePlayer twice? |
|
as far as i see you always remove all keys from the filters even when you wanna apply a filter. and then call a second time the updatePlayer with the filters object? if you call resetFilters |
|
When you send equalizer data (even if all band gains are zero) with empty filters {} the Filters won't reset. The only way to you can reset the filters is to send empty filters object (nodeLink bug/feature) The 1st updatePlayer is sending the empty filters object to removing player effects. Then 2nd updatePlayer is re applying the Equalizer (only if the band gains are not zero). Since resetFilters() is suppose to reset the filters not the Equalizer. |
|
fair enough did not knew they had fixed the issue |

No description provided.