do_effects.h 223 B

123456789101112
  1. #pragma once
  2. #include "tracker_engine_defs.h"
  3. #include <stdbool.h>
  4. #include <stdio.h>
  5. void do_command(
  6. uint16_t opcode,
  7. TrackerEngine* tracker_engine,
  8. uint8_t channel,
  9. uint8_t tick,
  10. bool from_program);