-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
MiniDSP Flex Input Switching Delay #383
Comments
That's odd because the device actually sends a confirmation that the active configuration has switched, and minidsp-rs waits for it before issuing further commands. It's entirely possible that the device reports the config change too soon, and that this would be patched by adding some artificial delay Can you try the following:
To unmute the input channels again:
|
I added a configurable delay of this nature (i.e. between config and subsequent commands) to ezbeq so hopefully someone will test the above or using that feature and report back (https://www.avsforum.com/threads/ezbeq-use-and-development-discussion.3181732/page-139#post-61725110) |
There is a test build here which waits for the device to report the new preset before completing the config switch. I'm not sure whether the Flex reports the right configuration at first, but it would be a better solution than hardcoded delays, if it works. Feel free to report the device's behaviour based on my first comment if you own a Flex device. |
The tentative fix worked, I'll get a release going soon. Relaying some info from Discord in case it's useful to someone - the device immediately acknowledges the
|
Fixed in v0.1.7 |
Just a minor issue with ending command sequences to the flex that start with an input switch, the Flex is somewhat slower than the 2x2HD and takes approximately 4-5 seconds. So if you are say using ezBEQ and selecting a slot to load a filter into, it doesn't load. @3ll3d00d at avsforum who does ezbeq (https://github.com/3ll3d00d/ezbeq) said it would!d need to be changed on the minidsp rs side.
Thanks
The text was updated successfully, but these errors were encountered: