GUI: compact sample editor
automatic button layout depending on available width
This commit is contained in:
parent
69e3515757
commit
012d43b331
3 changed files with 33 additions and 22 deletions
|
|
@ -2091,6 +2091,8 @@ class FurnaceGUI {
|
|||
void pushWarningColor(bool warnCond, bool errorCond=false);
|
||||
void popWarningColor();
|
||||
|
||||
void sameLineMaybe(float width=-1.0f);
|
||||
|
||||
float calcBPM(const DivGroovePattern& speeds, float hz, int vN, int vD);
|
||||
|
||||
void patternRow(int i, bool isPlaying, float lineHeight, int chans, int ord, const DivPattern** patCache, bool inhibitSel);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue