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

[Bug] Writing filter settings to MIDI device does not work #124

Open
gbdlin opened this issue Apr 2, 2024 · 1 comment
Open

[Bug] Writing filter settings to MIDI device does not work #124

gbdlin opened this issue Apr 2, 2024 · 1 comment

Comments

@gbdlin
Copy link

gbdlin commented Apr 2, 2024

Problem

Writing value based on filter setting change does not work

Steps to reproduce

  1. Set up any filter containing settings for any source
  2. Create a binding listening on any value of this filter and writing it to the MIDI device (pick midi attribute you can observe)
  3. Go back to filter settings and try to change the value to trigger the MIDI write
  4. Observe the result

Expected result

MIDI device state should change

Actual result

Nothing happens

Example

I have an audio source (called audio_mikser below) with simple gain filter. I've set up binding for it as follows:

image

When I change the gain value manually in OBS, control value on my midi device does not change.

@lmerkens
Copy link

lmerkens commented Apr 4, 2024

can't get it to work either...

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

No branches or pull requests

2 participants