alSeqpSetChlPriority.htm
1.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<HTML>
<HEAD>
<TITLE>HTML 文書</TITLE>
<META NAME="GENERATOR" CONTENT="Internet Assistant for Microsoft Word 2.03j">
</HEAD>
<BODY>
<P>
<B><FONT FACE="Arial">alSeqpSetChlPriority(3P) <BR>
</FONT></B>
<P>
<B>関数名 <BR>
</B>
<P>
alSeqpSetChlPriority
<P>
→ 指定した MIDI チャンネルの優先度を設定します。
<BR>
<P>
<B>構文 <BR>
</B>
<P>
#include < libaudio.h >
<P>
void alSeqpSetChlPriority(ALSeqPlayer *seqp, u8 chan,
u8 priority);<BR>
<P>
<B>パラメータ <BR>
</B>
<P>
<B>seqp</B> シーケンスプレイヤーへのポインタ
<P>
<B>chan</B> 対象の(0から始まる)MIDI
チャンネル番号</FONT>
<P>
<B>priority</B> MIDI チャンネルの優先度
<BR>
</FONT>
<P>
<B>説明<BR>
</B>
<P>
<B>alSeqpSetChlPriority</B> は、指定された MIDI チャンネルに対応する優先度を設定します。0の値は最低優先度であり、127は最高優先度を表します。
<BR>
<P>
<B>参照</B> <BR>
<P>
<A HREF="alSeqpGetChlPriority.htm" >alSeqpGetChlPriority(3P)</A>、<A HREF="alSeqPlayer.htm" >alSeqPlayer(3P)</A>
<BR>
<P>
</BODY>
</HTML>