This commit is contained in:
2024-05-25 13:50:45 +03:00
parent 8cdac52f8f
commit 42ab16309c
12 changed files with 997 additions and 211 deletions

View File

@ -1,12 +1,12 @@
// some useful song defines for 4klang
#define SAMPLE_RATE 44100
#define BPM 133.000000
#define BPM 145.000000
#define MAX_INSTRUMENTS 5
#define MAX_PATTERNS 52
#define MAX_PATTERNS 72
#define PATTERN_SIZE_SHIFT 4
#define PATTERN_SIZE (1 << PATTERN_SIZE_SHIFT)
#define MAX_TICKS (MAX_PATTERNS*PATTERN_SIZE)
#define SAMPLES_PER_TICK 4973
#define SAMPLES_PER_TICK 4562
#define MAX_SAMPLES (SAMPLES_PER_TICK*MAX_TICKS)
#define POLYPHONY 1
#define INTEGER_16BIT