Results 28 comments of Diego Ahumada

Is it possible or practical to use tar files, given the case you don't want the compression? It is already a standard way to package and it does not compress...

Sounds interesting - but given the example files, I doubt its fitness for raw binary data. I'd still argue in favour of zip files, it is very easy to find...

I don't think a negative BPM should skip over notes (or beats). A warps section should be the one to do that, so to keep future implementations simple (and that...

I want to request a few improvements (or adding a branch so we can work on this together, I think it's a nice idea) Can you make it so continuation...

I'm going to try and add some UI code into this later, and try and fix that time calculation. Don't worry about the coding standard. I think a major effort...

`>` is fine. f9f63f6 seems to use `C:` though?

I added the 89194d994b0bb1318a887297b92237bc0da307f7 branch with a new way to calculate BPM + Stop time, based off what I do with raindrop. More specifically, https://github.com/zardoru/iBMSC/commit/89194d994b0bb1318a887297b92237bc0da307f7#diff-920b09be569b1ef8bac9aaa99ec5aebbR2223 I believe this probably is...

This one is pretty hard, actually. Loading sound buffers needs a super big rewrite on how bmse handles drawing waveforms, somewhat...