Getting exports to work

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #29752
    ToBach
    Participant

    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

    #29753
    Targhan
    Keymaster

    Hi,

    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:

    Tutorial: exporting and using a music

    #29754
    ToBach
    Participant

    Thank you very much! I will have a look at it!

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.