You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I should have made it clearer sorry!
But here's the details, all in ModulationEditor.cpp
There's a class ModulationListContents which does al the filtering. It maintains at any moment std::vector dataRows and the Datum contains everything you need to build the list; It also as a DataRowEditor which turns it into strings and paints it
So the issue really is something like
Add std::string datumToString(const Datum &d) and code it
Talking on accessibility heop this is a nice way to help colleagues debug patches
The text was updated successfully, but these errors were encountered: