-
-
Notifications
You must be signed in to change notification settings - Fork 20
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
Add instance track and possibility to change it (e.g. for track pinning) #161
Comments
One other user request that is relevant in this context:
|
Idea for this: Meta Mapping. Allow the user to define one "Meta Mapping" for each Group (in each ReaLearn instance), that allows general, run-time modification of all mappings in that group. For all interesting use cases, the fields then need to contain dynamic content (EEL formula) that modifies the values in the normal mapping, e.g. Encoder Speed: multiply with Parameter x. (See #204 ). |
Sounds good, will think about that. |
Maybe. I'm sure there are some cases where I should deviate from my usual strategy to implement everything in a highly generic manner. Maybe this is one of them. Let's see. |
"Default mapping" and "Mapping to inherit stuff from" should probably be 2 different things. Making both the same doesn't make sense. Because if you want to inherit stuff, you have less need for a default mapping. Both are mechanisms for being quicker but "default mapping" achieves this by duplication and "inheritance" achieves this by avoiding redundance. Two different things. |
Candidates:
Maybe one could even define a default mapping per group/instance (should be looked at in combination with #159!) which acts as potential inheritance source for mappings. That could be really useful for using ReaLearn to specific values of multiple targets (and hence multiple mappings) on the press of a one button - which would be represented by the mapping source in the group default mapping.
The text was updated successfully, but these errors were encountered: