Balint Laczko
Balint Laczko
Hi there, and thanks for this amazing project! I started exploring ReaLearn on my Windows 10 system, only to see MIDI breaking completely in Reaper shortly after installing ReaLearn (via...
Again, thanks for the great package! I am still walking through the tutos, and I thought I just report this one too. In the multithreading tutorial:  when I switch...
The motion function (technically method) is implemented in Opencv (though there is an FFmpeg-based implementation in the `_utils.py`, that however produces slightly different results), and since it is doing a...
As I learned through testing (#239), many format conversions are having a byproduct of adding a frame. We can try to counteract this (supposed bug?) by enforcing the framecount of...
This is a long-term goal, in order to keep the growing package smooth and bug-free. Currently we mostly test by running the (by now, quite long) jupyper notebook, which is...
...into csv, tsv or txt, similar to how it's done with the motiondata in `motion()`.
Hi! I am trying to load a ts model into `nn~` but no matter what I try, I get the "method forward not found !" error. I tried to export...
Hi! I am often getting this warning after I rendered something in non-real-time and then call `graph.start()`. I think that in my case this warning is harmless, although I would...
I learned about this behavior while trying to find a workaround for #132. If a node is stopped via `Node.stop()` it will stay "disabled" even if another Node that has...