Jean-Michaël Celerier

Results 696 comments of Jean-Michaël Celerier

In particular what makes me suspect the normals is that if I look at them with renderdoc, they don't look very ... normal: https://user-images.githubusercontent.com/2772730/184431548-d581fc1b-24f4-4a99-80e1-f6e0964984f1.mp4

I have the same issue on GammaRay 5.6 with Qt 5.7 probe. The `gammaray_statemachineviewer` plug-in is loaded if I go to the "diagnostics" dialog, but the "state machines" field on...

If this can be useful, I noticed the following lines in the stdout of gammaray : > cannot call method statusChanged on unknown object of name com.kdab.GammaRay.StateMachineViewer with address 170...

where would one have to look in the codebase to implement this ? i've been missing this feature for years :(

Also my build defines SYPHON_CORE_SHARE=1 as that looked relevant, but maybe that's the issue ?

wondering about this : couldn't it be caused by the following mac QtWidgets issue, for the APE ? https://codereview.qt-project.org/#/c/251381/

Can confirm the same on ossia score. Official "Vital.so" VST3 from ArchLinux package vital-synth does reload correctly.

> I think renaming AngleSlider to Knob would be a good idea. Does that widget happen to be compatible with TunaKnobs? That would be awesome! Dunno about TunaKnobs but it...

hi, I've forked this for my own uses (and ended up rewriting most of it anyways :p ) ; for the alignment issue I've used the C++ alignas / alignof...

> Do you know in which cases the alignment needs to be adjusted? well, in a lot of cases :p for instance pointers have to be aligned on a pointer...