Jean-Michaël Celerier

Results 664 comments of Jean-Michaël Celerier

how is the current UI for you @yiids?

Ideally we would have a first dropdown with the video mode (YUYV, RGB, etc) and a second with the resolution

it seems that freebsd needs its own implementation of IPlugFrame for the second error. Could you try to replace the `ifdef __linux__` by something suitable for BSD in these two...

ah, this has been fixed in master already - the problem was actually somewhere else, I remember it was pretty confusing to find as QWidget is actually included explicitely. I'm...

Can you try 3.1.13? https://github.com/ossia/score/releases/tag/v3.1.13

this should be a simple thing to fix in ArtnetProtocolSettingsWidget.cpp if someone wants to look

hmm so checking the OSCQuery data that madmapper sends, things that sound like impulses use the OSC "N" type which from the spec: https://opensoundcontrol.stanford.edu/files/2009-NIME-OSC-1.1.pdf means "Null" : `Null: (aka nil,...

hmm and sending "nil" OSC messages seems to work for madmapper indeed.. I guess we have to add some metadata in the ossia objects that tell if the "impulse" will...

what do you think of just sending a message with no data at all for the ossia::impulse case (instead of the current `I`) ? this should not break ossia afaik...

@bltzr what does it give with current builds?