Home

Awesome

TrackMeister

This application is a player for tracker music files ("module" files) as they were –and still are– common in the demoscene. With its fullscreen interface and limited interaction options, it's specifically targeted towards presenting tracked music in a competition ("compo") or for random background playback.

Features

Usage

Just drag a module file onto the executable, or into the window once the player has already been started. If a directory is opened this way, the first playable file therein is loaded. Note that this is not recursive; TrackMeister won't play entire directory hierarchies. If no file is specified upfront, but there are playable files in the current directory when TrackMeister starts, the (lexicographically) first file is loaded.

The screen is split into three parts: The pattern display, the info bar at the top (containing basic information about the module format as well as filename, title and artist), and the metadata bar at the right (with the free-text module message, instrument and sample names). If the content doesn't fit in the metadata bar, it slowly scrolls down during playback, so it reaches the bottom end at the end of the track or after four minutes, whatever comes first.

If a module's filename starts with exactly two decimal digits, followed by a space, dash (-) or underscore (_), the digits will be removed from the filename display and shown as a "track number" in a much larger font in the info bar instead. This can be used to curate playlists by simply prefixing each filename with 01_, 02_ and so on.

The following other controls are available:

InputAction
Q or F10quit the application
Esccancel current operation: <br> - stops loudness scan if one is running, <br> - pauses audio if it's playing, <br> - quits the application after pressing twice otherwise
Spacepause / continue playback
Tabshow / hide the info and metadata bars
Entershow / hide the fake VU meters
Nshow / hide the channel name display
Cursor Left / Rightseek backward / forward one order
Page Upload previous module in the directory
Page Download next module in the directory
Ctrl+Homeload first module in the directory
Ctrl+Endload last module in the directory
Mouse Wheelmanually scroll through the metadata bar (stops autoscrolling)
Astop / resume autoscrolling
Fslowly fade out the song
Pshow the current track position in seconds (hold key to update continuously)
Vshow the TrackMeister and libopenmpt version numbers
F1show or hide the help window
F2show the global configuration dialog, or hide it if it's already visible
F3show the file-specific configuration dialog, or hide it if it's already visible
F5reload the current module and the application's configuration
F11toggle fullscreen mode
+ / -adjust volume; this adjustment will not be saved (i.e. restarting TrackMeister will start with the default volume again); furthermore, making the sound louder can lead to audio distortion
Ctrl+Lstart (or cancel) EBU R128 loudness scan for the currently loaded module
Ctrl+Shift+Lstart EBU R128 loudness scan for the currently loaded module and all following modules in the current directory <br> (this ignores shuffle mode; it's recommended to press Ctrl+Home first!)
Ctrl+Ssave the changed settings in the currently visible configuration dialog
Ctrl+Shift+Ssave tm_default.ini (see below)

For directory navigation, "previous" and "next" refer to case-insensitive lexicographical ordering.

To use the loudness normalization feature, perform a loudness scan on the desired module(s); this will write a small .tm file next to the module file that contains the measured EBU R128 loudness for the currently set up rendering parameters (i.e. filter, stereo separation etc.). The next time that module is loaded, TrackMeister picks up this loudness value and automatically computes a suitable gain to normalize the volume levels to a target of -18 LUFS. (The target can be adjusted with the target loudness configuration setting.)

Configuration

TrackMeister can be configured using configuration files with an INI-like syntax, either with an external text editor or the built-in configuration window.

The following aspects can be configured:

All items can be changed at runtime when loading a new module or pressing the F5 key, except those marked with an asterisk (*); these are only evaluated once on startup.

The configuration files can contain multiple sections, delimited by lines containing the section name in square brackets, [like so]. The following sections are evaluated, and all other sections are ignored:

The following files and sections are searched for configuration, in this order, line by line, with later options overriding earlier ones:

When saving changes made in the configuration UI (using the Ctrl+S shortcut, or the "Save" button at the bottom of the configuration window), global settings are saved to the tm.ini file in the currently playing module file's directory if it exists, or the tm.ini file in the program directory otherwise; file-specific settings are always saves to the .tm sidecar file next to the currently playing module. <br> Saving the configuration from the UI always only updates the global sections of the file; file-specific settings from filename-matched sections in the global tm.ini files are never modified by the UI.

In the configuration files, all lines that are neither empty nor section headers shall contain key-value pairs of the form "key = value" or "key: value". Spaces, dashes (-) and underscores (_) in key names are ignored. All parts of a line following a semicolon (;) are ignored. It's allowed to put comments at the end of key/value lines.

To get a list of all possible settings, along with documentation and the default values for each setting, run TrackMeister normally and press Ctrl+Shift+S, or run tm --save-default-config from a command line. This will generate a file tm_default.ini in the current directory (usually the program directory) that also be used as a template for an individual configuration. Alternatively, the same information is provided as tooltips in the built-in configuration window that can be opened with the F2 or F3 keys.

All sizes (font sizes, margins etc.) are specified in 1/1000s of the display width, so they are more or less resolution-independent. <br> Boolean values can use any of the 1/0, false/true, yes/no or enabled/disabled nomenclatures. <br> Colors are specified in HTML/CSS-style hexadecimal RGB notation, but with optional alpha, i.e. in the form #rrggbb, #rrggbbaa, #rgb or #rgba.

Here's an example for a useful INI file as a compo organizer would set it up for hosting a competition:

[TM]
; generic options, specified in classic INI syntax

; when hosting an actual competition, we want to start playback manually
autoplay=disabled
; and we want fullscreen too!
fullscreen=yes
; if the track has a loop, we want to fade out automatically at this point
fade out after loop = true

[*.mod]
    ; this section is only active for MOD format files, which tend to be
    ; written with little stereo separation and no volume ramping in mind
    stereo-separation: 20;
    volume-ramping: 0;

[03*]
    ; the entry with the track number 3 in the filename has a loop;
    ; we want to play the loop, but fade out directly after it;
    ; the fade has been configured above already, now set up the loop:
    loop: true

Note that in practice, the track-specific options would rather be written into the tm.ini file in the directory where the entries reside, or the even into the .tm file next to the module file itself, and maybe not into the "global" config file that's located next to tm.exe.

Another example is this INI file for a typical "random module jukebox" setup:

[TM]
; play all files continuously in random order
autoplay = yes
auto advance = yes
shuffle = yes
; and in fullscreen, of course!
fullscreen = true

Options can also be specified on the command line, in the syntax "+key=value" or "+key:value". No extra spaces are allowed around the value. Command-line options take precedence over all configuration files.

FAQ

Q: TrackMeister quits with an OpenGL error message or runs extremely slowly on Windows. What can I do? <br> A: This is most likely due to an improperly installed graphics driver. Windows Update automatically installs drivers, but those are often incomplete and sometimes lack OpenGL support. Please install the proper driver from AMD, Intel or NVidia, depending on your hardware.

Q: Can I run TrackMeister on a Raspberry Pi? <br> A: Turns out, you can! You will need a Raspberry Pi 4 or 5 and some magical incantations to run it, but it's possible. You need to paste the following line in a terminal: <br> export MESA_GL_VERSION_OVERRIDE=3.3 MESA_GLSL_VERSION_OVERRIDE=330 <br> and then run TrackMeister from there (e.g. ./tm).

Q: OK, so what do I need to do to host a demoparty competition with TrackMeister? <br> A: The most basic flow is as follows:

Building

Acknowledgements

TrackMeister was written by Martin J. Fiedler a.k.a. KeyJ of TRBL. It is built upon the following third-party libraries: