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

RDM controller requests are not copying parameter data #140

Closed
someweisguy opened this issue Feb 26, 2024 · 2 comments
Closed

RDM controller requests are not copying parameter data #140

someweisguy opened this issue Feb 26, 2024 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@someweisguy
Copy link
Owner

someweisguy commented Feb 26, 2024

RDM controller requests are not copying controller data.

The following code must be added to src/rdm/controller/utils.c line 156 to fix this issue:

rdm_read_pd(dmx_num, format, pd, size);

@someweisguy someweisguy added the bug Something isn't working label Feb 26, 2024
@someweisguy someweisguy self-assigned this Feb 26, 2024
@someweisguy
Copy link
Owner Author

It also appears there may be an issue with GET RDM_PID_DEVICE_INFO.

@someweisguy
Copy link
Owner Author

This is fixed in #141

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant