mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-08-31 19:08:29 +00:00
feat: removed Tesira and Soundstructure DSPs
This commit is contained in:
parent
95627df1a6
commit
3c9d7bb28c
8 changed files with 5 additions and 1036 deletions
|
|
@ -34,6 +34,7 @@ namespace PepperDash.Essentials
|
|||
public string Label { get; set; }
|
||||
public int Level { get; set; }
|
||||
|
||||
/*
|
||||
/// <summary>
|
||||
/// Helper to get the device associated with key - one timer.
|
||||
/// </summary>
|
||||
|
|
@ -55,6 +56,7 @@ namespace PepperDash.Essentials
|
|||
return null;
|
||||
}
|
||||
|
||||
/*
|
||||
// DSP format: deviceKey--levelName, biampTesira-1--master
|
||||
match = Regex.Match(DeviceKey, @"([-_\w]+)--(.+)");
|
||||
if (match.Success)
|
||||
|
|
@ -70,8 +72,11 @@ namespace PepperDash.Essentials
|
|||
// No volume for some reason. We have failed as developers
|
||||
return null;
|
||||
}
|
||||
|
||||
|
||||
return null;
|
||||
|
||||
}
|
||||
*/
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue