From ea68b6345f3d8b932be1934e02e8b16bda1ed804 Mon Sep 17 00:00:00 2001 From: James EdJo Date: Sun, 4 May 2014 06:41:43 +0100 Subject: [PATCH] Updated Readme --- README.md | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 3b3260e..20f507b 100644 --- a/README.md +++ b/README.md @@ -5,26 +5,25 @@ View Rocksmith 2014 songs (built in, DLC or custom DLC) as tablature # Features * Loads Rocksmith 2014 .psarc archives. Lists all songs and tracks (arrangements) present in archive. * Displays track as tablature / score. -* # Credits * Uses alphaTab (https://github.com/CoderLine/alphaTab) for modeling and rendering of tracks * Uses RocksmithToolkitLib from 'Rocksmith Custom Toolkit' to parse archives and songs (https://github.com/rscustom/rocksmith-custom-song-toolkit) * The application itself is built upon GDI WPF sample application from alphaTab. -# Status (v0.0.3 - 2014-05-01) +# Status (v0.0.4 - 2014-05-04) * Working for most Rocksmith 2014 PC files -* No error handling. Will probably crash and burn at slighest hint of failure. +* Not much error handling. Will probably crash and burn at slighest hint of failure. * No progress / busy indicators. UI locks up while rendering score -* Notes (fret/strings) should be mostly correct, but notes on some tracks are missing /wrong -* But rhytm notation is pretty bad. Prepare for weird combinations of eighth and quarter notes. :) +* Notes (fret/strings) should be mostly correct +* Rhytm notation is pretty bad. Prepare for weird combinations of eighth and quarter notes. :) * Sustain (let ring, extended notes, etc.) is not supported (Sustain info from Rocksmith files are ignored) * Some effects should be translated correctly (accent, slides) but most are ignored -* Hammerons / Pullofs are not supported. May be due to a bug in alphaTab. Bug report is filed. +* Hammerons / Pullofs are not fully supported. May be due to a bug in alphaTab. Bug report is filed. # Dependencies RocksmithToolkitLib 2.5 (and its dependencies) are in the lib\ folder. -alphaTab core is included as C# source. Taken from https://github.com/CoderLine/alphaTab/releases/download/v0.3.0/DotNet.zip -(I have made one minor patch to the sourcecode, to fix a memory leak). +AlphaTab dll is also in the lib folder. +NuGet is needed to load MvvmLightLibs, CommonServiceLocator (IoC), and Costura.Fody (Bakes all dlls into the main exe). -No additional dependencies. Solution should build on VS2012 with Framework 4.5 out of the box. Branch `Jamedjo/net4.0` works with VS2010 and is frequently rebased onto `Jamedjo/master`. +Solution should build on VS2010 or later with Framework 4.0 out of the box.