Tyler Henry

Results 6 comments of Tyler Henry

update: quick fix - I've been able to run the callbacks for sliders and text inputs by modifying the src: ofxDatGuiSlider.h: ``` public: // was protected: void dispatchSliderChangedEvent()... ``` and...

Thanks for noting this oversight. I've updated the source to use unsigned long for the number of steps on [branch long-steps](https://github.com/tyhenry/CheapStepper/tree/long-steps). If you have a chance could you test it...

Hmm, I'll have to break out my ESP8266 to test, but sounds like it might be a power issue if the ESP is hardware resetting (esp. if you're powering the...

Cool, glad you got it working - I'll leave this issue open as a reminder to test both libs with my ESP to see why this one is choking On...

Yep, that's working fine (see this [OF forum thread](https://forum.openframeworks.cc/t/addon-config-mk-how-to-add-directory-for-visual-studio-additional-library-directories/25533))... the request is about how to escape a `$` in the addon_config.mk - in order to keep environmental variables from being...

Thanks, my mistake - I wasn't sure if this was different than the 0.8.4 compiled version. This repo is linked at https://github.com/arturoc/ofxGStreamer which notes to use the latest version of...