What does the comma in a.sm file mean?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • nexzer
    FFR Player
    • Sep 2014
    • 5

    #1

    What does the comma in a.sm file mean?

    So ive been looking around the .sm files for songs, and it seems quite obvious what some of the lines do, but what does the ',' in the file do?
    Last edited by nexzer; 09-19-2015, 09:36 AM.
  • Kyzentun
    FFR Player
    • Dec 2014
    • 125

    #2
    Re: What does the comma in a.sm file mean?

    Measure seperator. Marks where one measure ends and the next begins.
    Stepmania Development in action:

    Comment

    • nexzer
      FFR Player
      • Sep 2014
      • 5

      #3
      Re: What does the comma in a.sm file mean?

      Originally posted by Kyzentun
      Measure seperator. Marks where one measure ends and the next begins.
      Thanks, but could you be more in depth? What is a 'measure'?
      Does it indicate the amount of hit areas between the beats or something like that?

      Comment

      • Kraezymann
        Forum User
        FFR Simfile Author
        • Sep 2003
        • 1640

        #4
        Re: What does the comma in a.sm file mean?

        In 4/4 time, a measure is four beats long. A song has x amount of measures in it and Stepmania creates a chart that goes from the 1st measure to the last one. Each measure has a specific amount of rows in the. sm file which indicates what type of notes are in that particular measure (eg. 4ths, 8ths, 16ths, etc.)

        So technically yes, it does show how many arrows are supposed to be hit in a particular measure; by showing you how many rows there are it is showing you what notes will be hit
        Twitch | Stepping Stones 2! | Stepping Stones 3! | Stepping Stones 4!

        Submit to this -

        Comment

        • nexzer
          FFR Player
          • Sep 2014
          • 5

          #5
          Re: What does the comma in a.sm file mean?

          Originally posted by Kraezymann
          In 4/4 time, a measure is four beats long. A song has x amount of measures in it and Stepmania creates a chart that goes from the 1st measure to the last one. Each measure has a specific amount of rows in the. sm file which indicates what type of notes are in that particular measure (eg. 4ths, 8ths, 16ths, etc.)

          So technically yes, it does show how many arrows are supposed to be hit in a particular measure; by showing you how many rows there are it is showing you what notes will be hit
          Thanks!

          Comment

          • MinaciousGrace
            FFR Player
            • Dec 2007
            • 4278

            #6
            Re: What does the comma in a.sm file mean?

            The comma ( , ) is a punctuation mark that appears in several variants in various languages. It has the same shape as an apostrophe or single closing quotation mark in many typefaces, but it differs from them in being placed on the baseline of the text.

            Comment

            • Wayward Vagabond
              Confirmed Heartbreaker
              FFR Simfile Author
              • Jul 2012
              • 5866

              #7
              Re: What does the comma in a.sm file mean?

              It can also be used as fangs for an emoji °,-,°

              Comment

              • ScylaX
                urararararararara
                FFR Music Producer
                • Dec 2007
                • 1044

                #8
                Re: What does the comma in a.sm file mean?

                I don't know if anybody that is not familiar with stuff like measures and the general form of .sm files (enough experience in simmaking will get you to intuitively understand what happens there) should play around with notepad to view how they look like.
                The help you may need clearly doesn't concern .sm files' syntax.
                Suimega is my present username!!! (b-but feel free to call me scylaax anyway) | https://suimega.bandcamp.com/

                Comment

                • nexzer
                  FFR Player
                  • Sep 2014
                  • 5

                  #9
                  Re: What does the comma in a.sm file mean?

                  Originally posted by ScylaX
                  I don't know if anybody that is not familiar with stuff like measures and the general form of .sm files (enough experience in simmaking will get you to intuitively understand what happens there) should play around with notepad to view how they look like.
                  The help you may need clearly doesn't concern .sm files' syntax.
                  The reason im asking is because im creating my own .sm creator and my program needs to create the same code and have the same syntax as the original.
                  Last edited by nexzer; 09-20-2015, 10:35 AM.

                  Comment

                  • Kyzentun
                    FFR Player
                    • Dec 2014
                    • 125

                    #10
                    Re: What does the comma in a.sm file mean?

                    If you're writing code for a .sm creator, just download the stepmania source and look at NotesWriterSSC and NotesLoaderSSC and LoadFromSMNoteDataStringWithPlayer in NoteDataUtil.cpp and NoteDataUtil::GetSMNoteDataString.
                    Stepmania Development in action:

                    Comment

                    • nexzer
                      FFR Player
                      • Sep 2014
                      • 5

                      #11
                      Re: What does the comma in a.sm file mean?

                      Originally posted by Kyzentun
                      If you're writing code for a .sm creator, just download the stepmania source and look at NotesWriterSSC and NotesLoaderSSC and LoadFromSMNoteDataStringWithPlayer in NoteDataUtil.cpp and NoteDataUtil::GetSMNoteDataString.
                      Yeah ill do that if i get stuck again! Thanks.

                      Comment

                      Working...