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

Help in configuring FX by name in multiple mappings #252

Closed
vonglan opened this issue Mar 23, 2021 · 6 comments
Closed

Help in configuring FX by name in multiple mappings #252

vonglan opened this issue Mar 23, 2021 · 6 comments
Labels
enhancement New feature or request low priority realearn Related to ReaLearn
Milestone

Comments

@vonglan
Copy link

vonglan commented Mar 23, 2021

When I initially learn mappings for a VST, the VST is selected via "By ID". Then, when I want to save, it is converted automatically to "focused". But when I want to change it to "by name", I need to go into each mapping individually to adapt it (or use an external editor like VIM on the JSON).
It would be great to have the "save"-popup let me choose between "focused" or "by name + pattern".
Or the possibility to copy this aspect of one mapping to all other mappings of the currently filtered list.

@vonglan
Copy link
Author

vonglan commented Mar 23, 2021

maybe can be combined somehow with #224
("go to next mapping and apply same change").

@helgoboss helgoboss added enhancement New feature or request low priority labels Mar 23, 2021
@helgoboss
Copy link
Owner

Not sure if this issue is still relevant after the following planned change: I want to provide a new FX selector "Instance FX" and track selector "Instance track" and a way to set an FX / a track for the whole ReaLearn instance (which can be anything: Focused FX, By name, etc.). Then when saving the preset and discovering something project-dependent, I would always convert the selector to "Instance track / instance FX" instead of "Focused". That should increase reusability of main presets very much and probably render this request unimportant ... or not?

@vonglan
Copy link
Author

vonglan commented Apr 7, 2022

Sorry for not answering this before.
Yes, that would also work.
Slight disadvantage: when "starting from scratch", and loading the Main Mapping preset into the ReaLearn Instance, the "Instance FX" would also need to be chosen (one additional step).
Maybe the preset could also contain a default "Instance FX" (by name pattern, in my case)?
The default "Track FX" would be the current track.

@helgoboss
Copy link
Owner

I just added a menu action to turn make all listed mappings use the unit track / unit FX.

After that, only the unit track / unit FX needs to be changed (and all mappings will follow). Unfortunately, that step is really a bit of manual work because one needs a "helper mapping" to set the unit FX from the GUI. But going the "Unit track / FX" route is the cleanest way, I think. Then you only deal with one track/FX instead with one per mapping (which could be hundreds). I will make a video tutorial about this, soon.

@helgoboss
Copy link
Owner

helgoboss commented Aug 14, 2024

Ah, BTW. This "turn everything into unit FX" was already available before, but only implicitly when trying to save a preset and having at least one mapping with project-dependent targets. Then it would ask you a question "Make mappings project-independent?" and if you answered with yes, it would make all targets use unit FX (but not the unit track ... it's using numbered tracks there).

@helgoboss
Copy link
Owner

@vonglan I made it more flexible so that your scenario is covered as well:

image

@helgoboss helgoboss added this to the 2.16.2 milestone Aug 14, 2024
helgoboss added a commit that referenced this issue Aug 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request low priority realearn Related to ReaLearn
Projects
Status: Done
Development

No branches or pull requests

2 participants