DETECT MOUSE DOWN UICOMBO ?

Home Forums General Programming DETECT MOUSE DOWN UICOMBO ?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #30519
    kamder
    Participant
      • Topics: 9
      • Replies: 13
      • Total: 22

      hello ! do you have any method to detect mouse down in LUA for the UICOMBO component
      the method with the slider (described in the first post : “detect mouse down lua”) work with slider only , but she do not work with UICOMBO

      the problem is if i link a slider with uicombo with “modulator linked with modulator” , if i automate the knob (on win32) , automation record work but the automation read do not work (problem with triggerAsyncUpdate() in CtrlrModulatorProcessor.cpp …. i think …..)

      for this reason i want to link them with lua methods (setmodulator value …)
      but if i link them in lua , i have a stack over flow error due to a infinite loop :>>set COMBO >>> set SLIDER >>>>>>set COMBO >>> set SLIDER >>>>>>set COMBO >>> set SLIDER >>>>…………etc

      for this reason i want to trigger mouse down in uicombo for disable setvalue slider if i click on the uicombo and disable setvalue combo if i click on the slider (for slider no problem i can trigger mousedown )

      thanks .

      • This topic was modified 9 years, 6 months ago by kamder.
      #32176
      kamder
      Participant
        • Topics: 9
        • Replies: 13
        • Total: 22

        the problem is for me solved on windows VST .

      Viewing 2 posts - 1 through 2 (of 2 total)
      • The forum ‘Programming’ is closed to new topics and replies.
      There is currently 0 users and 126 guests online
      No users are currently active
      Forum Statistics
      Threads: 2,495, Posts: 17,374, Members: 77,605
      Most users ever online was 12 on January 22, 2019 3:47 pm
      Ctrlr