Add event handling to TM model

For some reason I had never added event processing to this model.
This commit is contained in:
John Van Ostrand 2017-08-14 16:37:40 -04:00 committed by Jef Driesen
parent 3f1131f80f
commit cdf7e8e635

View File

@ -622,6 +622,9 @@ cochran_commander_parser_samples_foreach_tm (dc_parser_t *abstract, dc_sample_ca
sample.deco.time = 60; // We don't know the duration
if (callback) callback(DC_SAMPLE_DECO, sample, userdata);
break;
default:
cochran_commander_handle_event(parser, s[0], callback, userdata);
break;
}
} else {
// Temp change