Advertisement
Zoggoth

How 2 karaoke

Jun 15th, 2019
418
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.37 KB | None | 0 0
  1. 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
  2.  
  3. Programs:
  4. 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.
  5. UltraStar Deluxe (https://usdx.eu/): Karaoke program that comes with an editor
  6. Approximately 1 hour per minute of song you want to map (repetative songs are probably faster, you'll be slower while you're learning)
  7. Optional:
  8. If you're using a different karaoke program to play the song, you'll want that for testing
  9. 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)
  10.  
  11.  
  12. Step 1: Making the basic file
  13. * Obtain a copy of your song (SongEasy likes mp3, ogg & wav, but others might work)
  14. * Obtain a Background Image (appears during play), Cover Image (appears on song select) & Background Video (appears during play, not required)
  15. * 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)
  16. * In SongEasy, "Pick Song" and set up the Images & Video.
  17. * 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.
  18. * 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.
  19. * "Save UltraStar Song" and move the folder from your "SongEasy Songs" folder (see top right of SongEasy for location) to "UltraStar Deluxe\songs"
  20. * 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)
  21.  
  22. Step 2: Quick fixes
  23. * Open the .txt in the folder. It will start something like:
  24. #TITLE:Title
  25. #ARTIST:Title
  26. #LANGUAGE:English
  27. #MP3:Title.wav
  28. #COVER:Title Cover.jpg
  29. #BACKGROUND:Title.jpg
  30. #VIDEO:Title.mp4
  31. #BPM:Double the bpm you entered (allows more precision)
  32. #GAP:0
  33. You'll want to update the Artist (and Language) and probably add #CREATOR: and save.
  34. * 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
  35. * 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
  36.  
  37. Step 2.5: Crash course in Ultrastar Editor
  38. UltraStar Deluxe\documentation.pdf has a few more
  39. https://github.com/UltraStar-Deluxe/USDX/blob/master/README.md has a complete set
  40. Arrow keys: Select note
  41. Shift + Arrow Keys: Moves selected note (pitch & timing)
  42. Alt + Left/Right: Moves end of note
  43. Ctrl + Left/Right: Moves start of note
  44. Ctrl + "/": Split selected note into 2 notes
  45. "P": Plays audio for selected line. + Shift plays the mapped notes instead
  46. Space: Plays audio for selected note. + Shift plays the mapped note instead
  47. Ctrl + Delete: Deletes selected note
  48.  
  49. Step 3: Note Timings
  50. *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)
  51. * The extra syllables will be "~" so correct these (F4 to toggle text entry)
  52. * 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)
  53. * 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.
  54. * 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)
  55. * If a syllable changes pitches, you can split it now or at the pitch setting stage.
  56.  
  57. Step 4: Note Pitches
  58. * 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.
  59. * 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.
  60. * 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
  61. * 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)
  62. * Again, splitting multi-syllable notes can be done now or later
  63.  
  64. Step 5: Note Length
  65. * 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
  66. * 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)
  67. * 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.
  68. * 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.
  69. * If your screen turns around then you pressed Alt + Ctrl + Left. Alt + Ctrl + Up will fix it.
  70.  
  71. Step 6: Fixing things up
  72. * 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.
  73. * 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)
  74. * 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.
  75. * 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)
  76. * "C" will capitalise the first word of every line (but not things in brackets)
  77. * "G" will turn notes gold for double points
  78.  
  79. Advanced Stuff
  80.  
  81. How the file works
  82. Here's a line from a file
  83. : 136 9 17 Hold
  84. : means sung, the others are * (gold note), F (spoken), R (Rap), G (gold rap) but some karaoke programs can't use rap.
  85. 136 is when the note starts
  86. 9 is how long the note is
  87. 17 is the pitch
  88. "Hold " is the lyric
  89. 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
  90. -147
  91. -382
  92. 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.
  93. The file ends with the line "E" for end
  94.  
  95. Duets
  96. 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
  97. P1
  98. First Part (get rid of the E line at the end)
  99. P2
  100. Second Part
  101. E
  102. The parts are named at the start of the file with #DUETSINGERP1:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement