diff options
Diffstat (limited to 'src/fruits/cmc/ui/util')
| -rw-r--r-- | src/fruits/cmc/ui/util/waveform.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/fruits/cmc/ui/util/waveform.c b/src/fruits/cmc/ui/util/waveform.c index 8d37543..535f219 100644 --- a/src/fruits/cmc/ui/util/waveform.c +++ b/src/fruits/cmc/ui/util/waveform.c @@ -103,6 +103,7 @@ static void test_write_bitmap(struct cmc_list_entry *entry, u32 width, u32 heigh } #endif +/* static const char *octant_lut[] = { " ", "๐บจ", "๐บซ", "๐ฎ", "๐ด", "โ", "๐ด", "๐ด", "๐ด", "๐ด", "โ", "๐ด
", "๐ด", "๐ด", "๐ด", "โ", "๐ด", "๐ด", "๐ด", "๐ด", "๐ฏฆ", "๐ด", "๐ด", "๐ด", "๐ด", "๐ด", "๐ด", "๐ด", "๐ด", "๐ด", "๐ด", "๐ด", @@ -121,11 +122,14 @@ static const char *octant_lut[] = { "๐ท", "๐ท", "๐ท", "๐ท", "๐ท", "๐ท", "๐ท", "๐ท", "๐ท", "๐ท", "๐ท", "๐ท", "๐ท", "๐ท", "๐ท", "๐ท", "โ", "๐ท", "๐ท", "๐ท", "๐ท", "โ", "๐ท", "๐ท ", "๐ทก", "๐ทข", "โ", "๐ทฃ", "โ", "๐ทค", "๐ทฅ", "โ" }; +*/ #define RMS_BIT (1 << 8) void cmc_draw_waveform(struct cmc_list_entry *entry, u32 width, u32 height, bool include_rms, char ***buf, u32 **rgba) { + (void)include_rms; + (void)buf; #ifdef OUTPUT_WAVEFORM_PNG test_write_bitmap(entry, width, height, rgba); return; |