Searched refs:MAX_HISTORY (Results 1 – 1 of 1) sorted by relevance
126 #define MAX_HISTORY 512 macro127 static unsigned long tempo_history[MAX_HISTORY];128 static unsigned long tempo_history_time[MAX_HISTORY];554 if (tempo_history_count < MAX_HISTORY - 1) tempo_history_count++; in metaevent()