MusFxBankSetCurrent.html 2.28 KB
<html>
<head>
<title>NINTENDO64 Sound Tools Programing Manual</title>
</head>
<body bgcolor="#d0d0d0" text="#000000" link="#008000" vlink="#008000">

<h1><font color="#000080">MusFxBankSetCurrent()</font></h1>

<h2><font color="#ff0000">$B%W%m%H%?%$%W@k8@(B</font></h2>

<pre>  void <strong>MusFxBankSetCurrent</strong>(void *<font color="#0000ff">ifxbank</font>);</pre>

<h2><font color="#ff0000">$B0z?t(B</font></h2>

<table>
  <tr>
    <td valign="top">
      <font color="#0000ff"><code>ifxbank</code></font>
    </td>
    <td>
      $B=i4|2=:Q$_$N%5%&%s%I%(%U%'%/%H%P%s%/$N%"%I%l%9(B
    </td>
  </tr>
</table>

<h2><font color="#ff0000">$B@bL@(B</font></h2>

<p>$B8=:_$N%G%U%)%k%H$N%5%&%s%I%(%U%'%/%H%P%s%/$N%"%I%l%9$r@_Dj$7$^$9!#(B</p>

<p>$B%G%U%)%k%H$N%5%s%W%k%P%s%/$O(B<a href="MusStartEffect.html"><code>MusStartEffect()</code></a>$B!"$"$k$$$O(B<a href="MusStartEffect2.html"><code>MusStartEffect2()</code></a>$B$,%5%s%W%k%P%s%/%*!<%P!<%i%$%I$r@_Dj$7$F$$$J$$>l9g$K!"%5%&%s%I%(%U%'%/%H$r3+;O$9$k$?$a$K;H$o$l$^$9!#(B</p>

<p>$B<!$N%5%&%s%I%(%U%'%/%H$r3+;O$9$k$?$a$N%5%&%s%I%(%U%'%/%H%P%s%/%*!<%P!<%i%$%I$r@_Dj$9$k$K$O(B<a href="MusFxBankSetSingle.html"><code>MusFxBankSetSingle()</code></a>$B4X?t$r;H$$$^$9!#(B</p>

<p>$B0z?t(B<font color="#0000ff"><code>ifxbank</code></font>$B$O(B<a href="MusFxBankInitialize.html"><code>MusFxBankInitialize()</code></a>$B4X?t$G=i4|2=$5$l$?%5%&%s%I%(%U%'%/%H%P%s%/$N%"%I%l%9$G$J$/$F$O$J$j$^$;$s!#(B</p>

<h2><font color="#ff0000">$BLa$jCM(B</font></h2>

<p>$B$J$7(B</p>

<h2><font color="#ff0000">$BNc(B</font></h2>

<pre>  void StackEffectBank(void *fx_addr)
  {
    effect_bank_stack[stack_ptr++]=<a href="MusFxBankGetCurrent.html">MusFxBankGetCurrent</a>();
    <strong>MusFxBankSetCurrent</strong>(fx_addr);
  }

  void UnStackEffectBank(void)
  {
    <strong>MusFxBankSetCurrent</strong>(effect_bank_stack[--stack_ptr]);
  }
</pre>

<h2><font color="#ff0000">$B;2>H(B</font></h2>

<a href="MusFxBankInitialize.html"><code>MusFxBankInitialize()</code></a>,
<a href="MusFxBankGetCurrent.html"><code>MusFxBankGetCurrent()</code></a>,
<a href="MusFxBankSetSingle.html"><code>MusFxBankSetSingle()</code></a>,
<a href="MusStartEffect.html"><code>MusStartEffect()</code></a>,
<a href="MusStartEffect2.html"><code>MusStartEffect2()</code></a>

</body>
</html>