MattEqualsCoder / MSUScripter

Application for creating MSUs and related files
MIT License
5 stars 2 forks source link

Allow entering minutes and seconds in min/max duration and start/end loop time #105

Closed Vivelin closed 5 months ago

Vivelin commented 6 months ago

It'd be nice if you could enter something like 3:45 and have it converted to 225 seconds on the fly when getting passed to PyMusicLooper.

I think TimeSpan.Parse will interpret it as hh:mm by default but using ParseExact shouldn't be an issue because I doubt anyone is making MSUs with source tracks that last hours.