Initial workin version, see readme for build info.

This commit is contained in:
2024-05-24 02:01:34 +03:00
parent 482635845b
commit a160937863
14 changed files with 840 additions and 370 deletions

View File

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