Reduce plugin width by 102px and fix bottom panel layout to scale proportionally

This commit is contained in:
Armin 2026-07-22 23:10:55 +02:00
commit f035e89ba9
9 changed files with 305 additions and 106 deletions

View file

@ -7,7 +7,7 @@ class PianoRollDisplay : public juce::Component,
public juce::Timer
{
public:
static constexpr int numRows = 12;
static constexpr int numRows = 25;
static constexpr int baseMidiNote = 60;
static constexpr float keyWidth = 50.0f;