do_effects.h 209 B

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