fourMs / MGT-python

Musical Gestures Toolbox for Python
https://www.uio.no/ritmo/english/research/labs/fourms/downloads/software/musicalgesturestoolbox/mgt-python/index.html
GNU General Public License v3.0
52 stars 11 forks source link

Missing amplitude values in color-waveform #309

Closed alexarje closed 9 months ago

alexarje commented 10 months ago

I see that the amplitude is plotted as 0. for the amplitude when using the color waveform:

Screenshot_20231115_213618

joachimpoutaraud commented 9 months ago

Thanks for reporting the issue, I had rounded the amplitude values to one decimal only. I have updated the _audio.py script so that it rounds amplitude value below 0.1 to 2 decimals.