-
Notifications
You must be signed in to change notification settings - Fork 30
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
OGG Vorbis Music Patches #288
Conversation
Music patches
Revert "Music patches"
changed "return" to "break" on line 66 since it was breaking out of the loop prematurely.
I must have missed the email alert for this pull request and haven't noticed till now. The code looks pretty simple so it should be easy for us to merge this in :] |
@chino Hey mate, some people were asking about this in discord. I am sure you are busy, are you still interested in this MR? |
Some quick notes looking over this. The Needs a full rebase/squash:
Curious about:
Questions:
I could use it as a great starting point if anything to build a clean branch. Thanks for the contribution! |
Ah I believe that drive contained the pre-built vorbis files and music.dat? Would be great if you could share that again? I have a new branch with all the changes I was asking for above at this point where we'll be working on a clean merge: I'm going to close this to move the main work over there. |
This contains patches for ogg vorbis playback. Each .ogg track is stored in a folder called data/sound/music and there is also a file that is called music.dat
music.dat is a text file containing the track listing where
level1 is the first line, level2 is the second line, etc
for example:
track1
track2
track3
track4
where track1 is level1, track2 is level2 and so on.
the preconfigured tracks and mapping can be downloaded here
https://drive.google.com/open?id=0B4z9LMg7J5EYTlltSVhwNmNuNzg