-
-
Notifications
You must be signed in to change notification settings - Fork 30
[MIDI Mapper] Manage MIDI devices #296
Copy link
Copy link
Open
Labels
enhancementFeature requestsFeature requests
Description
Right now it's possible to use multiple MIDI devices in modV, but that brings problems for systems, that are changing the DeviceID in a non-predictable way (like on Windows 10).
- Add a MIDI device to modV (component)
- Name, inputs, outputs, deviceId, uuid from modV
- In the MIDI assignments, just reference to the MIDI device
- Change the deviceID
- Add multiple deviceIDs per MIDI device (to fix the problem that the ID might change between computers and OS)
- Detect if a MIDI device with a name we already have is used, but with another deviceID (this can happen on Windows, that the device is the same, but Windows assigns a new deviceID)
- Create a visual mapping of MIDI button / knobs / slides
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementFeature requestsFeature requests