Luca Olivetti wrote:
En/na Erik Beauvalot ha escrit:
[...]
It is in iaxphone.c line 562. If I comment this line it works. I look on the version 0.0.1 to see if there is any difference ... didn't find anything. So I don't have the volume ligne display.
Yes, there are some differences (mainly, the volume bar is selectable while it wasn't in the previous version), but it works here :-( I tested it with both the levels shown/hidden and with various skins (classic, sttng and text2skin).
I swear I did, but a forgotten last minute edit[*] (when I added a separator) screwed things: at row 475 change
cOsdItem *statusline[5];
to
cOsdItem *statusline[6];
[*] I implemented the levels display but I never use it because otherwise I don't have enough cpu to do the audio compression.
Bye