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

[MIDI] Support MIDI device write-back #805

Open
2xAA opened this issue Jan 3, 2023 · 1 comment
Open

[MIDI] Support MIDI device write-back #805

2xAA opened this issue Jan 3, 2023 · 1 comment
Assignees
Labels
enhancement Feature requests

Comments

@2xAA
Copy link
Member

2xAA commented Jan 3, 2023

Is your feature request related to a problem? Please describe.
Some MIDI controllers feature lights or an internal state. modV does not know the state of these devices until it receives input.

Currently when a preset is saved, the state of MIDI received is saved into the preset and on preset-load the device is left in the dark about the values read from the preset.

Describe the solution you'd like
modV should be able to send MIDI back to a device, if supported.

This could be in the form of a function on loading the preset, or on any UI change if the device is known and there is a mapping available.

Describe alternatives you've considered
Setting the preset MIDI to a known state before saving and matching that state on the device before loading the preset.

Additional context
This might be related to #296 - but could definitely exist separately.

@2xAA 2xAA added the enhancement Feature requests label Jan 3, 2023
@TimPietrusky
Copy link
Member

Sounds super good, thank you @2xAA <3

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

No branches or pull requests

2 participants