mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-15 13:36:48 +00:00
fix: Changes LevelControlLists to AudioControlPointLists and modified IHasDspPresets
This commit is contained in:
parent
d8d2c5b340
commit
2e61d8d709
10 changed files with 130 additions and 53 deletions
12
src/PepperDash.Essentials.Core/Devices/IDspPresets.cs
Normal file
12
src/PepperDash.Essentials.Core/Devices/IDspPresets.cs
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
using PepperDash.Core;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace PepperDash.Essentials.Core
|
||||
{
|
||||
public interface IDspPresets
|
||||
{
|
||||
Dictionary<string, IKeyName> Presets { get; }
|
||||
|
||||
void RecallPreset(string key);
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue