Where is the logical source code for HISE to obtain machine code?
-
Where is the source code of the logic of HISE to obtain machine code? I hope to use JS to reproduce this logic and add it to an independent client program
-
@CatABC what's machine code?
-
@Christoph-Hart Maybe my expression is wrong. I use getSystemId() to generate machine code in HISE. I hope to reproduce the getSystemId() logic of HISE in a standalone client.
getSystemId
-
@CatABC If you use a text editor that has the ability to search the text of all documents in a folder (and you can also do this on github) you can search the name of the function to find out how it works.
https://github.com/search?q=repo%3Achristophhart%2FHISE getSystemId&type=code
-
@d-healey nice cool!
-
@CatABC that‘s a specific function within the JUCE framework and takes into account various properties to generate a more or less unique and stable identification id for each computer.
How would you want to run this as a independent client - you cannot deterministly create this ID for another system.