bastienFalcou / SoundWave

Illustrate your sound waves on the fly 🚀
MIT License
596 stars 93 forks source link

Why do I need a big frame height for the bars to be visible? #23

Closed peterwarbo closed 5 years ago

peterwarbo commented 5 years ago

If I have have a frame height of 70 the bars are nearly not visible. I need to have a frame height of around 300 for them to be clearly visible.

bastienFalcou commented 5 years ago

@peterwarbo the height of the bars is calculated according to the height of the view itself, so that the bars are never higher than the view.

If the view has a frame height of 70, the bars will never be higher than that. You need to increase the height of your view if you want to see the bars clearly.