mehstruslehpy / SeaSound

An experimental browser based front end to csound for simple music composition.
GNU General Public License v3.0
0 stars 0 forks source link

Bug: Reset In Playlist Editor #9

Closed mehstruslehpy closed 1 month ago

mehstruslehpy commented 1 month ago

Reset in playlist editor does not reconfigure font size to scale to the new rectangles if the vertical/horizontal number of rectangles is changed. As a result the text sometimes appears above/outside the rectangle rather than inside it as intended.

mehstruslehpy commented 1 month ago

I have fixed this issue by adding rescaling functionality to the reset() method of the track lane object. I have also scaled the fonts to better center them in rectangles.