11#include "libsnd2_internal.h"
13void _SsSetPitchBend(s16 sep_no, s16 seq_no)
18 score_struct = &_ss_score[sep_no][seq_no];
19 midi_byte = *score_struct->m_seq_ptr;
20 score_struct->m_seq_ptr += 1;
22 sep_no | (seq_no << 8),
23 (
char)score_struct->m_vab_id,
24 (u8)score_struct->m_programs[score_struct->m_channel_idx],
26 score_struct->m_delta_value = _SsReadDeltaValue(sep_no, seq_no);