mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-12 12:06:58 +00:00
added IDspPreset Interface
Implemented IDspPreset Interface on internal Tesira DSP Resolves #457
This commit is contained in:
parent
f95b50c99d
commit
1484c26434
4 changed files with 21 additions and 4 deletions
|
|
@ -0,0 +1,9 @@
|
|||
namespace PepperDash.Essentials.Core
|
||||
{
|
||||
public interface IDspPreset
|
||||
{
|
||||
void RunPreset(string name);
|
||||
|
||||
void RunPreset(int id);
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue