-
Notifications
You must be signed in to change notification settings - Fork 15
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
MiniDSP SHD Power support #657
Comments
I do see Edit: actually probe returns hw_id 15 and 21?
|
Changing this line to
Did the trick. Though i think i now lost my preset 2 when connecting. I then switched to preset 3 and i think it wants to do the same overwrite/reset to default always when connecting: |
Hi! The plugin application was how devices were handled before the Device Console came out. As you figured out, you can force the device to be detected by changing the probe mapping. You may want to check that the addresses for the SHD and SHD Power are indeed the same. Since the device console came out, there are now XML files that describe the addresses for each parameter, these files ship with the application. I haven't had time to port minidsp-rs to use these XML files directly though. As for device damage I believe that most (all?) issues can be resolved by a device reset. Just keep in mind that you won't see your changes in the app, because it cannot read any parameters from the device itself (outside of some master settings). |
I found an xml file in C:\Users<me>\AppData\Local\Programs\minidsp-device-console\resources\device_support_package\info.xml on Windows.
It appears content in the HW elements for SHD, SHD STUDIO and SHD POWER do equal. Does that confirm compatibility in terms of addresses you mentioned? |
Hi! I have an SHD Power and would like to help with adding support for it (I do see SHD series is listed as full support but for now im able to only issue commands in the basic support category).
What exactly would be needed? Im unsure what is the "plugin application" mentioned in the devices page. (I also see there is a TODO item for "Add guide for adding new devices").
This works:
But this does not:
The text was updated successfully, but these errors were encountered: