Skip to content
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

slow interface response with lv2 #5

Open
farvardin opened this issue Aug 13, 2020 · 2 comments
Open

slow interface response with lv2 #5

farvardin opened this issue Aug 13, 2020 · 2 comments

Comments

@farvardin
Copy link

hi,

I've just compiled tunefish using your repo. I got a vst version, and a LV2 version in the src/tunefish4/Builds/LinuxMakefile/build

my OS : linux mint 19.3, with g++ (Ubuntu 7.3.0-27ubuntu1~18.04)

The problem is while the vst version is working rather fine (there are some latency on the interface but it's rather ok), the lv2 version is much slower, about two times slower. When browsing presets or changing parameters it shows much.

@jpcima
Copy link
Owner

jpcima commented Aug 13, 2020

Was the attempt made using the same host for vst and lv2?

For short, event processing of VST2 plugin UIs are running on a timer. (I don't know who ever thought this was a good idea)
The fluidity of the UI is submitted to how frequently the host will fire the timer.
For LV2, I recall there exists a property that can set the interval of timer.

@farvardin
Copy link
Author

Yes, same host, same DAW, same settings. I only set one track to vst, one other to lv2. The lv2 version is significantly slower. Isn't it the same for you?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants