Emanuele Mazza

Results 93 comments of Emanuele Mazza

Hi, thanks for your effort and suggestion! Just check this: https://github.com/d3cod3/Mosaic-Installer there's the Mosaic installer script with some of your fixes already solved, and it works out of the box...

Hi, thanks for the debug, i know, we need to solve some issues with the examples and the reloads routines, it happens on different OS, not just on osx but...

Not yet, no. The current implementation just have sender/receiver broadcast ( intranet ) capabilities between clients running Mosaic. The NDI library integration came from a [@thomasgeissl](https://github.com/thomasgeissl) ofxaddon, [ofxNDI](https://github.com/thomasgeissl/ofxNDI), then forked...

At this point in time [Mosaic 7514384f18cd87ea9073cf8595fabc26ca3b26e7](https://github.com/d3cod3/Mosaic/tree/7514384f18cd87ea9073cf8595fabc26ca3b26e7) [ofxVisualProgramming 719b3d48f5c1b3411ec41b0bc8bd811d858404e3](https://github.com/d3cod3/ofxVisualProgramming/tree/719b3d48f5c1b3411ec41b0bc8bd811d858404e3) we have: - good mouse interaction with nodes - dragging by header only - wiring not rendering ok after moving nodes...

Just detected a problem with activating DSP, it must be something related with the instantiation of the audio device object, probably because of his "different" nature (system object), but need...

Yes, it is related with dynamic inlets/outlet creation! Using other objects with this kind of feature (osc receiving/sending, shader object, etc...) crashes Mosaic!

Yes, i see, my mistake, i added those vector in the last changes while porting links rendering to imgui. easy to fix!

![mosaicScreenshot_200419](https://user-images.githubusercontent.com/141075/79684543-93ed4e80-8232-11ea-8db2-a8f8fc7fcc6b.jpg) Added: - audio signal plotter - Var plotter - Bang

I'm checking imgui extensions and i found this: https://github.com/AirGuanZ/imgui-filebrowser Do you think it would be good idea to integrate file dialogs in imgui too? Right now i'm using the tinyfiledialogs...

Having some compile issues with the previous filebrowser repo testing this: https://github.com/gallickgunner/ImGui-Addons