annotate 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 |
|
| rev |
line source |
|
126
|
1 #pragma once
|
|
|
2
|
|
|
3 #include <stdint.h>
|
|
|
4
|
|
|
5 extern const uint32_t panningTab[257];
|
|
|
6 extern const uint16_t amigaPeriods[1936];
|
|
|
7 extern const uint16_t linearPeriods[1936];
|
|
|
8 extern const int32_t logTab[768];
|
|
|
9 extern const char *MODSig[16];
|
|
|
10 extern const uint16_t amigaPeriod[96];
|
|
|
11 extern const uint8_t vibTab[32];
|
|
|
12 extern const int8_t vibSineTab[256];
|
|
|
13 extern const uint8_t arpTab[256];
|