HISE Logo Forum
    • Categories
    • Register
    • Login
    1. HISE
    2. JulissaDantes
    3. Posts
    J
    • Profile
    • Following 0
    • Followers 0
    • Topics 4
    • Posts 10
    • Groups 0

    Posts

    Recent Best Controversial
    • RE: Documentation on Engine.showYesNoWindow

      @d-healey said in Documentation on Engine.showYesNoWindow:

      HiseSnippet 704.3ocsU00SaCCE0tTiVyVmFR6GPDO0pwpR2.1j3gAzOPUiVpV5XimPFGWpEI1Q1NvpP7ed+C1rSJMkspNHRyOk6GGmSt2y8lgRAgpTBI.VYzzXJ.9Bj+TtdRqIXFGzqM.9RTerRSktYtNbZLVonA.HbsirNfUJCRO+7SGhCwbBM2E.bpfQnGyhX5buC2+yrvvt3.5HVzBYu898HBdKQnHwvm0PdfXL4J7kzAXaZkP.35cBXZgzWi0TE.V9PQvT+Iha3Y4eJSwtHjZMZB7MWTl6thv.KisdAslvBCFd+2sBXtkg4Ug0xpBuF0mEvl6OuZ7pz.t4HVrd.KsJ507eSOukQO3BzqbF81.4SjrXcdDK2dNpG2znFiMsfEoUVtfRuAhZILYv0MhvWQ6JMFyQTaWOusb2wyq9dUcp5zgeIiSanLj+LpZf3aLdf3lZadf6ndiNtyla4tY+yb62w2+firViS3DMSvcqIopXAWQq6daUGWyw7NUhPZiXIiqyCumyc02aNLAefPSOgWqtysNUbtyw8OCMd7RiY+hjhvPpbogsJL4p.VimDcAUtk603vD57DMk5G1KW+w0KIYE3ERTv6wY5ShoyrWsXDLqCYd5q8Zi0Xq.XlOSdwTolYoCrM8ZyjUlbnBpMUckVDals9KshQwJBRBw5GJisytyBXpGOPuX0DbESOcwY6mf116QO58Xo6FngLMYxx4aokvWSU6+MemsonJpy3wThNmrkQc+dQWK7DnxWDIZF+x9Xsj8C.DMHIx2r3jPMLgyoglWDBVxpnxr8r11JiOkGjZ7KyYVvlVa3rfMuOHHBSjhyIYSJ1cQOK0igS7zUxUL+avX61DjN8Xvg7Z3AhLqHOmPrkh2Z39xw7tBf48E.y1E.yNE.ytE.yGJ.lOtRL1+NcPhVDkMlXbLrS5ZDHrCGaTYoJRvu0EpiXM```

      Thank you!

      posted in Documentation
      J
      JulissaDantes
    • Documentation on Engine.showYesNoWindow

      Im trying to use this function but the documentation just tells me a "yes or no window will open", is there any where to see an example? I tried to implement it on a Button Controller but I dont see a window emerging, maybe Im doing something wrong.

      posted in Documentation
      J
      JulissaDantes
    • Reading external API response

      All this code is on init, why is isDefined(an) == true, shouldn't it have the response json?:

      const var p = {
          "request": "some text"
      };
      
      reg an;
      Server.setBaseURL(url);
      Server.callWithGET("/", p, function(status, response)
      {
           an = response;
           Console.print(trace(response));//This shows the json object on the console with no problems
      });
      if(isDefined(an)){
      Console.print("Something is wrong");
      }
      

      How can I use the response? is "undefined"

      posted in Scripting
      J
      JulissaDantes
    • RE: Interface data is corrupt error

      Thanks for the feedback

      posted in General Questions
      J
      JulissaDantes
    • Interface data is corrupt error

      After downloading the latest version from the scriptnode branch and compiling I get the following error openning the program "The interface data is corrupt", does this happens to anyone? has somebody came accross it before and has a solution?

      posted in General Questions
      J
      JulissaDantes
    • RE: Connect HISE to external API

      @ustk Thank you, that's what I meant.

      posted in Scripting
      J
      JulissaDantes
    • Connect HISE to external API

      I am trying to connect my HISE plugin with an external API, not the HISE API, I have checked the scripting/api folder and I see Engine has a loadfromJSON method I could use if I downloaded the API JSON response on a file, but I don't see where can we connect with external custom API, is that possible?

      posted in Scripting
      J
      JulissaDantes
    • RE: Accessing Server API from HISE

      @ustk I'm refering to the case of an external API, you said to add an API we could see that commit as a guide and you added the getname() method , but where is the api url, like "http://api/etc/parameter"?

      posted in General Questions
      J
      JulissaDantes
    • RE: Accessing Server API from HISE

      @ustk Where is the url to the api containing get name method shown on the commit?

      posted in General Questions
      J
      JulissaDantes