Skip to content

Commit

Permalink
Add TODO comment SurgeStorage.h
Browse files Browse the repository at this point in the history
  • Loading branch information
nuoun committed Aug 7, 2024
1 parent 464afe2 commit dddfce7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/common/SurgeStorage.h
Original file line number Diff line number Diff line change
Expand Up @@ -1344,7 +1344,9 @@ class alignas(16) SurgeStorage
bool oscReceiving{false};
bool oscSending{false};

int voiceCount;
int voiceCount; // TODO: use SurgeSynthesizer class to fetch synth->polydisplay directly from
// valueAt() in FormulaModulationHelper.cpp where it's needed and remove
// this and its assignment in SurgeSynthesizer.cpp

bool getOverrideDataHome(std::string &value);
void createUserDirectory();
Expand Down

0 comments on commit dddfce7

Please sign in to comment.