Raphael Isdant

Results 34 comments of Raphael Isdant

Thanks @cuinjune I tried to re-compile but I am not very familiar with xcode... right now I have a `/Users/xxxx/addons/ofxOfelia/src/ofxOfeliaPdBindings.h:6:10: 'ofMain.h' file not found` I guess my OF path is...

Ok, thanks for you reply. Anyway I read somewhere that it is deprecaded and this is something that ned to be done using shader instead. By the way, will you...

If you mean to control ofelia animations with variables and messages from puredata then yes, it is possible. Here is a very easy set of abstractions to help you: https://github.com/60-hz/Ofelia-Fast-Prototyping...

Actually the resize to bottom function for UI could be only half... While patching, users spend more time on connecting boxes rather then resizing, and small inlets are difficult to...

Great, that's much better. Still a minor issue with the bar "hide in runmode" option : when switching from edit mode to runmode, user need to clic once on canvas...

The graphic issue is annoying, but could go away if user desactivate the icon bar.

I manage to fix this issue by adding "update idletasks" command in ceammc_buttonbar-plugin.tcl, line 275: Works very well under MacOS: ``` if {$::editmode($mytoplevel)} { if {$::btnbar::hide_in_runmode} { ::btnbar::show $mytoplevel update...

Another idea would be to add a "circle" constrain mode to "slider2d", so that circle object won't be that useful what do you think? Slider2d's drawing feels much smoother and...

I think that's part of the name clash issues, because now, [scale] and [circle] are wrong... and they don't have the green inlet for gemlist. Now [scale] is messed with...

> It isn't, you can't change the name of these objects, it will break either Gem, cyclone or ELSE. Arguably you could ask me to fix this in detriment of...