-
RocksmithToTab - generate Guitar Pro tabs from Rocksmith 2014 songs
The GUI frontend can't handle that case. If you only want to convert one file, drag'n'drop it directly onto the RocksmithToTab.exe (no GUI) in the Windows explorer. (Or start it from the command line.)
-
RocksmithToTab - generate Guitar Pro tabs from Rocksmith 2014 songs
Unfortunately, Rocksmith tracks only reveal the nominator, not the denominator, of the time signature. So I implemented some guessing into the program, but it doesn't really work too well. I might try and see if I can improve the behaviour a little, but it's never going to be 100% accurate.
-
Rocksmith to Guitar Pro exporter (v0.9.9 released, now with Mac support and GUI!)
If you dragged it onto the non-GUI exe, then you should have gotten a new folder RocksmithTabs there containing the converted tab. If you have installed Rocksmith 2014 elsewhere, then just enter that directory in the GUI, it's the very first option. Although, if you have the newest version of RocksmithToTab (1.1) it should warn you if the directory is incorrect, so I'm not sure what you could be missing. At this point, you'll either have to describe to me in detail every step you are doing or even make screenshots, because I simply don't know where your problem lies.
-
Rocksmith to Guitar Pro exporter (v0.9.9 released, now with Mac support and GUI!)
It doesn't work like that. RocksmithToTabGUI.exe always operates on your Rocksmith installation. You must give it the path to Rocksmith (normally C:\Program Files (x86)\Steam\SteamApps\common\Rocksmith2014), which it should auto-detect, and then it will process all the dlc and the original songs (the songs.psarc) installed there. If you want to convert a single psarc, then drag'n'drop it onto the RocksmithToTab.exe (not GUI).
-
Rocksmith to Guitar Pro exporter (v0.9.9 released, now with Mac support and GUI!)
I'm not sure what you mean by that? For the most basic operation, run the RocksmithToTabGUI.exe and just click "Convert tabs". It'll generate tabs for all the songs you have installed (including CDLC) in Rocksmith 2014.
-
RocksmithToTab - generate Guitar Pro tabs from Rocksmith 2014 songs
I released a quick update to v1.1. There was a bug that prevented you from using the GUI if you had collected too many ©DLCs. Should be working fine now.
-
RocksmithToTab - generate Guitar Pro tabs from Rocksmith 2014 songs
I'm in the process of filling out the documentation on the website. Until then, you'd have to look in the source code, sorry :)
-
Rocksmith to Guitar Pro exporter (v0.9.9 released, now with Mac support and GUI!)
Alright, the new version is ready: http://code.fosshub.com/RocksmithToTab/downloads/ I also decided to create a new thread over in the mods & projects forums, because I think that forum is now a better fit. So, please head over there :) http://customsforge.com/topic/25675-rocksmithtotab-generate-guitar-pro-tabs-from-rocksmith-2014-songs/
-
RocksmithToTab - generate Guitar Pro tabs from Rocksmith 2014 songs
RocksmithToTab is a tool which automatically extracts tabs from your Rocksmith songs, including official DLC and CDLCs. When you feel overwhelmed by a song and riff repeater isn't enough to make sense of it, it sometimes helps to be able to look at the tablature. With this tool, you can. The output is stored in Guitar Pro format. If you do not own Guitar Pro 5/6, there are several free alternatives which can open gp5 and gpx files, including TuxGuitar (http://tuxguitar.com.ar, they finally released a new version yesterday!), MuseScore (https://musescore.org) and PowerTab 2 (https://github.com/powertab/powertabeditor). It's been one year and a half since I released the first version of RocksmithToTab. Today, I finally finished the milestone release v1.0. It features a number of bugfixes as well as usability improvements. For more information, please visit the website at http://www.rocksmithtotab.de. You can download the latest release over at FossHub: http://code.fosshub.com/RocksmithToTab/downloads/ If you find any bugs or problems with this version, please head over to the issue tracker at https://github.com/fholger/RocksmithToTab/issues. You can also post here, but it's easier for me to keep track of the problems if you report them in the tracker :) (Old thread: http://customsforge.com/topic/10411-rocksmith-to-guitar-pro-exporter-v099-released-now-with-mac-support-and-gui/)
-
Rocksmith to Guitar Pro exporter (v0.9.9 released, now with Mac support and GUI!)
Alright, found the problem and fixed it. The remaining two can now be opened in GP5. But as I said, the tab output is messy and probably not very useful. Nothing I can do about that, it's something the CDLC author would have to fix. In any case, I think I'm done with all the bugs I had on my todo list, so I guess I'll go ahead and prepare for a new release :)
-
Rocksmith to Guitar Pro exporter (v0.9.9 released, now with Mac support and GUI!)
As a workaround in the meantime, you could export to gpx and open them with TuxGuitar, then save them to gp5 (if you wish). TuxGuitar has just yesterday released a new official version with gpx support.
-
Rocksmith to Guitar Pro exporter (v0.9.9 released, now with Mac support and GUI!)
Alright, I tested those with my dev version, and Cold Gin, Give In To Me and Midlife Crisis are working there. The other two are still broken, I'll investigate. However, after having looked at the (working) gpx output for those two, I can already tell you that you won't enjoy their tabs either way, because unfortunately these CDLC did not properly sync the beat markers with the music. As a consequence, my program cannot properly determine the rhythm and note duration, and so the generated tabs are very messy. (That's probably also part of the reason that the gp5 output isn't working.)
-
Rocksmith to Guitar Pro exporter (v0.9.9 released, now with Mac support and GUI!)
@RockNRollKid: If you point me to specific songs that are affected by this, I can take a look. There have been bugs in my GP5 converter in the past which resulted in invalid .gp5 files, so that's always a possibility. @SixStringSlinger2k: The song is converting fine with my development version, so I imagine that one should also be fixed with the next release. (Any day now, I'm pretty much done with my todo list.)
-
Rocksmith to Guitar Pro exporter (v0.9.9 released, now with Mac support and GUI!)
@RockNRollKid: I tested all of the CDLC you reported, and they are all working fine with my development version. So apparently I already fixed the bug that was affecting these files. Should work with the next release :)
-
Rocksmith to Guitar Pro exporter (v0.9.9 released, now with Mac support and GUI!)
I'll take a look at these songs. Converting individual CDLCs currently requires you to use the command line version of the program, but I'm working on a new release that will feature incremental updates in the GUI, so that only newly added songs are converted.