Kontrol S MK3 MIDI Templates: (un)Official Peer-To-Peer Sharing and Download Thread

15678911»

Comments

  • crisNI
    crisNI Member Posts: 31 Member
    edited May 31

    sure it is, but have you ever tried to change the channel & cc - without having your button/knob name "destroyed" (eg it then says CC 24, instead of the name you gave it before on the editor

    ) - can be "annoying" when you have used special characters for naming.

    2nd - if i have a template set up to channel 7, with 16 pages, each 8 knobs/buttons assigned.
    now enjoy changing this template to eg channel 5 - each knob/buttons needs to changed manually.

    (currently I'm using VS Codium, so I can always "replace" all with one click, hence I thought it's nice to have it in the online editor - also for "visibility" - eg I have some templates that have knob1, channel1, knob 2 channel 3, knob 3 channel 15 etc pp - in your editior one could directly see which knob is to what assigned).

    but hey - luxus issues are those =)

    here eg 1-4 is midi channel 11 to 14, change them is only possible on the script editor (on-board would destroy the namings)

    Bildschirmfoto 2025-05-31 um 13.24.50.png









    Bildschirmfoto 2025-05-31 um 13.29.49.png
  • velanche
    velanche Member Posts: 54 Member

    It would be supremely useful if there was a MIDI Template list of downloadable files….maybe a page or two, but far simpler and easier to see what templates are actually available to the community without having to gotrhough multiple pages.

    As I'm finally having the time to go hands-on with MIDI Templates, I hope to maybe contribute in time. it probably will not be very comprehensive; probably more like just essential parameters to help get the job done.

    Thank you.

  • nico5
    nico5 Member Posts: 100 Advisor
    edited June 1

    sure it is, but have you ever tried to change the channel & cc - without having your button/knob name "destroyed" (eg it then says CC 24, instead of the name you gave it before on the editor) - can be "annoying" when you have used special characters for naming.

    aahh - that's interesting because I had not discovered that with my workflow. Thanks for finding that!

    I think the solution to this problem is to change the appropriate lines in the .kmt file to

    "custom_label": true

    So I just uploaded a quick fix new version of my helper app which autmatically sets custom_label: true in the .kmt file for labels that don't start with "CC " or the whole label is "PC" or "NO"). So do not make custom labels like "CC 7 Volume", but rather make it something like "Volume CC 7".

    You can even quickly fix a template without all of the custom labels identified by simply opening the template in the helper app and then saving it right away.

    You can access it online at https://www.emxr.com/various/emx/kmtHelper_2025-05/

    Or if you prefer to run it offline, download it here to run inside your browser after unzipping: https://www.emxr.com/various/emx/kmtHelper_2025-05.zip

    Let me know, if that fixes the problem you described.

Back To Top