Pierre Clisson
Pierre Clisson
Hi Julien! The current way to change parameters on the fly (after launching the app) is to handle event messages at the node level. This has been implemented in some...
Right now, it is not easy to change the parameters of existing nodes after they have been initialized. This is what the next update will be about, but you'll have...
Yes, the parameters are passed only once during initialization. Again, I'm working on a mechanism that will allow ro reinit with custom parameters. Although in your case, I still believe...
This is definitely planned, but no ETA for now. I'm working on a deep refactorization, and this takes time. Meanwhile, you can listen to events from your nodesn and update...
Timeflux is currently undergoing a full rewrite, with a lot of improvements and new use cases being handled. Meanwhile, my recommendation would be to use pyriemann v0.7, which is compatible...
Option 3: int parameter ("n seconds"). If nothing has been received in the last n seconds, drop the window.
Hi Víctor, Do you need the HackEEG headset? If not, you can simply [remove the dependency](https://github.com/timeflux/demos/blob/225837acd7aac6319bca2f2c60e7a4bf1817381b/speller/CVEP/requirements.txt#L4). gnureadline is required by the [hackeeg library](https://github.com/starcat-io/hackeeg-client-python), so if you need to use this...