separate and fix note selector in find/replace
This commit is contained in:
parent
2785625475
commit
4e97650488
3 changed files with 71 additions and 125 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue