A downloadable tracker

This project is dead, and I can't delete it

OneTrack is a FOSS 2-Bit ish Tracker made with Taiyou Framework

Keyboard shortcuts:

Editor Controls
Description
ZC Note
SC# Note
XD Note
DD# Note
CE note
VF Note
GF# Note
BG Note
HG# Note
NA note
JA#
MB Note
QDecrease Octave
WIncrease Octave
F3Create new Pattern
F5Previous Pattern
F6Next Pattern
F9Previous Channel
F10Next Channel
UP, DOWN Arrows
Move Up Down selected block
Left, Right ArrowsMove Selected Character inside block

Track Commands

Command Code
Description
F----Fade
WSINE, WSQUR, WSQSI
Waveform Type, (Sine, Square, Sine+Square)
D----
Duration of next notes when duration field has a command
A----Fadeout all notes currently playing
V----Set the volume (0 to 100)


Tested on:

CPU : 2011 Intel® Core™ i5-2400 CPU @ 3.10GHz × 4

Memory : 10GB

GPU : Not needed since Taiyou Framework runs with Software Rendering, without any kind of hardware acceleration

StatusIn development
CategoryTool
Release date Oct 31, 2020
AuthorAragubas
Tags16-bit, Music Production, taiyou, tool, tracker
Code licenseApache License 2.0
Average sessionA few seconds
LanguagesEnglish
InputsKeyboard, Mouse
LinksSource code

Download

Download
OneTrack 3.3-alpha Itch.io Release November 17th, 2020 17 MB

Install instructions

First, download and install python 3.8


Then, install the following packpages with pip:

with pip install <packpage_name_here>

pygame==2.0.0.dev10, os, time, binascii, struct, pillow, numpy, scipy, glob, math, sys, importlib, marshal, traceback, threading, datetime, multiprocessing, gc shutil, requests, string, random, zipfile, urllib, psutil, pathlib.


or you can also use requirements.txt

pip install -r requirements.txt

to Start the Framework, just run main.py with python3.8, it will do another instalations process if required automatcly

Development log