You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now we snap to seconds, which is great for now. @kallepersson talked about making that 1/10th of a second, but I think that'll make the UI a bit too cumbersome to use. Ultimately, I want to be able to snap to beats. A consensus amongst a few of my fellow game music aficionados was that beat snapping would be the best way to make sure a song loops correctly.
How do we do this? I have no idea... yet. But in order for Perpetual to be the "holy shit" app that I want it to be, this is needed.
The text was updated successfully, but these errors were encountered:
Beat's is for sure the way to go. You'd also want to look at actually counting them to make bars (8's, 16's, 32's is usually what most music is built upon). There are two libraries that you can use as starting points for this: http://aubio.org/ and http://vamp-plugins.org.
I wonder how naive we can be with this at first. Even if we were able to detect and measure the first few onsets or bars of a song, we can just throw that into a calculation to determine the number of tick marks that we need, as most songs have a constant timing throughout, correct?
That said, I'm still trying to figure out where to even start with this, even with the help provided.
Right now we snap to seconds, which is great for now. @kallepersson talked about making that 1/10th of a second, but I think that'll make the UI a bit too cumbersome to use. Ultimately, I want to be able to snap to beats. A consensus amongst a few of my fellow game music aficionados was that beat snapping would be the best way to make sure a song loops correctly.
How do we do this? I have no idea... yet. But in order for Perpetual to be the "holy shit" app that I want it to be, this is needed.
The text was updated successfully, but these errors were encountered: