Ever wanted to make music in Excel? Now you can!
Go to file
Minki 52c3ce5ac8 Updated to version 1.1
Changelog:
- Added the ability to add a file as a parameter to allow for autocompletion to be used.
- Program now keeps the channel open instead of opening a new one for each row
2024-01-02 19:12:09 +00:00
example Initial commit 2024-01-02 15:04:34 +01:00
img Initial commit 2024-01-02 15:04:34 +01:00
LICENSE Initial commit 2024-01-02 13:51:11 +00:00
offitracker.py Updated to version 1.1 2024-01-02 19:12:09 +00:00
README.md Initial commit 2024-01-02 15:04:34 +01:00

OffiTracker

Ever wanted to make music in Excel? Now you can!

OffiTracker lets you use CSV spreadsheets to create chiptunes. Its as simple as typing in the frequency, pulse width and duration.

Screenshot of a spreadsheet program showing tracker data The softwares CLI

Usage

Running OffiTracker requires the following packages to be present on your system:

python3, python3-csv, pyhon3-numpy, python3-sounddevice

Assuming python3 is already installed, you can use the following command to install the dependencies:

pip3 install csv numpy sounddevice

After that, simply run python3 offitracker.py and enjoy.


Examples can be found in the example folder.

For usage information, check the contents of the offitracker.py file