File: helpindex.html

package info (click to toggle)
performous-composer 2.0%2B20181009-gitbeeea23-2.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 668 kB
  • sloc: cpp: 5,646; python: 153; sh: 42; makefile: 13
file content (60 lines) | stat: -rw-r--r-- 4,570 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
<h1>Help Browser</h1>
<ol>
<li><a href="#intro">Introduction</a></li>
<li>
	<a href="#workflow">Basic workflow</a>
	<ol>
	<li><a href="#initialimport">Importing song and lyrics</a></li>
	<li><a href="#timing">Note timing</a></li>
	<li><a href="#tuning">Fine tuning</a></li>
	<li><a href="#metadata">Song metadata</a></li>
	</ol>
</li>
<li><a href="#tips">Tips and tricks</a></li>
<li><a href="#formats">File formats</a></li>
</ol>


<h2><a name="intro">Introduction</a></h2>
<p>This editor is designed to create notes for use in pitch analyzing karaoke games. We attempt to make the process as easy as possible by automating as much as we can. For example, the editor analyzes the song and attempts to automatically place the notes at the correct pitch.</p>


<h2><a name="workflow">Basic Workflow</a></h2>
<p>In addition to the sections here, the intended workflow is documented as a handy dialog with clickable items - follow it step-by-step and in the end you'll have finished notes for the song. Access it through the main menubar: Help --> Getting started.</p>

<h3><a name="initialimport">Importing song and lyrics</a></h3>
<p>The first step is to import a music file for analyzation and lyrics text for generating notes. This can be done e.g. through the import menu. Supported song file formats vary depending on the platform, but at least mp3 and ogg should be ok. Lyrics assume that each phrase is on a line of its own - when the text is imported, a note is generated for each word and a sentence marker is placed at the beginning of each line.</p>
<p>You can also add an additional music file via the import menu. It will get analyzed and the results are displayed with different colors. The idea is that if you have a music file with both vocals and instruments, plus another karaoke version with just the instruments, you can use the analysis from the additional (karaoke) music to determine which tones belong to the background and are probably not singing.</p>

<h3><a name="timing">Note timing</a></h3>
<p>The easiest way to get the notes roughly timed is to switch to the <em>Tools</em> tab and start listening to the music. Each time you hear the phrase that is displayed in the tab, hit the <em>Time phrase</em> button (or its hotkey) and the start of the current phrase is placed to that position.</p>
<p>This way you'll be timing only the beginnings of the phrases - the rest of the notes are divided evenly to the extra space. Obviously this is not perfect, but it gives a very good starting point for <a href="#tuning">fine tuning</a> and timing each note by itself using this method would require very good reflexes and concentration.</p>

<h3><a name="tuning">Fine tuning</a></h3>
<p>Once the notes are roughly timed, it is time to start manually tuning and fixing everything. Each time you correct a note, the neighbouring uncorrected ones adjust themselves accordingly, making your task easier.</p>
<p>At this phase, you can also break words into syllables in order to create more accurate notes. It is also possible to add or remove notes or batches of them.</p>

<h3><a name="metadata">Song metadata</a></h3>
<p>The song title, artist and other metadata is automatically read from the music file if it happens to contain that information. If it is wrong or missing, you can fix it through the <em>Song properties</em> tab.</p>


<h2><a name="tips">Tips and tricks</a></h2>
<ul>
<li>If possible, use vocals-only music tracks for best pitch analyzation (and thus auto-pitch) results.</li>
<li>In addition to copy-pasting lyrics from clipboard or loading them from a text file, you can also drag and drop text directly from other applications (like a web browser) to the editor.</li>
<li>Zoom (mouse wheel or ctrl+ -/+) in to get most precise timing or zoom out to get an overview and quickly change to other part of the song.</li>
<li>The actions available through the menu bar and the tabs are also accessible through a context menu that opens up if you right click the note area.</li>
</ul>


<h2><a name="formats">File formats</a></h2>
<p>Various formats are supported to a reasonable extent:</p>
<ul>
<li>"Native" project file format, which preserves floating note status and undo history.</li>
<li>SingStar XML, import/export</li>
<li>UltraStar TXT, import/export</li>
<li>Frets on Fire INI+MIDI, import/export</li>
<li>LRC and Soramimi karaoke lyrics (no pitch), import/export</li>
<li>Plain text lyrics (no pitch), import/export</li>
</ul>
<p>Check the docs/FileFormats.txt for more detailed information about the level of support.</p>