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.

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

    Yes my panel is free for all , only small donate button for guitar players who want to buy me a beer 🙂
    I have published this version in closed FB group and on the Kemper user forum (where I was banned for posting supper top secret hidden SysexMessages 😛 ) https://www.kemper-amps.com/forum/index.php/Thread/19728-KPAEditor-Community-Project-vst-standalone-win-mac-linux-based-on-http-ctrlr-org/?postID=423418#post423418

    Dropbox is not a good solution. It would be great if you could publish it on ctrlr site when i finish.

    One more question. I’m using “query device” method to have up-to date values for modulators. It is just timer that periodically ask device for dumps of modulators values. I’m assign retrivet values to modulators via script.
    The problem is sometimes when user change modulator on a panel in the same time it recive message with different value (from past time ) and the modulator is getting back to that value. Now First solution was to write script wchich will be muting MIDI input and resseting query timer when the user is using any modulator.
    But when I’m using this script with the property
    luaPanelModulatorValueChanged it is triggered also when modulator is changed via the recivedMidi lua script.

    How to avoid that .What are yours solutions to remedy such situations?

    Ctrlr