separate and fix note selector in find/replace

This commit is contained in:
Eknous-P 2025-09-24 13:55:22 +04:00
parent 2785625475
commit 4e97650488
3 changed files with 71 additions and 125 deletions

View file

@ -2869,6 +2869,8 @@ class FurnaceGUI {
// inverted checkbox
bool InvCheckbox(const char* label, bool* value);
bool NoteSelector(int* value, bool showOffRel, int octaveMin=-5, int octaveMax=9);
// mixer stuff
ImVec2 calcPortSetSize(String label, int ins, int outs);
bool portSet(String label, unsigned int portSetID, int ins, int outs, int activeIns, int activeOuts, int& clickedPort, std::map<unsigned int,ImVec2>& portPos);