musa optimointia - 4080bytes

This commit is contained in:
2024-07-29 23:10:53 +03:00
parent ba4b18d0ea
commit a3ff44acf5
8 changed files with 162 additions and 162 deletions

View File

@ -3,14 +3,14 @@
%define PLAYER_INC
%define SU_CHANNEL_COUNT 2
%define SU_LENGTH_IN_SAMPLES 3010656
%define SU_LENGTH_IN_SAMPLES 2828192
%define SU_BUFFER_LENGTH (SU_LENGTH_IN_SAMPLES*SU_CHANNEL_COUNT)
%define SU_SAMPLE_RATE 44100
%define SU_BPM 116
%define SU_ROWS_PER_BEAT 4
%define SU_ROWS_PER_PATTERN 16
%define SU_LENGTH_IN_PATTERNS 33
%define SU_LENGTH_IN_PATTERNS 31
%define SU_LENGTH_IN_ROWS (SU_LENGTH_IN_PATTERNS*SU_PATTERN_SIZE)
%define SU_SAMPLES_PER_ROW (SU_SAMPLE_RATE*60/(SU_BPM*SU_ROWS_PER_BEAT))
%define SU_SAMPLE_SIZE 2