We've just updated MediaWiki and its underlying software. If anything doesn't look or work quite right, please mention it to us. --RanAS

Template:N-SPC VCMD Set Table: Difference between revisions

From SnesLab
Jump to: navigation, search
(New template for the purpose of displaying (roughly) the same list across many different N-SPC variants for user convenience)
 
(Corrected an error on bit notes for Panning)
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
<noinclude>
<noinclude>
This template is designed to quickly show a VCMD set for each N-SPC variant. This is currently a WIP on the customizability side, since it needs to be adapted for each and every N-SPC variant as needed.
This template is designed to quickly show a VCMD set for each N-SPC variant. This is currently a WIP on the customizability side, since it needs to be adapted for each and every N-SPC variant as needed.
</noinclude>
</noinclude><includeonly>{| class="wikitable sortable"
{| class="wikitable sortable"
|-
|-
! VCMD ID !! Description !! Arguments
! VCMD ID !! Description !! Arguments
Line 8: Line 7:
|<tt>$00</tt> || Phrase Termination/End of Subroutine ||
|<tt>$00</tt> || Phrase Termination/End of Subroutine ||
|-
|-
|<tt>$01-$7F</tt> || Note Duration || <tt>(xy)</tt>
|<tt>$01-$7F</tt> || Note Duration || <tt>(%0yyyzzzz)</tt>
|-
|-
|<tt>$80-$C7</tt> || Note ||  
|<tt>$80-$C7</tt> || Note ||  
Line 20: Line 19:
|<tt>$E0</tt> || Instrument || <tt>xx</tt>  
|<tt>$E0</tt> || Instrument || <tt>xx</tt>  
|-
|-
|<tt>$E1</tt> || Panning  || <tt>%xyzzzzz</tt>   
|<tt>$E1</tt> || Panning  || <tt>%xy?zzzzz</tt>   
|-
|-
|<tt>$E2</tt> || Panning Fade || <tt>xx yy</tt>
|<tt>$E2</tt> || Panning Fade || <tt>xx yy</tt>
Line 60: Line 59:
|<tt>$F4</tt> || Fine Tune || <tt>xx</tt>
|<tt>$F4</tt> || Fine Tune || <tt>xx</tt>
|-
|-
|<tt>$F5</tt> || Echo On Bits and Volume || <tt>%xxxxxxxx yy zz</tt>
|<tt>$F5</tt> || Echo Enable Bits and Volume || <tt>%xxxxxxxx yy zz</tt>
|-
|-
|<tt>$F6</tt> || Echo Off ||  
|<tt>$F6</tt> || Echo Off ||  
Line 70: Line 69:
|<tt>$F9</tt> || Pitch Slide to Note || <tt>xx yy zz</tt>
|<tt>$F9</tt> || Pitch Slide to Note || <tt>xx yy zz</tt>
|-
|-
|<tt>$FA</tt> || Percussion Patch Base Redefine || <tt>xx</tt>
|<tt>$FA</tt> || Percussion Base Instrument ID Redefine || <tt>xx</tt>
|-
|-
|<tt>$FB</tt> || NOP || <tt>??</tt>
|<tt>$FB</tt> || NOP || <tt>?? ??</tt>
|-
|-
|<tt>$FC</tt> || Channel Mute ||
|<tt>$FC</tt> || Channel Mute ||
Line 81: Line 80:
|-
|-
|<tt>$FF</tt> || Invalid ||  
|<tt>$FF</tt> || Invalid ||  
|}
|}</includeonly>

Latest revision as of 03:10, 9 January 2024

This template is designed to quickly show a VCMD set for each N-SPC variant. This is currently a WIP on the customizability side, since it needs to be adapted for each and every N-SPC variant as needed.