Multiple mappings property changing
I often find that my list of mapped parameters in ReaLearn excedes 100. This takes a lot of clicking (duplicate/edit/change values/ok/repeat). Then I sometimes want to change a property of all mappings to a different value, but put off by the lengthy, repetitive and error prone labour.
Maybe a method of changing mappings en masse or global properties could be added?
For example, the last time I needed this was: I had mapped all CC's 0-127 to the first 128 host params of Kontakt using 'encoder type 2' mode. But realised later that the acceleration of the encoders were improved by increasing the max step size.
Comments (4)
-
repo owner -
repo owner I don't really have the time to implement a convenient UI for modifying multiple mappings at once, that would be very much effort. Instead I've implemented a less convenient but powerful way to change ReaLearn settings: You can now easily copy ReaLearn settings as text (JSON) to clipboard, modify it in any way you want in the text editor (for example do a search and replace of "Max step size") and import it again from the clipboard. That way at least advanced users who can cope with a text editor can change multiple properties at once or do other things.
-
repo owner - changed status to resolved
-
repo owner re
#67Don't complain if top-level ReaLearn and mapping objects missingSo we can paste partial JSON
→ <<cset c65501c5aff7>>
- Log in to comment
re
#67Allow import and export of all ReaLearn settings from clipboard→ <<cset 2bd043b192de>>