|
31 | 31 | <li><a href="#Harmonic">Kxx - Frequency multiplier</a></li>
|
32 | 32 | <li><a href="#DelayedRelease">Lxx - Delayed note release</a></li>
|
33 | 33 | <li><a href="#DelayedVolume">Mxy - Delayed note volume</a></li>
|
| 34 | + <li><a href="#TargetVolumeSlide">Nxy - Target volume slide</a></li> |
| 35 | + <li><a href="#Groove">Oxx - Groove index</a></li> |
34 | 36 | <li><a href="#FinePitch">Pxx - Fine pitch</a></li>
|
35 | 37 | <li><a href="#NoteSlideUp">Qxy - Note slide up</a></li>
|
36 | 38 | <li><a href="#NoteSlideDown">Rxy - Note slide down</a></li>
|
|
47 | 49 | <li><a href="#DpcmDelta">Zxx - Delta counter</a></li>
|
48 | 50 | </ul>
|
49 | 51 |
|
| 52 | + <p class="boldText">VRC7 effects</p> |
| 53 | + <ul class="text"> |
| 54 | + <li><a href="#VRC7Port">Hxx - Custom patch byte port</a></li> |
| 55 | + <li><a href="#VRC7Write">Ixx - Custom patch byte write</a></li> |
| 56 | + </ul> |
| 57 | + |
50 | 58 | <p class="boldText">FDS modulation effects</p>
|
51 | 59 | <ul class="text">
|
52 | 60 | <li><a href="#ModulationDepth">Hxx - Modulation depth</a></li>
|
|
77 | 85 | <li><a href="#WaveRamPositionRestore">Z7F - Wave RAM position restore</a></li>
|
78 | 86 | </ul>
|
79 | 87 |
|
| 88 | + <p class="boldText">S5B effects</p> |
| 89 | + <ul class="text"> |
| 90 | + <li><a href="#S5BEnvelopeType">H0y - Envelope type</a></li> |
| 91 | + <li><a href="#S5BEnvelopePitch">Hxy - Envelope automatic pitch</a></li> |
| 92 | + <li><a href="#S5BEnvelopePitchHi">Ixx - Envelope manual pitch, high</a></li> |
| 93 | + <li><a href="#S5BEnvelopePitchLo">Jxx - Envelope manual pitch, low</a></li> |
| 94 | + <li><a href="#S5BNoisePitch">Wxx - Noise pitch</a></li> |
| 95 | + </ul> |
| 96 | + |
80 | 97 | <hr />
|
81 | 98 |
|
82 | 99 | <p class="heading">General effects</p>
|
|
175 | 192 | <p class="text">Sets the channel volume to <b>y</b> after <b>x</b> number of ticks.</p>
|
176 | 193 | <br />
|
177 | 194 |
|
| 195 | + <a name="TargetVolumeSlide" class="boldText">Nxy - Target volume slide</a><br /> |
| 196 | + <p class="text">Slides the channel volume to <b>y</b> at a speed of <b>x</b>, similar to <a href="#VolumeSlide">Axy</a>.</p> |
| 197 | + <br /> |
| 198 | + |
| 199 | + <a name="Groove" class="boldText">Oxx - Groove index</a><br /> |
| 200 | + <p class="text">If groove mode is enabled, sets the groove to index <b>xx</b> of the groove list.</p> |
| 201 | + <br /> |
| 202 | + |
178 | 203 | <a name="FinePitch" class="boldText">Pxx - Fine pitch</a><br />
|
179 | 204 | <p class="text">Sets the fine pitch in <b>xx</b> pitch units.<br />
|
180 | 205 | The default value is <b>80</b>.<br />
|
|
198 | 223 | <br />
|
199 | 224 |
|
200 | 225 | <a name="Timbre" class="boldText">Vxx - Timbre control</a><br />
|
201 |
| - <p class="text">This effect controls the duty period of the pulse channels and noise mode of the noise channel. |
202 |
| - On N163 it can be used to select the wave index.<br /> |
| 226 | + <p class="text">This effect controls the duty period of the pulse channels and noise mode of the noise channel.<br /> |
| 227 | + On N163, it can be used to select the wave index.<br /> |
| 228 | + On VRC7, it can be used to select the patch index.<br /> |
| 229 | + On S5B, it can be used to select the channel mode bitmask.<br /> |
203 | 230 | Valid values are:
|
204 | 231 | </p>
|
205 | 232 | <ul class="text">
|
206 | 233 | <li>2A03/MMC5 pulse channels: <b>00 - 03</b></li>
|
207 |
| - <li>Noise channel: <b>00 - 01</b></li> |
| 234 | + <li>2A03 Noise channel: <b>00 - 01</b></li> |
208 | 235 | <li>VRC6 pulse channels: <b>00 - 07</b></li>
|
| 236 | + <li>VRC7 channels: <b>00 - 0F</b></li> |
209 | 237 | <li>N163 channels: <b>00 - 3F</b></li>
|
| 238 | + <li>S5B channels: <b>00 - 07</b></li> |
210 | 239 | </ul>
|
211 | 240 | <br />
|
212 | 241 |
|
|
235 | 264 |
|
236 | 265 | <hr />
|
237 | 266 |
|
| 267 | + <p class="heading">VRC7 effects</p> |
| 268 | + |
| 269 | + <a name="VRC7Port" class="boldText">Hxx - Custom patch byte port</a><br /> |
| 270 | + <p class="text">Select port address <b>xx</b> of custom patch to be written. To be used with <b>Ixx</b>.<br /> |
| 271 | + Valid range: <b>00 - 07</b>.</p> |
| 272 | + <br /> |
| 273 | + |
| 274 | + <a name="VRC7Write" class="boldText">Ixx - Custom patch byte write</a><br /> |
| 275 | + <p class="text">Byte <b>xx</b> to be written at the address port specified. To be used with <b>Hxx</b>.<br /> |
| 276 | + <br /> |
| 277 | + |
| 278 | + <hr /> |
| 279 | + |
238 | 280 | <p class="heading">FDS modulation effects</p>
|
239 | 281 |
|
240 | 282 | <a name="ModulationDepth" class="boldText">Hxx - Modulation depth</a><br />
|
|
390 | 432 | <p class="text">Restores the wave RAM position control to all the instruments in a given N163 channel.<br /></p>
|
391 | 433 | <br />
|
392 | 434 |
|
| 435 | + <hr /> |
| 436 | + |
| 437 | + <p class="heading">S5B effects</p> |
| 438 | + |
| 439 | + <a name="S5BEnvelopeType" class="boldText">H0y - Envelope type</a><br /> |
| 440 | + <p class="text">Sets <a href="sunsoft.htm#5BEnvelopes">envelope type</a> <b>y</b>.<br /></p> |
| 441 | + <br /> |
| 442 | + |
| 443 | + <a name="S5BEnvelopePitch" class="boldText">Hxy - Envelope automatic pitch</a><br /> |
| 444 | + <p class="text">Sets envelope period to the note period shifted by <b>x</b> and <a href="sunsoft.htm#5BEnvelopes">envelope type</a> <b>y</b>.<br /> |
| 445 | + Approximate envelope frequency is note frequency * (2^|<b>x</b> - 8|) / 32.</p> |
| 446 | + <br /> |
| 447 | + |
| 448 | + <a name="S5BEnvelopePitchHi" class="boldText">Ixx - Envelope manual pitch, high</a><br /> |
| 449 | + <p class="text">Sets the highest 8 bits of the 16-bit envelope period.</p> |
| 450 | + <br /> |
| 451 | + |
| 452 | + <a name="S5BEnvelopePitchLo" class="boldText">jxx - Envelope manual pitch, low</a><br /> |
| 453 | + <p class="text">Sets the lowest 8 bits of the 16-bit envelope period.</p> |
| 454 | + <br /> |
| 455 | + |
| 456 | + <a name="S5BNoisePitch" class="boldText">Wxx - Noise pitch</a><br /> |
| 457 | + <p class="text">Sets the noise pitch.<br /> |
| 458 | + Valid range: <b>00 - 1F</b>.</p> |
| 459 | + <br /> |
| 460 | + |
393 | 461 | <hr />
|
394 | 462 | <span class="footer">Back to <a href="interface.htm">interface</a> · <a href="main_index.htm">main index</a></span>
|
395 | 463 |
|
|
0 commit comments