11#include "libsnd2_internal.h"
13void _SsSetNrpnVabAttr1(s16 vab_id, s16 prog, s16 tone,
VagAtr vag_attr, s16 fn_idx, u8 attribute_value)
17 SsUtGetVagAtr(vab_id, prog, tone, &vag_attr);
18 vag_attr.mode = attribute_value;
19 SsUtSetVagAtr(vab_id, prog, tone, &vag_attr);
20 switch ( attribute_value )