Pitchular is an modified version of Orbular for SM5/SM-SSC
which is for solo use but can also be used for single and it play a sound every time you hit the note

Get Pitchular:
also if you wondered what the update is, all noteskins have been updated to the latest version and have been renamed for the latest stepmania which is SM5.
also while working on Pitchular I wrote a new lua code which is great for noteskin creators.
Code:
if Var "Button" == "Left" and sElement == "Tap Explosion Dim" or Var "Button" == "Left" and sElement == "Tap Explosion Bright" then sButton = "Left"; end
which basically means in sm-ssc when we wanted to have custom holds heads for upleft and upright but wanted to use the same for left right down and up, we needed to make extra files for all the images in upleft and upright which will in most cases double the size of the noteskin size, but with this code we can reduce it and its no longer necessary

Example:
get all the SM5 noteskins from:






Comment