andulv / RSTabExplorer

RockSmith Tab Explorer
80 stars 18 forks source link

Time Signature (& Dotted Notes) #11

Open Jamedjo opened 10 years ago

Jamedjo commented 10 years ago

The time signature can jump around quite a bit as in Stone by Alice In Chains below. It doesn't match the notes in some of those bars too. (Also, dotted notes haven't been implemented yet.)

screenshot-p149

andulv commented 10 years ago

The code for determining time signature just counts the number of following ebeats for each numbered ebeat (measure) in the Rocksmith file.

From the songs I tested with, it seemed like the numbers of ebeats for a measure indicated the time signature, but from the example above it seems like this is not always the case.

Also, when converting each individual note the code is still hardcoded to use 4/4 time. I will try to fix this.