Hello, bit of a noob here, trying to get some exports working and was wondering can i just directly include the assembly source file output into my code and it should be able to play it? or is there more steps involved? many thanks
Yes, you can include directly the music source, as well as the player, in the code of your production. Don’t copy/paste it, use the “include” directive of your assembler.
Then call the init/play functions of the player.
You have many testers in the package, you can check how it is done, it’s easy. Also, I have recently made a step-by-step tutorial that explains how to proceed: