Add event handling to TM model
For some reason I had never added event processing to this model.
This commit is contained in:
parent
3f1131f80f
commit
cdf7e8e635
@ -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
|
sample.deco.time = 60; // We don't know the duration
|
||||||
if (callback) callback(DC_SAMPLE_DECO, sample, userdata);
|
if (callback) callback(DC_SAMPLE_DECO, sample, userdata);
|
||||||
break;
|
break;
|
||||||
|
default:
|
||||||
|
cochran_commander_handle_event(parser, s[0], callback, userdata);
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
// Temp change
|
// Temp change
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user