mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-12 03:57:27 +00:00
parent
feb99ecbb6
commit
0c7ec82529
1 changed files with 7 additions and 3 deletions
|
|
@ -18,9 +18,13 @@ namespace PepperDash.Essentials.Devices.Common.DSP
|
||||||
|
|
||||||
public Dictionary<string, DspControlPoint> SwitcherControlPoints { get; private set; }
|
public Dictionary<string, DspControlPoint> SwitcherControlPoints { get; private set; }
|
||||||
|
|
||||||
public DspBase(string key, string name) :
|
public DspBase(string key, string name) :
|
||||||
base(key, name)
|
base(key, name)
|
||||||
{
|
{
|
||||||
|
|
||||||
|
LevelControlPoints = new Dictionary<string, IBasicVolumeWithFeedback>();
|
||||||
|
DialerControlPoints = new Dictionary<string, DspControlPoint>();
|
||||||
|
SwitcherControlPoints = new Dictionary<string, DspControlPoint>();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue