Vincent Evrard
Vincent Evrard
Hello, I'm working on a live video modular synthetizer since few years. With that perspective, I'm looking for solution to make its development easier, by splitting engine and UI. In...
Hello, I need to be able to create and destroy UI elements on demand. To do so, I do something like this : `class ModuleUI { SuperCanvasRef rezaUi; public :...
Hello, I use VVISF inside a cinder project. https://github.com/oogre/ORAGE/tree/ISF I only use `ISFDoc::generateShaderSource` and `ISFAttr`. My integration is working without problem on OSx, I'm struggling to make it work on...
Hello, I'm a bit confuse, about this function ``` void Pwm::wr_ch_pair(int ch, uint32_t frequency, uint8_t bits) { mem[ch].frequency = frequency; mem[ch].resolution = bits; if (ch % 2 == 0) {...
Hello, xCode crash when I try your solution. Any idea ? `Process: Xcode [1368] Path: /Applications/Xcode.app/Contents/MacOS/Xcode Identifier: com.apple.dt.Xcode Version: 7.2 (9548) Build Info: IDEFrameworks-9548000000000000~7 Code Type: X86-64 (Native) Parent Process:...
Hello, I'm trying to integrate this lib to a Meteor project. To do this I added meteorhacks package : `meteor add meteorhacks:npm` Then in the packages.json I wrote : `{...
Hello, I'm trying to integrate syphonpy with [moderGL](https://github.com/moderngl/moderngl), the goal is to build a modular video synthetizer. I think I miss something, cause my understanding of syphonpy and modernGL is...
Hello, I'm developping a Graphical Modular Synthetizer since few years, It's been done in C++ and CinderLib framework. It works pretty well but... it's not my fav language. But Node,...