From: <pst...@us...> - 2008-03-17 03:47:45
|
Revision: 324 http://jazzplusplus.svn.sourceforge.net/jazzplusplus/?rev=324&view=rev Author: pstieber Date: 2008-03-16 20:47:42 -0700 (Sun, 16 Mar 2008) Log Message: ----------- Added an enumeration to indicate the maximum number of tracks. Modified Paths: -------------- trunk/jazz/src/Globals.h Modified: trunk/jazz/src/Globals.h =================================================================== --- trunk/jazz/src/Globals.h 2008-03-16 21:39:02 UTC (rev 323) +++ trunk/jazz/src/Globals.h 2008-03-17 03:47:42 UTC (rev 324) @@ -39,6 +39,12 @@ class JZTrackWindow; class tHBInterface; +enum TESizes +{ + // This is the same as the number of keys in the piano window. + eMaxTrackCount = 127 +}; + extern tConfig* gpConfig; extern std::string gpStartUpSong; extern JZSong* gpSong; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |