Coder Social home page Coder Social logo

Comments (1)

mborik avatar mborik commented on August 17, 2024 1
  1. There must have been a misunderstanding. SAATunes is arduino-something that trying to play MIDI files on SAA1099 (and let's be honest, it's pain to listen to). 🙂
  2. VGM export is already requested feature but there's an unbearable number of TODOs that are need to be done as a matter of priority, that VGM export is somewhere down the line. Unfortunately, I'm on my own on all this - everyone just has feature requestes, but no contributions to the code. 🤷‍♂️
  3. Regarding to PIP80, I see it very simple. Binary export for Z80 is already implemented and well documented, so:
    • you've just to generate binary compilation with Player included
    • put that binary into the PIP80 memory
    • make a simple code that firstly call "Init song address"
    • then calling regularly in every interrupt "Play address", for example:
        call SMTF_init
loop:   ei
        halt
        call SMTF_play
        jr loop

from saa1099tracker.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.