mirror of
https://codeberg.org/armin/horizont.git
synced 2026-09-01 04:10:46 +02:00
fix pitch feedback loop; tune analyzer UI and dry/wet reflection
This commit is contained in:
parent
b1b83104a7
commit
2359bfd579
5 changed files with 57 additions and 33 deletions
|
|
@ -68,7 +68,10 @@ void Knob::resized()
|
|||
const int valueH = juce::roundToInt (16.0f * s);
|
||||
const int maxKnobSize = juce::roundToInt (84.0f * s);
|
||||
|
||||
bounds.removeFromTop (juce::roundToInt (15.0f * s));
|
||||
|
||||
auto nameArea = bounds.removeFromTop (nameH);
|
||||
bounds.removeFromBottom (juce::roundToInt (10.0f * s));
|
||||
auto valueArea = bounds.removeFromBottom (valueH);
|
||||
nameLabel.setBounds (nameArea);
|
||||
valueLabel.setBounds (valueArea);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue