fix oscref_channel not taking into account hidden channels

i love when children annoy me then i get ignored for the rest of the day
This commit is contained in:
Eknous-P 2025-11-13 00:32:29 +04:00
parent c681ac507e
commit b5fc6ff39d
2 changed files with 5 additions and 5 deletions

View file

@ -3102,7 +3102,7 @@ class FurnaceGUI {
bool importConfig(String path);
bool exportConfig(String path);
float computeGradPos(int type, int chan);
float computeGradPos(int type, int chan, int totalChans);
void resetColors();
void resetKeybinds();