Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- You'll work out you're own way of doing stuff. I've been pretty specific about how I do it since I know exactly how and why I do everything but I'm sure everyone has a slightly different way that works best for them
- Programs:
- SongEasy (https://people.umass.edu/jvight/SongEasy/): It plays back the song and you tap out the rhythm to place lyrics. Easiest way to get a base to work with.
- UltraStar Deluxe (https://usdx.eu/): Karaoke program that comes with an editor
- Approximately 1 hour per minute of song you want to map (repetative songs are probably faster, you'll be slower while you're learning)
- Optional:
- If you're using a different karaoke program to play the song, you'll want that for testing
- If you're using a video, something to extract the audio from it so they sync up perfectly (I use Audacity and normalise the audio at the same time)
- Step 1: Making the basic file
- * Obtain a copy of your song (SongEasy likes mp3, ogg & wav, but others might work)
- * Obtain a Background Image (appears during play), Cover Image (appears on song select) & Background Video (appears during play, not required)
- * Obtain lyrics. I always take out all the weird letter to make sure it runs on absolutely everything (copy into notepad, save as ANSI format, reopen)
- * In SongEasy, "Pick Song" and set up the Images & Video.
- * If you know the bpm (any number of websites let you search) then enter that. Otherwise "Play Song" and tap "B" to the beat. It might be a little off, I always round it since fractional bpm is unusual. Delete First Beat or leave it as it is, it doesn't make a huge difference.
- * Go to the lyrics tab, copy lyrics and "Load Lyrics from Clipboard". "Play Song" and tap "L" on each word as it plays. It doesn't matter if it's a bit off, good enough is good enough and we'll fix it later. I don't even bother holding notes for as long as they go, but you can if you want.
- * "Save UltraStar Song" and move the folder from your "SongEasy Songs" folder (see top right of SongEasy for location) to "UltraStar Deluxe\songs"
- * I have had SongEasy throw up an error while making lyrics on some longer songs. Press continue, save the file, change the song folder name, then make another file from the point it crashed onwards. Open up both .txts and just replace the end of one file with the start of the other (skipping the section at the start with song title & stuff)
- Step 2: Quick fixes
- * Open the .txt in the folder. It will start something like:
- #TITLE:Title
- #ARTIST:Title
- #LANGUAGE:English
- #MP3:Title.wav
- #COVER:Title Cover.jpg
- #BACKGROUND:Title.jpg
- #VIDEO:Title.mp4
- #BPM:Double the bpm you entered (allows more precision)
- #GAP:0
- You'll want to update the Artist (and Language) and probably add #CREATOR: and save.
- * Open the song in UltraStar (hover over it and press "E") at the moment all the notes are set very high by default so press "-" on the numberpad to shift the whole song down to around Tone 19. If you don't have a numberpad, you'll have to open the .txt again and replace " 64 " (the very high note) with " 19 " (Ctrl + H in Notepad) press "R" to reload in the editor afterwards
- * The lines breaks in the song are probably in weird places, arrow keys move you around the song, Shift + "/" combines current line with next, "/" starts a new line on the selected note. Set the song up with more reasonable lines, you can press "P" to play the current line to get a better idea of where they should be
- Step 2.5: Crash course in Ultrastar Editor
- UltraStar Deluxe\documentation.pdf has a few more
- https://github.com/UltraStar-Deluxe/USDX/blob/master/README.md has a complete set
- Arrow keys: Select note
- Shift + Arrow Keys: Moves selected note (pitch & timing)
- Alt + Left/Right: Moves end of note
- Ctrl + Left/Right: Moves start of note
- Ctrl + "/": Split selected note into 2 notes
- "P": Plays audio for selected line. + Shift plays the mapped notes instead
- Space: Plays audio for selected note. + Shift plays the mapped note instead
- Ctrl + Delete: Deletes selected note
- Step 3: Note Timings
- *The way we used SongEasy will have one note per word, and we want 1 note per syllable. Go through the whole song and split (Ctrl + "/") notes as appropriate and move them into the correct places. Don't bother with length & pitch, just put the start in the right place (move them about and press Space until you here the start of the syllable)
- * The extra syllables will be "~" so correct these (F4 to toggle text entry)
- * One thing to be careful of is s/sh sounds, which will be heard much earlier than you want them, shift ahead until you hear the vowel after them (tbh, do that with all notes)
- * Another way you can mess up is if the song is sung slightly inconsistently, notes may not be in the "right place" musically speaking. I err on the side of having it as written rather than as sung, which usually means keeping notes a multiple of 4 away from eachother.
- * You'll want to correct the syllables here by clicking on the lyric in the top left and typing it in. Since this is the really only useful button, I hover over it the whole time so enter selects/deselects it as I need. Remember spaces on the last syllable of every word (inc. last in line in case you change line breaks)
- * If a syllable changes pitches, you can split it now or at the pitch setting stage.
- Step 4: Note Pitches
- * Quite a lot of notes will be 4 ticks apart so open the .txt and replace " 1 " & " 2 " with " 3 " to change those quickly now. 4s would be a bit harsh on getting between the notes in time, and 2s just look bad in the player (unless the line is quite short). You want to do it now as it's easier to locate pitch if your notes are longer. Remember to (R)eload.
- * Go through the whole song again. If you have a mic you can sing and the pitch will appear in the bottom left, otherwise just use Space and Shift + Space and move (Shift + arrows) the note about until those 2 sound the same.
- * If you know the song well you can do this a bit quicker, particularly in loud sections where it's hard to hear the exact note. I'd always P and Shift + P at the end of each line to check it sounds right
- * If something is spoken or a background thing you don't want people to sing, "F" sets it to not appear as a note and give no points. "F" twice sets it to give points with no pitch, but isn't supported by some karaoke programs (the song will just not appear in your list)
- * Again, splitting multi-syllable notes can be done now or later
- Step 5: Note Length
- * Through the whole song again. For every note remember where it started and move (Shift + arrows) it along, pressing Space until you can't hear the syllable
- * Move the note back one, move the end back (Alt + left) so it's a 1 length note and move the start of the note back to where it originally was (Ctrl + left)
- * Space once more to check for whether the note changes pitch, but it's up to you whether that's a mistake or a multi-syllable note, which you should put in now.
- * Try not to count the breath at the end of notes as part of the note, you can choose how mean to be when notes end midway through a timing.
- * If your screen turns around then you pressed Alt + Ctrl + Left. Alt + Ctrl + Up will fix it.
- Step 6: Fixing things up
- * Selecting a note and pressing Shift + "I" will set that as the preview point. Unfortunately UltraStar previews starts slightly late for some reason, so it will sound rubbish, you can move the note left a bit and set the preview slightly earlier if you want, but most karaoke programs will be fine without.
- * The .txt has data to indicate when the displayed lines should change. "T" will set these to be as soon as the previous line finishes, which is fine (currently it might be before then) but I prefer the do it as late as possible (although most programs will force it to be displayed a few seconds before it's sung)
- * To do this select the first note and press (Left Arrow, Shift + "/", Right Arrow, "/") once for each line in the song. This will combine and split every line, moving the line starts to the correct position.
- * At this point you should probably test how it plays. I use Vocaluxe in 4 player mode, which has a habit of squishing the notes a bit to fit 2 columns of people. Just split any line that looks too squished (you could also extend 3 length notes by one, assuming the next note isn't too harsh of a jump)
- * "C" will capitalise the first word of every line (but not things in brackets)
- * "G" will turn notes gold for double points
- Advanced Stuff
- How the file works
- Here's a line from a file
- : 136 9 17 Hold
- : means sung, the others are * (gold note), F (spoken), R (Rap), G (gold rap) but some karaoke programs can't use rap.
- 136 is when the note starts
- 9 is how long the note is
- 17 is the pitch
- "Hold " is the lyric
- lines like "- 282" appears in between lines of the song, 282 is the time the next line should be displayed, if there is an instrumental section you can put an extra line like
- -147
- -382
- To get rid of the previous line during the instrumental section. Some karaoke programs treat these numbers as a suggestion, so don't worry if it doesn't seem to be working exactly as you say.
- The file ends with the line "E" for end
- Duets
- The UltraStar editor doesn't support duets, if you load a duet and then save YOU LOSE HALF YOUR MAP. Map 2 songs, copy them and store the copies somewhere safe, then combine them into one with
- P1
- First Part (get rid of the E line at the end)
- P2
- Second Part
- E
- The parts are named at the start of the file with #DUETSINGERP1:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement