Andreas Borg

Results 7 issues of Andreas Borg

Is there any reason data binding is limited to sliders? It is super useful and I did a quick implementation for the button as well but if it's in the...

feature request

I was trying to get this library to work within react but ran into a bunch of issues. Instead I found as long as you use lottie renderer='canvas' it's possible...

This formula assumes mono right? Might be more helpful to make it ``` secondsOfPlayback = (tickCount * bufferSize) / (sampleRate*channelNum) ``` or ``` secondsOfPlayback = (tickCount * frameNum) / (sampleRate)...

Spent hours digging into issue with Slider not working properly and throwing the error `TypeError: Cannot read property 'getBoundingClientRect' of null` It would lose its sliderRef.current. In the end it...

Amazing work here Elliot. Just found a lot of hardcoded paths to the addons folder. For a number of reasons people like me are keeping non-official addons in separate submodules...

![image](https://user-images.githubusercontent.com/203895/58568342-1b3c6880-8202-11e9-9845-c0554a2d22fd.png)

Are you sure ofxThreadedVideoNullCommand is instantiated? It is declared in ofxThreadedVideo.h but I think static variables need to be instantiated in the body file, no? They are a bit odd...