-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
catch-all midi mapping #8055
Comments
Commented by: Be-ing
|
Commented by: sb-c
Maybe that would be useful in some scenarios. In my case it would not
now I would like to generalize this to
If Mixxx could call this method (when it's defined) it would be the |
Commented by: Pegasus-RPG
|
Commented by: daschuer We do this already with sysex messages and we found out that this is a mayor CPU burner. |
Commented by: Be-ing We will be introducing a new system where all incoming MIDI messages go to JS. This will be a lot of work because we'll be rewriting the entire controller system, so it may be a while before this is implemented. |
Reported by: sb-c
Date: 2015-05-22T06:49:08Z
Status: Confirmed
Importance: Wishlist
Launchpad Issue: lp1457758
Tags: controllers, midi
For script-heavy mappings, it would be nice if all messages can be diverted to the script. This way, listing all controls in the XML config would not be necessary anymore.
It could be a defined method on the script object, say controllerMessage(), like there is with statusResponse() for SYSEX. Another option would be to allow wildcards in the config:
Personally, I'd prefer just having the script be called directly, without having to add a catch-all control. But in the end the difference would be small. It's not an important feature. Listing all the controls in the XML is inconvenient but no big issue.
The text was updated successfully, but these errors were encountered: