From 9d0e543821fc0aeb4cde552f110edbb71153c9f2 Mon Sep 17 00:00:00 2001 From: XANTRONIX Development Date: Sun, 13 Mar 2022 21:01:15 -0400 Subject: Handle EVENT_SET_BANK_INDEX before EVENT_ON --- include/xas/seq.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include') diff --git a/include/xas/seq.h b/include/xas/seq.h index de8567e..eabf3e3 100644 --- a/include/xas/seq.h +++ b/include/xas/seq.h @@ -9,8 +9,6 @@ #include enum xas_seq_event_type { - XAS_SEQ_EVENT_OFF, - XAS_SEQ_EVENT_ON, XAS_SEQ_EVENT_SET_POSITION, XAS_SEQ_EVENT_SET_HEADING, XAS_SEQ_EVENT_SET_SPEED, @@ -20,6 +18,8 @@ enum xas_seq_event_type { XAS_SEQ_EVENT_SET_BANK_INDEX, XAS_SEQ_EVENT_SET_PLAYER_FLAGS, XAS_SEQ_EVENT_SPEECH, + XAS_SEQ_EVENT_OFF, + XAS_SEQ_EVENT_ON, XAS_SEQ_EVENT_STOP }; -- cgit v1.2.3