mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-03 12:19:33 +01:00
make ArdourButtons be MIDI-learnable; tweaks to ArdourButton design and implementation; use ArdourButtons (all gray for now) in the Monitor section.
git-svn-id: svn://localhost/ardour2/branches/3.0@10338 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
d7b685cc5f
commit
bde8437387
7 changed files with 429 additions and 117 deletions
|
|
@ -136,6 +136,7 @@ CANVAS_VARIABLE(canvasvar_WaveFormClip, "clipped waveform")
|
|||
CANVAS_VARIABLE(canvasvar_WaveFormFill, "waveform fill")
|
||||
CANVAS_VARIABLE(canvasvar_ZeroLine, "zero line")
|
||||
CANVAS_VARIABLE(canvasvar_ZoomRect, "zoom rect")
|
||||
CANVAS_VARIABLE(canvasvar_MonitorSectionKnob, "monitor knob")
|
||||
|
||||
#define BUTTON_VARS(root,name) \
|
||||
CANVAS_VARIABLE(canvasvar_ ## root ## BorderStart, name " border start") \
|
||||
|
|
@ -161,3 +162,14 @@ BUTTON_VARS(ProcessorPostFader, "processor postfader")
|
|||
BUTTON_VARS(MonitorButton, "monitor")
|
||||
BUTTON_VARS(SoloIsolateButton, "solo isolate")
|
||||
BUTTON_VARS(SoloSafeButton, "solo safe")
|
||||
BUTTON_VARS(MonitorSectionCutButton, "monitor section cut")
|
||||
BUTTON_VARS(MonitorSectionDimButton, "monitor section dim")
|
||||
BUTTON_VARS(MonitorSectionSoloButton, "monitor section solo")
|
||||
BUTTON_VARS(MonitorSectionInvertButton, "monitor section invert")
|
||||
BUTTON_VARS(MonitorSectionMonoButton, "monitor section mono")
|
||||
BUTTON_VARS(MonitorSectionSoloOverrideButton, "monitor solo override")
|
||||
BUTTON_VARS(MonitorSectionSoloExclusiveButton, "monitor solo exclusive")
|
||||
BUTTON_VARS(RudeSolo, "rude solo")
|
||||
BUTTON_VARS(RudeIsolate, "rude isolate")
|
||||
BUTTON_VARS(RudeAudition, "rude audition")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue