ks_list defintion

composer808
composer808 Member Posts: 8 Newcomer

Hi everyone! What "ks_list" purpose in this context?

I used it to define the key color range but I noticed that it's affecting the midi note being played so can't quite figure out what it's doing or how I should co-ordinate the MIDI note value to its associated group. Thanks!!


declare $sel_ks

declare $find_ks

declare %ks_list[$Sounds] := (1, 1, 43, 55, 55)

Best Answers

  • EvilDragon
    EvilDragon Moderator Posts: 1,023 mod
    edited February 2022 Answer ✓

    It's MIDI note values for keyswitches for each sound. Not sure why there are duplicate entries in there, though.

  • EvilDragon
    EvilDragon Moderator Posts: 1,023 mod
    Answer ✓

    That you want to use for each sound, yes.

Answers

  • EvilDragon
    EvilDragon Moderator Posts: 1,023 mod
    edited February 2022 Answer ✓

    It's MIDI note values for keyswitches for each sound. Not sure why there are duplicate entries in there, though.

  • composer808
    composer808 Member Posts: 8 Newcomer

    Ah yes I see, thank you so much! So these MIDI note values should be the same as the keyswitch?

  • EvilDragon
    EvilDragon Moderator Posts: 1,023 mod
    Answer ✓

    That you want to use for each sound, yes.

Back To Top