Daan de Lange

Results 88 comments of Daan de Lange

Again, an up-to-date version of the diagram : ![Parameters_v4](https://user-images.githubusercontent.com/1329784/83942487-079fe680-a7f4-11ea-8f2a-b88d5b73d344.png)

Latest update, in Mosaic-Engine-Tester repo, I got the first working link connections 🚀 . See https://github.com/d3cod3/Mosaic-Engine-Tester/commit/c9139727894d10b8c6c3a556d05cfb6e8b6cddf9 . ![ofxVPParameters](https://user-images.githubusercontent.com/1329784/87427430-0a56de00-c5e1-11ea-9bec-af81612ec688.gif) But by using references to link params, editing 1 variable changes the...

Ok, I'll checkout the changes. Is ImGui even retina-compatible ? I've read trough a lot of DPI issues, it can come from the (older) ofxImGui implementation or incomplete native ImGui...

I'll digg the ptr copy method and report back here.

It appeared to be an infinite recursive function call, overwhelming the call stack. Fixed by checking the returned outletValue before connecting against its own value. If they are the same...

I continued to think and experiment with the next ofxVPParameters steps this summer. 1. There's some obvious code cleaning to do, but that's less of a matter. 2. I'm rather...

2. Ok, investigating. In first instance, I'm thinking about designating a native/primary data-type on outlets. When listeners (inlets) request a non-native/secondary format (when connecting), allocate that data-format (once) and keep...

Ok, nice to know, I'm using C++11 for Mosaic on osx. I read some report that OF won't compile in C++17 yet. Yes, 100% sure, I use to block that...

Hey, no much advancement in terms of code, but I'm still thinking about this from time to time, and planning to resume somewhen this winter. Meanwhile, I've been looking around...

This aspect changes quite a lot, depending on the final ofxVPParameter implementation. #22 Some quick thoughts on this : The current parameters draft uses references, so values are always up-to-date,...