mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-02-17 05:35:03 +00:00
@@ -21,6 +21,10 @@ namespace PepperDash.Essentials.Devices.Common.DSP
|
|||||||
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>();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user