zuggamasta.de

Miditracker

Software, 2023

midiTracker is a small music tracker that is meant to be run from a CLI on many platforms. It sequences notes in a nested vertical layout. The UI is heavily inspired by LSDJ and other trackers from the past, present and future. To make it portable and useful on all kinds of platforms I’ve chosen python for it with minimalist curses / ASCII user interface.

If you want to get started an play with the software in it’s current early stage, wait no more and just grab the repository

git clone https://github.com/zuggamasta/midiTracker.git

there is still a lot of environment configuration to be done, but if I can do it, anyone should be able to set it up.The source code, all files to to run midiTracker, as well as a little Wiki is available on GitHub.


    SONG 00                                   ┌───────────────┐
    Chn1Chn2Chn3Chn4RmplChn6Chn7Chn8          │       BPM: 120│
  00 --  --  --  --  --  --  --  --           │IAC-Treiber … 1│
  01 --  --  --  --  --  --  --  --           │               │
  02 --  --  --  --  --  --  --  --           │               │
  03 --  --  --  --  --  --  --  --           │Song Step:   00│
  04 --  --  --  --  --  --  --  --           │Chain Step:  01│
  05 --  --  --  --  --  --  --  --           │Phrase Step: 10│
  06 --  --  --  --  --  --  --  --           │               │
  07 --  --  --  --  --  --  --  --           │Loop Length: 08│
  08 --  --  --  --  --  --  --  --           │               │
  09 --  --  --  --  --  --  --  --           │               │
  10 --  --  --  --  --  --  --  --           │  Mod1         │
  11 --  --  --  --  --  --  --  --           │  Mod2         │
  12 --  --  --  --  --  --  --  --           │               │
  13 --  --  --  --  --  --  --  --           │               │
  14 --  --  --  --  --  --  --  --           │               │
  15 --  --  --  --  --  --  --  --           └───────────────┘

For artists, beginners or other curious folk you can read the installation guide here if you want help getting started. I also tried to explain some basic info on how to use command line git to clone a repository for a workflow where you do not need to leave your terminal.

Media:

Photography

A picture of me showcasing miditracker a local modular synth community meetup A picture of me showcasing the miditracker in combination with an OP-Z Synth. This picture was taken at a local modular synth meetup, hosted by Muelheim Modular in Cologne, Germany.

Videos

Pod001 MidiTracker Eurorack Pod001 MidiTracker Eurorack First test of the 40hp Pod Setup I created to be played with the midiTracker, modified added to and mangled by Mutable instruments Beads.

Jam Session with midiTracker and Squarp Rample Eurorack Module midiTracker Jam

Quick 90s overview, showing midiTracker features 90 seconds with the midiTracker

first working version of midiTracker on a RaspberryPi + Display First Test of the midiTracker on a RapsberryPi

Tags: #Modular-Synthesizer #Python #Software