• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

oga's tools


Commit MetaInfo

Revision779b6cb1a77f160e8d995c748baec0bee826e294 (tree)
Time2014-05-30 06:25:20
Authoroga <hyperoga@gmai...>
Commiteroga

Log Message

change usage

Change Summary

Incremental Difference

--- a/midana.c
+++ b/midana.c
@@ -970,6 +970,12 @@ int len;
970970 * IN buf : Track data
971971 * IN len : Track data len
972972 * IN trknm : Track number
973+ * OUT playdat[trknm][] : play data [DeltaTime][MidiMessage]
974+ *
975+ * +0 +4
976+ * +--+--+--+--+--+--+--+--+
977+ * | DeltaTime |XX|D2|D1|ST|
978+ * +--+--+--+--+--+--+--+--+
973979 */
974980 void ReadTrack(buf, len, trknm)
975981 unsigned char *buf;
@@ -1309,7 +1315,7 @@ void usage()
13091315 {
13101316 printf("midana Ver %s\n", VER);
13111317 printf("usage: midana [-a] [-o <trk1>,<trk2>,..]\n");
1312- printf(" [-p [-c <ch1>,<ch2>,..] [-t <tempo>] [-s [mm:]ss]\n");
1318+ printf(" [-p [-c <ch1>,<ch2>,..] [-t <tempo>] [-s [mm:]ss]]\n");
13131319 printf(" [<midi_filename>]\n");
13141320 printf(" -a : disp all midi command\n");
13151321 printf(" -p : play (for win only)\n");