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

Add possibility to map textual feedback values to integers #561

Closed
helgoboss opened this issue Apr 12, 2022 · 0 comments
Closed

Add possibility to map textual feedback values to integers #561

helgoboss opened this issue Apr 12, 2022 · 0 comments
Labels
enhancement New feature or request realearn Related to ReaLearn

Comments

@helgoboss
Copy link
Owner

Primary use case at the moment: Map clip play states such as "playing", "paused", etc. to different LED modes/colors of grid controller pads.

For MIDI, whis would also be possible via MIDI script. But it's a common and simple transformation. Plus, we have lots of pads, so executing scripts for each pad has some (probably neglectable but anyway) performance overhead that we can easily avoid when having a native table. Also, we wouldn't even have to clone strings (since "playing" etc. are static strings) ... it would be a very cheap transformation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request realearn Related to ReaLearn
Projects
None yet
Development

No branches or pull requests

1 participant