mirror of
https://codeberg.org/armin/chromaflock.git
synced 2026-09-01 04:10:47 +02:00
Wire up remaining FX members, param layout, and section bounds
This commit is contained in:
parent
270abe2cc0
commit
758016634f
4 changed files with 18 additions and 6 deletions
|
|
@ -922,9 +922,9 @@ void MainContentComponent::paint(juce::Graphics& g) {
|
|||
drawSection(10, 128, 498, 200);
|
||||
drawSection(518, 128, 624, 200);
|
||||
drawSection(1152, 128, 498, 200);
|
||||
drawSection(75, 338, 498, 160);
|
||||
drawSection(10, 338, 563, 160);
|
||||
drawSection(583, 338, 502, 160);
|
||||
drawSection(1095, 338, 490, 160);
|
||||
drawSection(1095, 338, 555, 160);
|
||||
drawSection(10, 956, 1640, 136);
|
||||
|
||||
// FX sub-sections
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue