mirror of
https://github.com/vsariola/sointu.git
synced 2025-05-28 03:10:24 -04:00
refactor(asm): Remove unused MAX_SAMPLES macro
This commit is contained in:
parent
50ca02442d
commit
e1e8d8cae3
@ -115,9 +115,6 @@ section .text ; yasm throws section redeclaration warnings if strucs are defined
|
||||
|
||||
%define TOTAL_ROWS (MAX_PATTERNS*PATTERN_SIZE)
|
||||
%define SAMPLES_PER_ROW (SAMPLE_RATE*4*60/(BPM*16))
|
||||
%ifndef MAX_SAMPLES
|
||||
%define MAX_SAMPLES (SAMPLES_PER_ROW*TOTAL_ROWS)
|
||||
%endif
|
||||
|
||||
%macro BEGIN_PATCH 0
|
||||
SECT_DATA(params)
|
||||
|
Loading…
Reference in New Issue
Block a user