mbitsnbites / soundbox

SoundBox is an HTML5 synth music tracker/editor, suitable for creating music for small JavaScript demos (4K / 8K).
https://gitlab.com/mbitsnbites/soundbox
429 stars 75 forks source link

Display File Size -data is lost if user presses Play Song or Play Range #65

Open esaruoho opened 5 years ago

esaruoho commented 5 years ago

Steps to replicate:

  1. Tick "Display File Size" tickbox. See JavaScript + Compressed size.
  2. Press Play Song, or Play Range.

Expected result: You still see the JavaScript + Compressed size.

Current result: The JavaScript + Compressedi size information is overwritten by Generation time 0.048s.

The Display File Size tickbox is still ticked. If you untick it, the Generation time data vanishes. If you re-tick it, you see the JavaScript + Compressed size.

Suggestion: Add "Generation time" below the JavaScript + Compressed size details when user presses "Play song" or "Play range".

image