mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 06:07:44 +00:00
Piano: Create controller widgets for processor parameters
These widgets attach to a processor parameter and keep the two sides in sync. They will become very useful for smart processor interfaces.
This commit is contained in:
parent
481f7d6afa
commit
8f8ae5eb53
6 changed files with 90 additions and 8 deletions
|
@ -7,7 +7,7 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#include "ProcessorParameterSlider.h"
|
||||
#include "ProcessorParameterWidget/Slider.h"
|
||||
#include <AK/NonnullRefPtrVector.h>
|
||||
#include <LibGUI/Frame.h>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue