mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
change UIConfig to use accessor/setter methods like RCConfig so that ParameterChanged methods can actually be emitted; add variable (over a small range) background shading for all TimeAxisViewItems
This commit is contained in:
parent
eed0201c07
commit
96eee9e7a1
40 changed files with 365 additions and 251 deletions
|
|
@ -55,11 +55,11 @@ CanvasPatchChange::CanvasPatchChange(
|
|||
parent,
|
||||
height,
|
||||
(active_channel
|
||||
? ARDOUR_UI::config()->canvasvar_MidiPatchChangeOutline.get()
|
||||
: ARDOUR_UI::config()->canvasvar_MidiPatchChangeInactiveChannelOutline.get()),
|
||||
? ARDOUR_UI::config()->get_canvasvar_MidiPatchChangeOutline()
|
||||
: ARDOUR_UI::config()->get_canvasvar_MidiPatchChangeInactiveChannelOutline()),
|
||||
(active_channel
|
||||
? ARDOUR_UI::config()->canvasvar_MidiPatchChangeFill.get()
|
||||
: ARDOUR_UI::config()->canvasvar_MidiPatchChangeInactiveChannelFill.get()),
|
||||
? ARDOUR_UI::config()->get_canvasvar_MidiPatchChangeFill()
|
||||
: ARDOUR_UI::config()->get_canvasvar_MidiPatchChangeInactiveChannelFill()),
|
||||
x,
|
||||
y)
|
||||
, _info (info)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue