Changing Song

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #29858
    robpearmain
    Participant

    Hi

    I have my Spectrum 128k code playing a song successfully using an interrupt.

    How can I change song, do I have to stop, call init and then play again, or is there a quick way to say change from Subsong 0 to Subsong 1?

    Really getting along well with the new version, thanks for all your hard work

    #29859
    Targhan
    Keymaster

    You have to call the Init method, as it asks for the subsong number, and then the Play method of course.
    The Stop method is not related to any song data, it only cuts the PSG channels.

    #29861
    robpearmain
    Participant

    Many thanks, that’s great

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