Unsigned Official Forums
Closed forum of "Unsigned," an open-source music-rhythm game
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Band Format (GBA)

 
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    Unsigned Official Forums Forum Index -> Data
View previous topic :: View next topic  
Author Message
FortisVenaliter
Face-Melter


Joined: 23 Feb 2008
Posts: 229
Location: Orlando, FL

PostPosted: Sat Feb 23, 2008 4:25 pm    Post subject: Band Format (GBA) Reply with quote

//File format specs for GBA Band format
//C#-Style

//ASCII FORMAT

//By Louis Ingenthron
//2-23-08

String songTitle;

char '\n';

String artist;

char '\n';

//must be:
//HH:MM:SS
String length;

char '\n';

String "Bars:"

int numBars;

char '\n';

struct BarLine
{
int time;//in milliseconds from start of song
char ':';
int beats;//# of beats in upcoming measure
char '\n';
}

BarLine bars[numBars];

int tailLength;//how long (in ms) measures after the end of the song should be

String "Cues:";

int numCues;

struct Cue
{
int time;//in milliseconds from start of song
char ':';
String audioName;
char '\n';
}

Cue cues[numCues];

int endOfSong;//in milliseconds from start of song
_________________
Louis Ingenthron
FortisVenaliter

Unsigned Developer

Forum Administrator
Back to top
View user's profile Send private message Send e-mail AIM Address
Display posts from previous:   
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    Unsigned Official Forums Forum Index -> Data All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group
Powered by MakeForum.org - Free Forum Hosting
Sign Up now to get your Free Forum!