(bind-func set_dl_fm
(lambda (inst:i8* part fm_h fm_idx)
(let ((note (cref (cast inst [void]*) note_kernel [void]*))
(configs (cref note KIT_CONFIGS |12,DLOGUE_PART|*))
(config (aref-ptr configs (clamp part 0 11))))
(dl_fm_h config fm_h)
(dl_fm_idx config fm_idx)
void)))