Forum
    • Categories
    • Register
    • Login
    1. Home
    2. Avián
    3. Topics
    A
    • Profile
    • Following 0
    • Followers 0
    • Topics 3
    • Posts 13
    • Groups 0

    Topics

    • A

      Hise with Gumroad licensing system

      Watching Ignoring Scheduled Pinned Locked Moved Scripting
      2
      0 Votes
      2 Posts
      58 Views
      bendursoB

      @Avián You should use Server.callWithPOST
      https://docs.hise.audio/scripting/scripting-api/server/index.html#callwithpost

      something like this based on what I read from the docs of gumroad (i'm not using gumroad, so I don't know if it works)

      Server.setBaseURL("https://api.gumroad.com"); const var params = { "product_id": "1234", "license_key": "your_license_key", "increment_uses_count": "true" }; Server.callWithPOST("v2/licenses/verify", params, function(status, response) { if(status == Server.StatusOK) { if(response.success) { Console.print("License valid"); Console.print("Uses: " + response.uses); Console.print("Product: " + response.purchase.product_name); } else { Console.print("License invalid"); } } else { Console.print("HTTP error: " + status); } });
    • A

      Export Setup Wizard

      Watching Ignoring Scheduled Pinned Locked Moved Bug Reports
      7
      0 Votes
      7 Posts
      75 Views
      dannytaurusD

      @David-Healey said in Export Setup Wizard:

      @Avián You can still get the community edition here: https://www.techspot.com/downloads/7493-visual-studio-2022.html

      Nice! Bookmarking that for later when the Windows exporting fun begins! 😜

    • A

      Full Expansion Export - SampleMaps disappear

      Watching Ignoring Scheduled Pinned Locked Moved Bug Reports
      19
      0 Votes
      19 Posts
      118 Views
      A

      @David-Healey can you please check your emails?