Results 1 to 4 of 4
  1. #1

    Default Course "Medleys"

    Some of you may have heard of SingStar, which has medleys that take parts of the song and mix them with other parts of songs. Well, maybe we could do that with courses! Set a start and end measure for a song, then it will use this part if you set a course to use medleys.
    Yeah, this was a somewhat random idea, but I think it could work considering edit mode can start from any measure without sync errors.

  2. #2
    Super Moderator
    Join Date
    Nov 2006
    Posts
    3,490

    Default

    This is an extra cool idea, and probably possible too.

  3. #3
    Member MaxX's Avatar
    Join Date
    Aug 2010
    Location
    Somewhere beasting Pendulum
    Posts
    1,797

    Default

    I am interested.
    Yoshi is better than Mario, and you know it's true

    Beta testing at the moment. Good at pad? PM me for details.

  4. #4

    Default

    Start by creating a stepchart of the songs back to back, with the first step of each new chart overwriting the last step of the first. Define each occurance of this as song2, song3, song4, etc.

    choose a mixstyle:

    smoothmix:

    //create crossfades
    song2 - 16 modifier: (song2BPM / song1BPM)xMusic //song2 plays at song1's speed
    song2 - 12 modifier: (1 + ((song1BPM - song2BPM) * 0.25) * song1BPM)xMusic //25% of difference each
    song2 - 8 modifier: (1 + ((song1BPM - song2BPM) * 0.5) * song1BPM)xMusic //50% of difference each
    song2 - 4 modifier: (1 + ((song1BPM - song2BPM) * 0.75) * song1BPM)xMusic //75% of difference each
    song2 - 0 modifier: 1xMusic (song2BPM)

    (repeat later for song3 vs. song2, and so forth)

    solidmix:

    //regulate all BPMs equal to song #5's
    song1 modifier: (song5BPM / song1BPM)xMusic //applies only to song1's mp3
    song2 modifier: (song5BPM / song2BPM)xMusic //applies only to song2's mp3
    song3 modifier: (song5BPM / song3BPM)xMusic //applies only to song3's mp3
    song4 modifier: (song5BPM / song4BPM)xMusic //applies only to song4's mp3

Similar Threads

  1. [sm5] Where can i find "beat" gamemode"?
    By djLUGIA in forum StepMania releases
    Replies: 6
    Last Post: 09-05-2011, 06:06 PM
  2. What makes a song get an "L" or "M"?
    By onoff456 in forum Song and Course questions
    Replies: 9
    Last Post: 02-12-2010, 07:00 PM
  3. Replies: 10
    Last Post: 04-27-2009, 12:40 PM
  4. TibyAndy's "Andy-Note" and "Andy-Vivid"
    By tibyandy in forum Add-on Releases
    Replies: 16
    Last Post: 01-29-2008, 01:13 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

Thanks to

SourceForge.net Logo