Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

krazyrain song converter #4

Open
chaosfox opened this issue Jun 8, 2011 · 0 comments
Open

krazyrain song converter #4

chaosfox opened this issue Jun 8, 2011 · 0 comments
Assignees
Labels

Comments

@chaosfox
Copy link
Member

chaosfox commented Jun 8, 2011

On the krazyrain_converter branch I'm working on a script (tools/snp2ojn.pl) that reads the SNP files of krazyrain and the MusicInfo.xml (that can be found inside Data/data.snp of the krazyrain installation) into ojn/ojm files.

So far, most of the musics convert without problems, except at some times the notes overlap their end with the start of another note, so I'm going to merge these kind of notes into one.
Example:
note x start 0 end 0.5
note x+1 start 0.5 end 1
result: note x start 0 end 1

Besides that, the next thing to be done is assign songids to each music so that o2jam and other emulator(o2mania) can also read these files without problems.

@ghost ghost assigned chaosfox Jun 8, 2011
dtinth added a commit that referenced this issue Oct 1, 2012
Use a TimingData class instead of an IntervalTree.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant