-
-
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
Make it possible to map different plug-ins to the same preset (e.g. VST vs. VST3) #226
Comments
I expected this to come up sooner or later :) The structure for this kind of thing is there. You might even be able to achieve that by modifying the file {
"links": [
{
"fx": {
"fileName": "Vibrato 64.dll"
},
"presetId": "vibrato-test2"
},
{
"fx": {
"fileName": "ColourCopy(x64).dll"
},
"presetId": "colour-copy"
},
{
"fx": {
"fileName": "reasynth.dll"
},
"presetId": "reasynth"
},
{
"fx": {
"fileName": "Vital.dll"
},
"presetId": "vital-test"
},
{
"fx": {
"fileName": "Pianoteq 7 STAGE.vst3"
},
"presetId": "pianoteq-test"
}
]
} Either I will allow wildcard matching (e.g.
I have thought about that possibility a lot in the design phase and decided against it. So it's probably not going to happen (would also be pretty difficult). There's always the possibility to use multiple ReaLearn instances. Sometimes using multiple instances instead of one has currently still disadvantages but there are some ideas and open issues that I want to implement in order to mitigate that. |
I thought you had already thought about these topics :-) |
Can you go more into detail what you mean by that? |
I'll open a separate issue for the second question, as that is a separate issue from the one that you already answered. |
I have been often transfering projects between my windows desktop and macbook and I have never had a problem since v1, using VSTs. Wouldn't the changing your mapping to |
@jackmau It's about "Auto-load preset: Depending on focused FX". This currently depends on the file name including its extension. |
I haven't experimented or fully understood how these features work yet, so I can't really say yet. Certainly is a very useful feature. |
Just tried out the FX selector "By name". Works great! I particularly like that the name of the (previously mapped) FX parameter appears as soon as I type a matching pattern. |
At this occasion, use popup menus to make this configurable! |
I did not understand this. I will see it when you have implemented it. |
Was just a note to self. |
On OSX, I have VST, VST3 and AU versions for many "VSTs", for example for RePro-5. Normally I prefer the AU version (because it seems "native" on OSX, not sure whether that has any real advantage). However, due to a current bug in Big Sur, I have to use VST or VST3 (otherwise parameter feedback does not show - at least not the way I used to do it without ReaLearn).
When I currently (still have ReaLearn 2.5) save the Main Mapping, ReaLearn offers to automagically relate all Mappings to the currently open FX.
What I would like, is for ReaLearn to relate this set of mappings to Repro-5 - No matter, whether it is AU or VST3 or whatever.
And it seems that I would also want to store this set of mappings for Repro-5 separately (not - or not only - as part of a bigger "Main Mapping"). Maybe this should be a different Compartment Type called "VST Mappping"?
The text was updated successfully, but these errors were encountered: