The attached auto-generated ATM file causes the following type of exception:
In file included from sketch/Sound.cpp:12:0:
sketch/src/ATMLib2/atm_cmd_constants.h:166:39: error: 'ATM_CMD_P_NOISE_RETRIG_ON' was not declared in this scope
#define ATM_CMD_M_NOISE_RETRIG_ON(p1) ATM_CMD_P_NOISE_RETRIG_ON, (p1)
^
sketch/sound/evade2_00_intro.h:15:73: note: in definition of macro 'DEFINE_PATTERN'
#define DEFINE_PATTERN(pattern_id, values) const uint8_t pattern_id[] = values;
^
sketch/sound/evade2_04_stage_2_boss.h:64:5: note: in expansion of macro 'ATM_CMD_M_NOISE_RETRIG_ON'
ATM_CMD_M_NOISE_RETRIG_ON(4), \
^
sketch/sound/evade2_04_stage_2_boss.h:71:55: note: in expansion of macro 'evade2_04_stage_2_boss_pattern5_data'
DEFINE_PATTERN(evade2_04_stage_2_boss_pattern5_array, evade2_04_stage_2_boss_pattern5_data);
^
In file included from sketch/src/ATMLib2/atm_synth.h:6:0,
from sketch/src/ATMLib2/ATMlib.h:5,
from sketch/Sound.cpp:8:
sketch/src/ATMLib2/atm_cmd_constants.h:166:39: error: 'ATM_CMD_P_NOISE_RETRIG_ON' was not declared in this scope
#define ATM_CMD_M_NOISE_RETRIG_ON(p1) ATM_CMD_P_NOISE_RETRIG_ON, (p1)
^
sketch/sound/evade2_04_stage_2_boss.h:64:5: note: in expansion of macro 'ATM_CMD_M_NOISE_RETRIG_ON'
ATM_CMD_M_NOISE_RETRIG_ON(4), \
^
sketch/sound/evade2_04_stage_2_boss.h:251:38: note: in expansion of macro 'evade2_04_stage_2_boss_pattern5_data'
.evade2_04_stage_2_boss_pattern5 = evade2_04_stage_2_boss_pattern5_data,
The attached auto-generated ATM file causes the following type of exception:
evade2_04_stage2_boss.mid.atm.txt