Jump to content

sage

Members
  • Posts

    1,374
  • Joined

  • Last visited

Posts posted by sage

  1. On 5/11/2020 at 4:30 PM, karri said:

    If it works, why not. I have tried lots of ways to create cool music on the Lynx. The problem is the limited memory. You cannot just turn MIDI to Lynx music. It eats up all memory.

    You can ?

    Just have to stream the midi commands from the card -> see my synth examples :)

  2. The boot loader needs to be in both AUDIN switchable banks, as the power up state is undefined or better, differs between different lynx versions.

    Thus the first thing the bootloader code has to do is to bring the bit to a defined state.

    Where you put your directory is then up to you.

    I decided to have it in bank0 only, and switch AUDIN back and forth each time I access it. the bank is encoded in the upper bits of the offset as the block number is already using 8 bits.

  3. 26 minutes ago, Clint Thompson said:

    So a quick search and I found that Duranik has a mod player for the Lynx that you can convert 4ch mods into lynx music, though I'm unsure how you implement the player or where you would find that. Has anyone used their tracker before?

    yes sure, you find the source code for asm and cc if you look for it. but it is very limited in terms of cpu, memory and supports no effects. But this was discussed already 17 years ago...

  4. what a strange coincidence, indeed.

    well it does not write out this complicated SASS files, but directly the assembler code (with macros for better readability).

    As it is creating directly a lnx file (and there is a reason the lnx file looks very similar to the handymusic example :-)), you can easily see how to include the files into your own project.

  5. 17 minutes ago, enthusi said:

    You can do it at 60Hz as well. I think HBL is not best suited since you lose the time you would otherwise have in Vblank. But it should work as well in HBL ?

    The tree is nice :) In general you'd want motives with vertical gradients to show off the colors.

    ONe question: how much is the music distorted if you use this?

×
×
  • Create New...