-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Weird rendering time consuming / midi rendering efficiency with Kontakt #15
Comments
Thank you very much for catching this. I made a few mistakes in the RecorderProcessor.h class. I will try to fix them now. |
…Bug fix for exponential slow-down in render function (github issue #15).
I think I got it. Can you give the latest update a try? 5ab8e4b I used your script and can render 120 seconds in 0.79 seconds. |
Hallo, thanks a lot for so quick debuging. Yes, I tested it with my implementation, it works now fine and efficiently!!! |
Great! |
I have run your code to render a midi file, but I got an all zero WAV file. What could have gone wrong? |
Hallo,
I encounter some rendering time consuming problem. In my own implement code, I wanted to render a midi file of approximately 4 minitues. And it just stucks at the
engine.render(end_time)
step. So I tested with following appended code for different intended rendering time length, and found that:So, if render for some 300 seconds, the render time consuming would blow up and it simply looks like the program stucks.
I also tried with a real midi file which contains not so much "blank area", but got the same effect.
What could have gone wrong?
code:
The text was updated successfully, but these errors were encountered: