Conversation
…apping of non-NKS FX parameters.
|
Now there is a ReaKontrol: Generate map file for selected FX action. You select the FX you want to work with using Kontrol, then run that action and it will generate the appropriate map file with all the parameter numbers and their names as comments. |
|
Everything implemented thus far is working well here on an M-32. This is killer! Got a couple of requests:
Thanks heaps for working on this man. I'll start a repo for map files on The Hoard as soon as you say the format is set in stone. |
What's the use case/benefit here? If it has a map, the parameters will be nice. If it doesn't, they might not be. Presumably a user knows what they installed. I'm mostly pushing back because I can't think of a good way to specify the map name without completely re-thinking the file format, but if it's really important, I'll find a way. Section names already took the colon. I guess I could use square brackets, but that doesn't seem clear. Just using the first line would require a map name for every map and I don't think we always want that. |
|
I don't think square brackets containing the name would be bad so long as it's documented. |
|
Maybe first line is okay. I dunno. Which do you think is more readable/intuitive? Or: Colon is probably just confusing in light of section names: |
|
The brackets feel reaperish. Those are used for sections in reaper.ini and exstate so maybe it's more intuitive for those to be the pages? ReaLimit doesn't have one but you get the point. |
…en. Change the way sections are specified to be more intuitive in combination with map names.
…up handling of non-ASCII paths.
This enables you to specify how parameters are mapped to Kontrol knobs for specific plugins.
ReaKontrol will load these maps from reaKontrol/fxMaps/plugin name.rkfm inside the REAPER resource folder.
Slash, backslash and colon are removed from the file name.
For example, on Windows, this might be %appdata%\REAPER\reaKontrol\fxMaps\VST ReaComp (Cockos).rkfm.
The file format is as follows:
ReaKontrol can help you create these maps.
First, select the FX you want to work with using your Kontrol keyboard.
Then, run the "ReaKontrol: Generate map file for selected FX" action and it will generate the appropriate map file with all the parameter numbers and their names as comments.