-
Notifications
You must be signed in to change notification settings - Fork 2
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
Is it possible to handle Dirac Live Processor plugin? #6
Comments
I don't have much experience with JRiver plugins so far - If their settings are exposed via MCWS, then it could be implemented. However, I didn't see anything in the documentation that would suggest that this is possible. A workaround might be DSP presets. MCWS has an endpoint to load a DSP preset, and if you could save all your configurations, then it would be possible to load them via pymcws. Is that an option? |
I threw together a quick implementation of playback_loadDSPPreset in b7104e7. This should work in theory, but a test showed that loading presets doesn't work at all on my box. I posted in the support forum here, it seems to be a current jRiver bug: https://yabb.jriver.com/interact/index.php/topic,125911.0.html |
JRiver 26.0.95 fixes the bug, and loading presets should work. Let me know if this works for you, example usage at the end of examples.py. The feature is now in the master at 8579ba5 and on pypi (v0.2.2) |
First of all, thank you for your response. |
There was another bug interfering - it works for me unter 26.0.98 now. Maybe test with the standard plugins first, and then check the DIRAC Live one? Otherwise you should post in the JRiver Forums, I think. If you think the problem lies in pymcws, feel free to reopen this ticket :) |
Hi and thank you for this package!
Is it possible to handle Dirac Live Processor plugin? I need to switch these buttons programmatically:
The text was updated successfully, but these errors were encountered: