Reply To: Global Variable issue. It's drive me crazy.

Home Forums General Programming Global Variable issue. It's drive me crazy. Reply To: Global Variable issue. It's drive me crazy.

#83403
daimondamps
Participant
    • Topics: 8
    • Replies: 80
    • Total: 88

    a working syntax for setting global variables:

    panel:setProperty(“panelGlobalVariables”,m1..”:”..m2..”:”..m3, false)

    Thank you 🙂 You saved my life.
    Still I have some strange issue that this variable k0 is resseted back to 0 . I have to track this down.

    Btw. on what kind of panel are you working on? Is it downloable somewhere?

    I’m working on Kemper Profiling Amplifier FX editor (see the pic) .
    You can download it here : https://www.dropbox.com/s/86d5ds3d0z55fzu/KPA_FX_EDITOR_1_11.bpanelz?dl=0
    or executable version here : https://www.dropbox.com/s/t0rp7lwqprwlmpw/KPA_FX_EDITOR_1_11.rar?dl=0
    I will upload this panel to github when I finish .
    Yest I know – it’s ugly but my priority was to have all the controls on one screen.

    I have another problem : how to enable the user to enter mapped value in uiFixedImageSlider?
    There was a topic about this but noone answered.

    Typed Values in uiFixedImageSlider

    this tells me that i don’t fully understand what a global
    variable is

    We are talking about predefined build in global variables k0 , k1 ….k16 that you can use in midi predefined messages for modulators or you can us it for value calculation for example without using a LUA.

    Attachments:
    You must be logged in to view attached files.
    Ctrlr