Adam Ferriss
Adam Ferriss
Actually I've noticed this is a problem with some other widgets as well. For instance if I click and hold on a slider/crossfader to change its value and my mouse...
@TVoorend Not sure how you ended up getting that notification. Was trying to reach the repo author @charlieroberts
@charlieroberts I'm using master, is it much behind v2?
@charlieroberts Ah good to know! Unfortunately I've been tweaking the master branch quite a bit to suit my needs to moving everything over might be a bit more than I...
Actually I just realized that the changeValue function does work, but you need to force .hasFocus to be true, however this causes other problems, as then the slider is always...
Alright, got this working, just ended up writing my own setValue method for the crossFader. Maybe there's a better way but this seems to work. ```` setValue: function(val){ this._value =...
@Yash621 That would be great, thank you!
@Yash621 Of course, go right ahead!
Is there any merit in having the editor handle this problem? If we detect that print() is being called too many times within a certain time interval we could log...
I think there's probably a couple ways to solve this issue. First, you could always draw your html element to another createGraphics() layer that is resized to be power of...