HISE Logo Forum
    • Categories
    • Register
    • Login

    Engine.intToHexString() does not appear int the API List

    Scheduled Pinned Locked Moved Bug Reports
    2 Posts 2 Posters 50 Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • hujackusH
      hujackus
      last edited by

      System Details:Win 11 / HISE Version 4.1.0 / Standalone / 64bit

      STR (Steps to reproduce):

      • Open HISE and type "Engine" into the API search field.
      • Take note that "intToHexString" is not between "getZoomLevel" and "isControllerUsedByAutomation".
      • Type the following code into onInit() and compile.
      Console.print(Engine.intToHexString(0xff123456));
      

      Result:

      • ff123456 is printed out to the console.
      • No compile errors.

      ER (Expected result):

      • Engine.intToHexString() should appear in the API list.
      • The pull request went through Aug 2022 so there might be something missing from that, or missing documentation.
      • see Added Engine.intToHexString #312

      Check out the music of Conway's Game of Life - https://www.youtube.com/@hujackus
      ConwayMatrix - http://hujackus.altervista.org/conwaymatrix/

      Christoph HartC 1 Reply Last reply Reply Quote 1
      • Christoph HartC
        Christoph Hart @hujackus
        last edited by

        @hujackus yup, it was missing the doc string in the header file so it wasn't picked up by the API generator. It's fixed now.

        1 Reply Last reply Reply Quote 1
        • First post
          Last post

        13

        Online

        1.7k

        Users

        11.8k

        Topics

        102.6k

        Posts