Here's a little tip about automating Uhbik's SoftBypass button via MIDI.
The button itself doesn't have a MIDI Learn option, but the parameter can respond to MIDI.
To do so, we have to manually edit the midimap file. Let's start with Uhbik-A. Close your host software first. Then, in a text editor, open the file
PC: ../Vstplugins/Uhbik.data/Support/com.u-he.Uhbik-A.midimap.txt
Mac: MacHD/Users/You/Library/App...Support/u-he/com.u-he.Uhbik-A.midimap.txt
Then add the following line:
Code: Select all
// Global MidiCC Map
1=main:#Amb1
Note though: Turning the Wheel up switches Uhbik-A *on*. Setting the Wheel all the way down switches Uhbik-A off. So it's "bypass reversed".
You can use any controller number from 0 to 127. However, 0 is also used to go through patch banks in MIDI Programs (bank select) in Uhbik. Also, there are other controllers used in Runciter.
Now, if you want to control the other Uhbiks as well you need to edit their respective midimap files, and use the correct parameter name:
Uhbik-D
Code: Select all
1=main:#Dly1Code: Select all
1=main:#Flg1Code: Select all
1=main:#GDad1Code: Select all
1=main:#SSB1Code: Select all
1=main:#Trem1Code: Select all
1=main:#Phs1Code: Select all
1=main:#Eq1Code: Select all
1=main:#Runc1Cheers,
