Keyswitch mapping not appearing on virtual keyboard

mrl2
mrl2 Member Posts: 2 Member
edited February 2023 in Scripting Workshop

Built an instrument containing 7 keyswitches. As I change keyswitches, the virtual keyboard at bottom does not follow the mapping. It stays constant. (The keyswitches are there in pink and function properly)

I have "Show Mapping and Keyswitches on Keyboard" enabled in the Options. Any advice appreciated. Thanks!

Tagged:

Comments

  • Gee_Flat
    Gee_Flat Member Posts: 906 Guru
    edited February 2023

    Show mapping and keyswitches on keyboard: If activated, KONTAKT’s virtual On-Screen Keyboard will highlight keys that trigger zones or keyswitches in your currently selected Instrument with different colors. By default, keys that trigger zones are colored blue and those that trigger keyswitches are colored red, however some libraries may deviate from this convention.

    So, the blue ones - which you don't see - were referred to as 'Dynamic KS' in the VSL from the past. I haven't worked with the new ones, so I can't comment.

    If you were expecting to see colours like those on the S series keyboards, you have to script those. It's very basic.

    set_key_color(number, color) - refer to KSP manual for proper syntax.

Back To Top