SuperDisk / hUGEDriver

An easy-to-use, fast, tracker-based, public domain sound driver for Game Boy homebrew

Home Page:https://nickfa.ro/index.php/HUGETracker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Multiple feature requests

irishgreencitrus opened this issue · comments

  • Add a way to stop playing and reset track pointer back to beginning
  • Add a way to pause music but continue on next time it's resumed
  • Add a way to resume paused music
  • Add a way to set whether the music loops
    If any of these are possible already, please let me know!
  • Add a way to stop playing and reset track pointer back to beginning

Can't you just re-run hUGE_init?

  • Add a way to pause music but continue on next time it's resumed
  • Add a way to resume paused music

Can't you just stop calling hUGE_dosound?