About this project

tracker playground is an experimental tool for generating ProTracker (.mod) files using Python. The system synthesizes sounds from mathematical waveforms, eliminating the need for external samples or dependencies. The resulting files are compatible with standard MOD players such as VLC, XMPlay, and MilkyTracker. Key technical specifications include: - Format: ProTracker MOD (M.K.) with 4 channels, 31 instrument slots, and 64 rows per pattern. - Audio: 8-bit signed PCM samples at 11025 Hz. - Pitch Control: Utilizes the Amiga period table (3 octaves plus an extended 4th). - Supported Effects: Arpeggio, volume set, and speed control. The current implementation includes a generation script that produces three algorithmic tracks: 'first light' (ambient), 'circuit pulse' (energetic), and 'hollow resonance' (atmospheric).