This commit is contained in:
2024-08-02 14:19:07 +03:00
parent cf53da8e33
commit 53b46c3f83
6 changed files with 77 additions and 90 deletions

View File

@ -3,11 +3,11 @@
#define SU_RENDER_H
#define SU_CHANNEL_COUNT 2
#define SU_LENGTH_IN_SAMPLES 4521776
#define SU_LENGTH_IN_SAMPLES 4214960
#define SU_BUFFER_LENGTH (SU_LENGTH_IN_SAMPLES*SU_CHANNEL_COUNT)
#define SU_SAMPLE_RATE 44100
#define SU_BPM 110
#define SU_BPM 118
#define SU_ROWS_PER_BEAT 4
#define SU_ROWS_PER_PATTERN 16
#define SU_LENGTH_IN_PATTERNS 47