<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Home</title><link>https://sourceforge.net/p/tablatureplayer/wiki/Home/</link><description>Recent changes to Home</description><atom:link href="https://sourceforge.net/p/tablatureplayer/wiki/Home/feed" rel="self"/><language>en</language><lastBuildDate>Sun, 30 Dec 2012 21:08:11 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/tablatureplayer/wiki/Home/feed" rel="self" type="application/rss+xml"/><item><title>WikiPage Home modified by Aric Hunter</title><link>https://sourceforge.net/p/tablatureplayer/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -2,3 +2,21 @@
 =================

 The basic idea behind this java project is to give guitar tablature readers and writers a way to hear what the tablature they are reading/writing sounds like. For writers, this can be useful for making sure that the tablature they have written is decent (sounds correct). For tablature readers, this can be useful for learning the song, because it allows them to hear how the guitar part is roughly supposed to sound. 
+
+How to use TablaturePlayer
+
+This project consists of just 2 java files, Parser.java and TablaturePlayer.java. To play a tablature follow the following steps (these steps are for mac/linux users, but the java scripts also work on windows.
+
+1. Download both of the java files into a folder. 
+2. Download jfugue.jar from the jfugue site:
+http://www.jfugue.org/download.html
+3. Make sure both of the java files and the jfugue.jar file are in the same folder
+4. Open a text file (with text edit or whatever) and copy and paste tablature from any typical tablature site into the text document.Then, save the document as NAME.txt, where NAME can be any name.
+5. Open a terminal and cd to the directory the files are contained in (e.g. if you downloaded the files, and they are in your Downloads folder, then in the terminal type "cd Downloads")
+6. Enter the following command into terminal if it's your first time using Tablature Player
+    javac -cp ./jfugue.jar:. TabPlayer.java
+7. Enter the following command into terminal every time you want to hear the song. 
+    java -cp ./jfugue.jar:. TabPlayer -t 120 NAME.txt
+    NOTE: the number after the -t represents the tempo.
+
+After step 7, you should ear the song play. 
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Aric Hunter</dc:creator><pubDate>Sun, 30 Dec 2012 21:08:11 -0000</pubDate><guid>https://sourceforge.net05a6ba41116e85c523a24bc56ff6eb55d463d26a</guid></item><item><title>WikiPage Home modified by Aric Hunter</title><link>https://sourceforge.net/p/tablatureplayer/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -1,8 +1,4 @@
-Welcome to your wiki!
+Tablature Player
+=================

-This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: [SamplePage].
-
-The wiki uses [Markdown](/p/tablatureplayer/wiki/markdown_syntax/) syntax.
-
-[[project_admins]]
-[[download_button]]
+The basic idea behind this java project is to give guitar tablature readers and writers a way to hear what the tablature they are reading/writing sounds like. For writers, this can be useful for making sure that the tablature they have written is decent (sounds correct). For tablature readers, this can be useful for learning the song, because it allows them to hear how the guitar part is roughly supposed to sound. 
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Aric Hunter</dc:creator><pubDate>Sat, 29 Dec 2012 03:05:12 -0000</pubDate><guid>https://sourceforge.net6140caac4a43dd1c2c74132155815fc48b628760</guid></item><item><title>Discussion for Home page</title><link>https://sourceforge.net/p/tablatureplayer/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;h1 id="tablature-player"&gt;Tablature Player&lt;/h1&gt;
&lt;p&gt;The basic idea behind this java project is to give guitar tablature readers and writers a way to hear what the tablature they are reading/writing sounds like. For writers, this can be useful for making sure that the tablature they have written is decent (sounds correct). For tablature readers, this can be useful for learning the song, because it allows them to hear how the guitar part is roughly supposed to sound. &lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Aric Hunter</dc:creator><pubDate>Sat, 29 Dec 2012 02:43:43 -0000</pubDate><guid>https://sourceforge.net2bafb6e5d53b4967e639516629c0b17000b812b7</guid></item><item><title>WikiPage Home modified by Aric Hunter</title><link>https://sourceforge.net/p/tablatureplayer/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Welcome to your wiki!&lt;/p&gt;
&lt;p&gt;This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: &lt;a class="alink" href="SamplePage"&gt;[SamplePage]&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;The wiki uses &lt;a class="" href="/p/tablatureplayer/wiki/markdown_syntax/"&gt;Markdown&lt;/a&gt; syntax.&lt;/p&gt;
&lt;p&gt;&lt;a href="/u/aricahunter/"&gt;Aric Hunter&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
&lt;span class="download-button-50de4a810594ca18aff25000" style="margin-bottom: 1em; display: block;"&gt;&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Aric Hunter</dc:creator><pubDate>Sat, 29 Dec 2012 01:42:25 -0000</pubDate><guid>https://sourceforge.net41b747c4328e01792bf385ea72223cf5ce814542</guid></item></channel></rss>