DC37 / Super-Mario-Paint

Super Mario Paint - A remake of the music composer in Mario Paint (1992)
MIT License
162 stars 24 forks source link

Set song endpoint with double bar line #72

Open rozlynd opened 1 month ago

rozlynd commented 1 month ago

A feature of the original SNES Mario Paint.

Currently the endpoint of a song is the bar line following the last non empty bar. Sometimes one wants a song to end with some empty bars, and so the only way to do that is to put silent notes in the desired last bar. This is a little awkward, and the multiply tempo feature will break things in some cases.

Being able to manually place an endpoint would solve this. I guess there could also be an option for letting SMP place it automatically.