Correct it's setup as a grab map, I should do a little video on how to do a simple small mapping.wendylou wrote: ↑15 Feb 2023@poohbear I have the BBE Sonic Maximizer VST but your map has no labels or control, only blank knobs, and faders. So I looked at the map – am I interpreting correctly that there are no actual mapped control values defined?
IMG_1180.jpg
Code: Select all
Scope BBE Sound vst.SWE1.BBE Sonic Maximizer x64 Define Group Mode Instrument Mixer Transport Channel Define Group Env_Sync Env_free Env_synced Define Group Env2_Sync Env2_free Env2_synced Define Group page pg pgA pgB pgC pgD Define Group Env_Focus Env_view_1 Env_view_2 Define Group force_patch_Feedback Patch 1 Patch 2 Define Group fadknob_view home_view knob_view fad_view Map Mixer Mode Mode=Mixer Map Instrument Mode Mode=Instrument Map Transport Mode Mode=Transport Map Channel Mode Mode=Channel Map Device Name "_BBE Sonic Maximizer x64" HOME Map Patch Name Patch Name Instrument Patch 1 Map Patch Name Patch Name Instrument Patch 2 Map Force_patch_change force_patch_Feedback=Patch 1 Instrument Patch 2 Map Force_patch_change force_patch_Feedback=Patch 2 Instrument Patch 1 Map Display Default 0 Mixer Map Display Default page=pg Instrument Map Encoder Select Up Env_Focus=Env_view_1 FADER_VIEW Instrument Map Button Select Up Env_Focus=Env_view_2 FADER_VIEW Instrument Map Plugin View Proxy Open Plugin Window Instrument //********************************************************************************** // Display Defaults //********************************************************************************** Map Page Name "PoohBear" Instrument Map X1_Labeli "Ver.2.6" Instrument Map X1 0 Instrument Map X2_Labeli "PoohBear" Instrument Map X2 0 Instrument Map X3_Labeli "<Faders" Instrument Map X4_Labeli "Knobs>" Instrument Map X3 fadknob_view=fad_view FADERS Instrument Map X4 fadknob_view=knob_view INST Instrument Map X5_Labeli "Random" Instrument Map X5 0 RANDOMIZE Instrument Map Ctrl 1 Insert FX Map Ctrl 2 Input Level Map Ctrl 3 Output Level Map Ctrl 4 Protect Map Ctrl 5 LO Contour Map Ctrl 6 Process Map Ctrl 7 iSet Map Ctrl 8 BBE Process //********************************************************************************** // End of BBE Sonic Maximizer x64 //**********************************************************************************
e.g. adding this should permanently map that one out.

Code: Select all
Map Ch Knob 1 1 Instrument
Map Ch Knob 2 2 Instrument
Map Ch Knob 3 3 Instrument
Map Ch Knob 4 4 Instrument
Map Ch Knob 5 5 Instrument
Map Ch Knob 6 6 Instrument
Map Ch Knob 7 7 Instrument
Map Ch Knob 8 8 Instrument