209
209
// Enum LevelTextType level_ttype;
210
210
switch (g_win.level_ttype) {
212
g_snprintf(text, 10, "%d%%", (int)round(peak*100.0));
212
g_snprintf(text, 10, "%d%%", (int)round(peak*100.0));
216
216
g_snprintf(text, 10, "%ddB", (int)round(peak_dB));
220
220
// Do not show any value or text