Music

8-bit walk

This is a small clip-based melodic tune, maybe suitable for a game situation. Voice with Vital patches quantized to give an bit of an 8-bit feel.

Code

from IPython.display import HTML
from pathlib import Path

def audio_player(src, label="Play audio"):
    src = Path(src).as_posix()  # keep paths web-friendly
    return HTML(f"""
      <figure class="audio-player">
        <figcaption>{label}</figcaption>
        <audio controls preload="none">
          <source src="{src}" type="audio/mpeg">
          Your browser does not support the audio element.
        </audio>
      </figure>
      """)

audio_player('assets/8bit_walk.mp3')
Play audio
Code
IPython.display.HTML('<p xmlns:cc="http://creativecommons.org/ns#" xmlns:dct="http://purl.org/dc/terms/"><span property="dct:title">8-bit walk</span> by <span property="cc:attributionName">Daniel Williams</span> is licensed under <a href="https://creativecommons.org/licenses/by-nc/4.0/?ref=chooser-v1" target="_blank" rel="license noopener noreferrer" style="display:inline-block;">CC BY-NC 4.0<img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/cc.svg?ref=chooser-v1" alt=""><img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/by.svg?ref=chooser-v1" alt=""><img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/nc.svg?ref=chooser-v1" alt=""></a></p>')

8-bit walk by Daniel Williams is licensed under CC BY-NC 4.0

Ralndqm

This is a love letter to the Rqndohm sequence preset on the Arturia Minifreak. It takes the preset provided sequence directly and adds some support from the Keysed and Type Pad presets.