Bug fix upsampling - fixes #26#27
Conversation
|
test code: |
|
Overnight I had a question most probably for @weefuzzy as the main author of this codebase: now that fav.js has a proposed fix and that the code will be common, is there a rationale to keep this part separate or should we 'import' it like we do for the rest? |
🤷 try it and see. The code do it is there and commented out...IIRC, the rationale was that the functions were different. I don't have the wherewithal to look in detail the this fix and flucoma/fav.js#8 this week (lots to do). If you're convinced it gives the proper behaviour everywhere, then sure. Please try not to bundle unrelated commits into PRs (67bfefd), to help with the sense-making. |
|
ok I'll just merge now. it works for everyone who tested it. if fav gets fixed and approved we can make the merge of that later. I was certain I had pushed to main directly the .gitignore fix, sorry |
|
thanks for the quick reply and good luck with the heavy week. |
The condition in which more than one pixel draws from a single sample was not right. fav.js has also been updated. Fixes bug #26