Doc fixes/cleanup

master
William Toohey 8 years ago
parent 1e8927218e
commit 5ba2eec539
  1. 2
      docs/Editor.md
  2. 18
      docs/Respacks.md

@ -2,7 +2,7 @@
Creating new songs is the heart of the Hues experience. The inbuilt editor makes it a breeze! To get to it, either hit your `e` key or click the settings cog, then hit `EDITOR`. Creating new songs is the heart of the Hues experience. The inbuilt editor makes it a breeze! To get to it, either hit your `e` key or click the settings cog, then hit `EDITOR`.
Before you begin, you'll actually need a song to edit! You might be able to find good loops online, or you can make your own from a song you enjoy. The best way to make your own is using Audacity, detailed in the [MP3 guide](MP3 Export.md). Before you begin, you'll actually need a song to edit! You might be able to find good loops online, or you can make your own from a song you enjoy. The best way to make your own is using Audacity, detailed in the [MP3 guide](MP3%20Export.md).
1. Load your loop using the `LOAD LOOP` button. If everything went well, it should start playing. 1. Load your loop using the `LOAD LOOP` button. If everything went well, it should start playing.
2. In the `Title` box, enter the Artist - Song Name combination, e.g. "Madeon - Finale" (without quotes) 2. In the `Title` box, enter the Artist - Song Name combination, e.g. "Madeon - Finale" (without quotes)

@ -11,10 +11,10 @@ An info.xml file provides information about who made the respack, a brief descri
An example structure is as follows: An example structure is as follows:
```xml ```xml
<info> <info>
<name>My Awesome Respack</name> <name>My Awesome Respack</name>
<author>Me!</author> <author>Me!</author>
<description>I made song songs, and put them in a respack</description> <description>I made song songs, and put them in a respack</description>
<link>http://www.example.com/</link> <link>http://www.example.com/</link>
</info> </info>
``` ```
@ -67,17 +67,17 @@ Here is an example song structure:
<songs> <songs>
<song name="puppy_loop"> <song name="puppy_loop">
<title>Netsky - Puppy</title> <title>Netsky - Puppy</title>
<source>http://www.youtube.com/watch?v=FU4cnelEdi4</source> <source>http://www.youtube.com/watch?v=FU4cnelEdi4</source>
<rhythm>o...x...o...x...o...x...o...</rhythm> <rhythm>o...x...o...x...o...x...o...</rhythm>
<buildup>puppy_build</buildup> <buildup>puppy_build</buildup>
<buildupRhythm>.-...:......:...-...</buildupRhythm> <buildupRhythm>.-...:......:...-...</buildupRhythm>
<charsPerBeat>4</charsPerBeat> <charsPerBeat>4</charsPerBeat>
</song> </song>
<song name="motion picture"> <song name="motion picture">
<title>Blake McGrath- Motion Picture (Pegboard Nerds Remix)</title> <title>Blake McGrath- Motion Picture (Pegboard Nerds Remix)</title>
<rhythm>o...x...o...</rhythm> <rhythm>o...x...o...</rhythm>
<buildup>motion picture_Build</buildup> <buildup>motion picture_Build</buildup>
<buildupRhythm>-...-...-...-...-...</buildupRhythm> <buildupRhythm>-...-...-...-...-...</buildupRhythm>
<independentBuild>true</independentBuild> <independentBuild>true</independentBuild>
</song> </song>
</songs> </songs>

Loading…
Cancel
Save