Automatization code and default fader positions

Helen
Helen Member Posts: 2 Newcomer
edited October 2024 in Scripting Workshop

Hi friends!

1) Can you please tell me what KSP code I needed to make automation work (read and write functions) on my volume faders? Looks like faders haven't this function. When I activate this function in Cubase and touch my faders - Cubase don't paint any changes


2) What code is needed to make the volume fader take the middle value when I click cmd + mouse on them?


Thanks!

Comments

  • corbo-billy
    corbo-billy Member Posts: 107 Helper
    For the second question: $CONTROL_PAR_DEFAULT_VALUE
    

    https://www.native-instruments.com/ni-tech-manuals/ksp-manual/en/user-interface-widgets.html#ui_slider

  • Helen
    Helen Member Posts: 2 Newcomer

    Thanks! will try this soon!


    Still need help with my first question

  • corbo-billy
    corbo-billy Member Posts: 107 Helper
  • Vblamed
    Vblamed Member Posts: 7 Member

    No no, i know about this

    When I Activate RW function and moving my sliders - Cubase dont do anything. Looks like my code have'nt this function

  • Gablux
    Gablux Member Posts: 88 Helper

    @Helen

    To your first question -

    Kontakt has 2 types of automation, MIDI automation and host automation.

    Both can be set in different ways, for example: MIDI automation can be set dragging a CC number from the MIDI Automation list on the Automation tab, into a control you see on the UI. If that automation won't stick to the control, it could be that control particularly was set (via KSP script) to not be allowed automation.

    MIDI Automation will respond to midi data input.

    On the other hand you can set Host Automation the same way, by dragging from the list of Host Automation elements into a control. These will connect directly with lanes in your DAW's read/write automations.

    Both Host automation and MIDI automation can be set from KSP scripting too.

This discussion has been closed.
Back To Top