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

Is it possible to handle Dirac Live Processor plugin? #6

Closed
rocchidavide opened this issue Jun 18, 2020 · 5 comments
Closed

Is it possible to handle Dirac Live Processor plugin? #6

rocchidavide opened this issue Jun 18, 2020 · 5 comments
Assignees
Labels
enhancement New feature or request

Comments

@rocchidavide
Copy link

rocchidavide commented Jun 18, 2020

Hi and thank you for this package!
Is it possible to handle Dirac Live Processor plugin? I need to switch these buttons programmatically:

Schermata 2020-06-18 alle 18 56 12

@rocchidavide rocchidavide changed the title Is it possible to handle Dirac Live Processo plugin? Is it possible to handle Dirac Live Processor plugin? Jun 18, 2020
@kenomaerz
Copy link
Owner

kenomaerz commented Jun 23, 2020

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?

@kenomaerz kenomaerz self-assigned this Jun 23, 2020
@kenomaerz kenomaerz added the enhancement New feature or request label Jun 23, 2020
@kenomaerz
Copy link
Owner

kenomaerz commented Jun 23, 2020

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

@kenomaerz
Copy link
Owner

kenomaerz commented Jun 26, 2020

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)

@rocchidavide
Copy link
Author

First of all, thank you for your response.
I updated JRiver to 26.0.95 version, but DSP presets still not working :( Is that the same for you?

@kenomaerz
Copy link
Owner

kenomaerz commented Jul 7, 2020

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 :)

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

No branches or pull requests

2 participants