view win95kggui/dep/ft2play/tables.h @ 133:0d8eabdd12ab default tip

create: write H:MM:SS timestamps, add option to fill with gaussian-blur instead of black many albums are longer than one hour so writing H:MM:SS is a necessity. if anything there will just be verbose info that isn't important for my use-case. however the gaussian-blur is simply broken. It works, and it plays locally just fine, but YouTube in particular elongates the video to fit the full width. I'm not entirely sure why it does this, but it makes it useless and ugly.
author Paper <paper@tflc.us>
date Sat, 03 Jan 2026 20:25:38 -0500
parents 8e4ee43d3b81
children
line wrap: on
line source

#pragma once

#include <stdint.h>

extern const uint32_t panningTab[257];
extern const uint16_t amigaPeriods[1936];
extern const uint16_t linearPeriods[1936];
extern const int32_t logTab[768];
extern const char *MODSig[16];
extern const uint16_t amigaPeriod[96];
extern const uint8_t vibTab[32];
extern const int8_t vibSineTab[256];
extern const uint8_t arpTab[256];