Stepmania/DDR LED Light Show Parser

Поділитися
Вставка
  • Опубліковано 17 гру 2018
  • There exists a bunch of songs out there already that have cool dance dance revolution patterns made for them in the form of .sm files. I pulled an all-nighter and wrote a parser for them. A lot of the current library out there is anime/weeb songs but there is the occasional good one (diss intended.)
    You can see some of the songs here: stepmaniaonline.net/index.php?...
  • Навчання та стиль

КОМЕНТАРІ • 10

  • @FoxElectronics
    @FoxElectronics 3 роки тому +2

    Occasionally, but still I am working on a similar project, trying to rewrite the flashing code of a disco ball on a small microcontroller, but DSP knowledge must be intensively involved and required. It seems you are doing something alike! That would be great to see how you did it.

    • @CalebMarting
      @CalebMarting  3 роки тому +1

      It was actually a script that parsed an actual stepmania file and outputted the information to the microcontroller. the microcontroller really wasn't doing anything other than displaying what it was told to. Basically I was simulating what step mania would do and generated lights based off that

    • @CalebMarting
      @CalebMarting  3 роки тому +1

      ua-cam.com/video/fc1rPT-fTfw/v-deo.html
      This is the project I based mine off of, there's a decent explanation of how it all works but you'll still have to implement it yourself

  • @TheJavaSync
    @TheJavaSync 5 років тому

    Schematic & code ?

    • @CalebMarting
      @CalebMarting  5 років тому +2

      The code is really garbage and only works well for a couple songs. I also didn't comment any of it so you will probably need to reverse engineer it. If you really want it I can put it out there but it will need some mods to make it work well

    • @Sora3087
      @Sora3087 3 роки тому

      @@CalebMarting Hey, I came across this. Are you using SM5 or 3.9+ Redux I cant seem to get the program to load a driver to output the lighting data to sockets.

    • @CalebMarting
      @CalebMarting  3 роки тому +1

      No I'm not, sorry, wrote all the code myself

    • @Sora3087
      @Sora3087 3 роки тому

      @@CalebMarting Wait... but how are you getting lighting data /from/ Stepmania?

    • @CalebMarting
      @CalebMarting  3 роки тому

      I generated it myself. I parsed the step files and generated the patterns from that parsed data