Balint Laczko

Results 14 issues of 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...

bug

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: ![image](https://user-images.githubusercontent.com/45127463/116317823-27495000-a7b4-11eb-8670-fc5c4a242547.png) when I switch...

enhancement

testing

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...

enhancement
video

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...

enhancement
structure
optimization
ffmpeg-bug

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...

testing

...into csv, tsv or txt, similar to how it's done with the motiondata in `motion()`.

enhancement
audio

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...