mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-08-05 05:04:27 -04:00
solving_Audio_App_AM_GUI_Problem_issue_2604 (#2609)
This commit is contained in:
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.
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue