Update of /cvsroot/xrns-php/xrns-php/htdocs
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv28749
Modified Files:
xrns2midi.html
Log Message:
Current implemented commands
Index: xrns2midi.html
===================================================================
RCS file: /cvsroot/xrns-php/xrns-php/htdocs/xrns2midi.html,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** xrns2midi.html 6 Sep 2007 21:57:53 -0000 1.6
--- xrns2midi.html 12 Sep 2007 07:17:19 -0000 1.7
***************
*** 19,23 ****
</h4>
<p>
! Last update: 6 Sep 2007<br />
Latest release: <a href="http://sourceforge.net/project/showfiles.php?group_id=203983">XRNS-PHP downloads</a><br />
Latest version: v0.20<br />
--- 19,23 ----
</h4>
<p>
! Last update: 12 Sep 2007<br />
Latest release: <a href="http://sourceforge.net/project/showfiles.php?group_id=203983">XRNS-PHP downloads</a><br />
Latest version: v0.20<br />
***************
*** 86,89 ****
--- 86,116 ----
On the other hand, there is also room for plenty improvement, feature-wise and stability-wise. The XRNS-PHP SourceForge Tracker lists <a href="http://sourceforge.net/tracker/?group_id=203983&atid=987786">Feature Requests</a> and <a href="http://sourceforge.net/tracker/?group_id=203983&atid=987783">Bug Reports</a>.
</p>
+ <h3>
+ Implemented effect commands
+ </h3>
+ <h4>
+ Pattern Effect Commands
+ </h4>
+ <ul>
+ <li>F0XX: Set BPM</li>
+ <li>F1XX: Set Speed (minus F100: Stop Song)</li>
+ </ul>
+ <h4>
+ Volume Column Effects
+ </h4>
+ <ul>
+ <li>00 - 7F: Set volume of note</li>
+ <li>Dx: Delay note for x ticks</li>
+ <li>Ex: Retrig note spaced by x ticks</li>
+ <li>Fx: Cut note after x ticks</li>
+ </ul>
+ <h4>
+ Panning Column Effects
+ </h4>
+ <ul>
+ <li>Dx: Delay note for x ticks</li>
+ <li>Ex: Retrig note spaced by x ticks</li>
+ <li>Fx: Cut note after x ticks</li>
+ </ul>
<h2>
Changelog
|