Skip to content

I-question-this/music_maker

Repository files navigation

What is this?

Created for the 2021 MakeUC Hackathon, this is a small chip tune player inspired by the town tune in Animal Crossing.

There are 16 notes:

  • G low - E high
  • ~: Rest
  • -: Hold (plays the previous note)
  • ?: Wild (plays a random note) Example tune

Easter Eggs

Putting specific sequences of notes will result in different things occurring. Some are well known tunes, others are thematic sequences of notes.

Example of using Dies Irae

Example of using Harry Potter

Example of using Pokemon

Example of using Naruto and Pokemon Together

Sleepy -- Too much silence

Example of sleepy kitty

Demo

We posted a demo video of this for devpost as part of the Hackathon

Installing

Pip

We suggest using a conda or virtual environment before installing. After that one can install this package by running

pip install .

in the root directory of this repo.

One can then run the following command to start the program:

musicmaker-gui

Dependencies

  • synthesizer
    • Only works on Linux and MacOS.
    • Go to linked Github to install required packages beyond Python.
  • pygame
    • Shouldn't need anything beyond installing the package.

About

Animal Crossing Town Tune inspired Hackathon Project

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages