dashie

Forum Replies Created

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • in reply to: AKAI S2000 #71419
    dashie
    Participant
      • Topics: 1
      • Replies: 4
      • Total: 5

      The issue is resolved since it was a directory rights problem.
      And since you probably rewrote this part we will look next.

      Waiting to see a newer version to try it !

      in reply to: Issue with getModulatorValue #71418
      dashie
      Participant
        • Topics: 1
        • Replies: 4
        • Total: 5

        Oh thanks !
        I have seen at others place in the forum the same thing I have done, this may not be applicable for this ui component or API changed since.

        I will try after job with the component and using panel load hook.

        in reply to: Issue with getModulatorValue #71401
        dashie
        Participant
          • Topics: 1
          • Replies: 4
          • Total: 5

          Thanks, I have just done this small test.

          Two uiToggleButton alone, which can be 1 or 0, no problem.
          If I put them two in a Radio group I start to have the issue where the two uiToggleButton always returns 1 even if the checked state displayed is “01” or “10”.

          in reply to: AKAI S2000 #71400
          dashie
          Participant
            • Topics: 1
            • Replies: 4
            • Total: 5

            Thanks pascalc this this panel !

            I have a S2000 and am greatly interested by this panel.

            Edit: seems fixed:

            In generic/Logger LUA script I’ve done the following edit:

            local GLOBAL_LOG_FILE,err = io.open("C:\\users\\rhaam\\desktop\\akaiS2000Panel.log", "w")
            
            if err then
              console(err)
            end

            At first with only “akaiS2000Panel.log” and I got some Permission Denied.

            So I used a full path to my Desktop and it’s OK.

            Adding the ,err and console(err) would be great for debug help in some cases with IO.
            Also the double \\ is mandatory.

            I haven’t checked for a cross-platform way in LUA to get some “user directory” to put the log (yes even C:\whatever.log wouldn’t open).

            I will try more in details when I will got my midi interface working again.

            Old message:

            Which version of Ctrlr is needed for it ?

            Using 5.4.29 and the latest Akai-s2000.panel I got when opening the panel, each error after validating the older with “OK”:

            onPanelBeforeLoad:
            Error message: [string "Logger"]:36: attempt to index upvalue 'GLOBAL_LOG_FILE' (a nil value)
            onPanelRestoreState:
            Error message: [string "onPanelLoaded"]:36: attempt to index global 'globalController' (a nil value)
            onPanelLoaded:
            Error message: [string "onPanelLoaded"]:36: attempt to index global 'globalController' (a nil value)
            • This reply was modified 7 years, 2 months ago by dashie. Reason: added callback names
            • This reply was modified 7 years, 2 months ago by dashie. Reason: seems fixed: added infos
          Viewing 4 posts - 1 through 4 (of 4 total)
          Ctrlr