Jérémy Frey
Jérémy Frey
It is as easy to install libraries on Raspberry as everywhere else, it is just that sometimes in pip the versions on ARM lag behind other platforms, and it happened...
Hello, it might not be the best place to discuss that, but if you are looking for help maintaining the project, I bet there are several users that could give...
...and thanks for opening the repo, I'll have a look at what I have so far on my side, cleaning up the code in the process!
Hello, I stumbled on a similar issue, actually OpenViBE forces timestamps when it pushes value, using some local clock. See the second parameter passed to "push_sample" in https://gitlab.inria.fr/openvibe/extras/blob/master/plugins/server-extensions/lsl-output/ovasCPluginLSLOutput.cpp (if you...
(I submitted a bug report related to this issue on http://openvibe.inria.fr/tracker/view.php?id=197 )
Hello, Don't hesitate to ask if I can help to integrate that faster. And don't hesitate to comment if you think that I did it wrong ;)
I wonder as well how it would go with polyphonic aftertouch, I'd say that the channel aftertouch would "take over", but I don't have a device to test -- I'd...
Hello, I am, too, toying with acd_fuse. I think the "right" way to get all sources is either to directly clone the submodule (ie, "pyacd") from the start with "git...
Hello, I managed to make websocket work, you actually have to compile libzmq from the master branch, not from release, as mentioned in https://github.com/zeromq/jszmq/issues/9 . Once done, I could to...
I did not even have to build pyzmq, just fetch it from pip, setting prefix to point to compiled libzmq and enabling the draft option, as mentionned in the link...