ramonlinares/musictracker — explained in plain English
Analysis updated 2026-05-18
Make a chiptune style song directly in a browser tab with no software install.
Open an old Amiga MOD or OctaMED file and edit it with modern tools.
Design a custom synth instrument and play it live from a MIDI keyboard.
Export a finished tracker song as a WAV audio file to share or use elsewhere.
| ramonlinares/musictracker | 0xmukesh/docusaurus-tutorial | 1tsmejp/palworld-docker-wine | |
|---|---|---|---|
| Stars | 1 | 1 | 1 |
| Language | JavaScript | JavaScript | JavaScript |
| Last pushed | — | 2021-12-27 | — |
| Maintenance | — | Dormant | — |
| Setup difficulty | easy | easy | moderate |
| Complexity | 3/5 | 2/5 | 4/5 |
| Audience | general | developer | ops devops |
Figures from each repo's GitHub metadata at analysis time.
Hosted version needs no setup, local dev needs Node for the bundled server since file:// does not support AudioWorklet.
WebTracker is a music making tool that runs entirely in your web browser. It brings back the style of classic Amiga music trackers like ProTracker and OctaMED, letting you build songs out of short looping sound samples arranged in a grid, the same way musicians did on the Amiga computer decades ago. You can try it instantly at the live hosted link with nothing to install, or run it locally with a small dev server included in the project. The core idea is a pattern editor: a grid where each row is a moment in time and each column is a channel playing a sound. You place notes, samples, and effect commands into this grid, then play it back through an audio engine built to sound like real Amiga hardware, including its distinctive stereo panning and filtering. There is also a toggle called Paula mode that switches to a rougher, more authentic low fidelity Amiga sound instead of clean modern playback. WebTracker can open and save the classic MOD file format, and it can also load OctaMED and FastTracker XM files, converting them so they work inside its own system, though some advanced features from those formats do not survive a full round trip. It has its own project file format that keeps every detail, including custom synthesizer instruments you can design yourself using waveform and envelope controls similar to old game console sound chips. Beyond the traditional grid view, the project includes alternate ways to see the same song: a drum machine style step grid, a standard musical notation view with staff lines, and a three dimensional visual view built with the Three.js graphics library. It also supports recording live from a keyboard or MIDI controller, sampling audio from a microphone, and exporting finished songs as WAV audio files. This is a passion project for anyone curious about retro computer music or wanting a free, browser based way to make chiptune style music without installing software. It requires no account, no payment, and no server beyond a static file host.
A free browser based Amiga style music tracker for making retro chiptune songs with no installs.
Mainly JavaScript. The stack also includes JavaScript, Web Audio API, AudioWorklet.
No license information was found in the README.
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly general.
This repo across BitVibe Labs
double-check against the repo, no cap.