GUI: new pattern renderer, part 6

bullshit that doesn't work
This commit is contained in:
tildearrow 2025-12-30 20:09:30 -05:00
parent 96ff998278
commit f9365a3804
2 changed files with 53 additions and 2 deletions

View file

@ -3016,6 +3016,7 @@ class FurnaceGUI {
float calcBPM(const DivGroovePattern& speeds, float hz, int vN, int vD);
ImVec2 mapSelPoint(const SelectionPoint& s, float lineHeight);
void patternRow(int i, bool isPlaying, float lineHeight, int chans, int ord, const DivPattern** patCache, bool inhibitSel);
void drawMacroEdit(FurnaceGUIMacroDesc& i, int totalFit, float availableWidth, int index);