aboutsummaryrefslogtreecommitdiffstats
path: root/src/base/UNote.pas
diff options
context:
space:
mode:
authortobigun <tobigun@b956fd51-792f-4845-bead-9b4dfca2ff2c>2010-06-06 08:29:04 +0000
committertobigun <tobigun@b956fd51-792f-4845-bead-9b4dfca2ff2c>2010-06-06 08:29:04 +0000
commit30454df1f1b18fc672daf2f5498691266040fbca (patch)
treef4c14a023f9feb15ca80027e419dfc2221b0b783 /src/base/UNote.pas
parentd35ae3cd792d22766f56c8210781148c36c9ae62 (diff)
downloadusdx-30454df1f1b18fc672daf2f5498691266040fbca.tar.gz
usdx-30454df1f1b18fc672daf2f5498691266040fbca.tar.xz
usdx-30454df1f1b18fc672daf2f5498691266040fbca.zip
- cleanup
- added comments - added CHANNEL_OFF (=0) for ChannelToPlayerMap git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2448 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to 'src/base/UNote.pas')
-rw-r--r--src/base/UNote.pas17
1 files changed, 14 insertions, 3 deletions
diff --git a/src/base/UNote.pas b/src/base/UNote.pas
index 6eb99df9..d6fdcb13 100644
--- a/src/base/UNote.pas
+++ b/src/base/UNote.pas
@@ -88,12 +88,23 @@ type
Note: array of TPlayerNote;
end;
+{* Player and music info *}
var
-
- // player and music info
- Player: array of TPlayer;
+ {**
+ * Player info and state for each player.
+ * The amount of players is given by PlayersPlay.
+ *}
+ Player: array of TPlayer;
+
+ {**
+ * Number of players or teams playing.
+ * Possible values: 1 - 6
+ *}
PlayersPlay: integer;
+ {**
+ * Selected song for singing.
+ *}
CurrentSong: TSong;
const