solving_Audio_App_AM_GUI_Problem_issue_2604 (#2609)

This commit is contained in:
Brumi-2021
2025-04-04 14:04:06 +02:00
committed by GitHub
parent 4bbe1175c1
commit 4162820409
2 changed files with 12 additions and 9 deletions
@@ -40,7 +40,6 @@ class AnalogAudioView;
class AMOptionsView : public View {
public:
AMOptionsView(AnalogAudioView* view, Rect parent_rect, const Style* style);
int16_t previous_filter_array_index = 0;
private:
Text label_config{
@@ -59,7 +58,7 @@ class AMOptionsView : public View {
{23 * 8, 0 * 16},
7,
{{"ZOOM x1", 0},
{"ZOOM x2", 6}} // offset index array filters.
{"ZOOM x2", 6}} // offset index AM modes array FIR filters.
};
};