There’s something profoundly relaxing and sound-bathic about it, spesh with a low pass filter or filtering out all the treble.

The House song from Mother 1 is amazing and so is the rest of the album in this light

Try it; I double-dare you

  • tal@lemmy.today
    link
    fedilink
    English
    arrow-up
    1
    ·
    edit-2
    4 days ago

    I’ll do a MIDI render for the heck of it as well to illustrate for anyone else who might have an interest in doing MIDI renders of NES audio tracks.

    MIDI render walkthrough

    Starting from the eb0_mother_livehousesong.mid MIDI-sequenced version here:

    https://www.vgmusic.com/music/console/nintendo/nes/

    Use MIDI soundfont Musyng Kite (a more-realistic, not-very-synthy soundfont; there will be ones that’ll be closer to the NES, but this will have the non-synth instruments sound more-realistic) converted to .sf2.

    Use TiMidity++ to render to a WAVE file (could just play it directly, too, but I want to upload it):

    $ timidity --volume-compensation --anti-alias -in -D10 -S20M -OsS -c ~/.timidity/timidity.cfg -EFresamp=L -EFreverb -EFvlpf -EFchorus=s -EFdelay -EFns -Ow -o eb0_mother_livehousesong.wav
    $ cat ~/.timidity/timidity.cfg
    soundfont "/home/tal/m/sw/sf2/Musyng_Kite.sf2"
    $
    

    Convert to Opus-encoded WebM, as Lemmy will accept inline WebM:

    $ ffmpeg -i eb0_mother_livehousesong.wav -vcodec vnull -acodec libopus eb0_mother_livehousesong.webm
    

    And then uploading to catbox.moe.

    Referencing the video in a spoiler tag, because I don’t know of an audio-only format that Lemmy is okay with, and the Lemmy Web UI tries making a large video player for WebM:

    :::spoiler MIDI render
    ![](https://files.catbox.moe/5fgrfg.webm)
    :::
    
    MIDI render