added IDspPreset Interface

Implemented IDspPreset Interface on internal Tesira DSP

Resolves #457
This commit is contained in:
Trevor Payne
2020-10-21 12:55:41 -05:00
parent f95b50c99d
commit 1484c26434
4 changed files with 21 additions and 4 deletions

View File

@@ -296,8 +296,13 @@ namespace PepperDash.Essentials.Devices.Common.DSP
if(!CommandQueueInProgress)
SendNextQueuedCommand();
}
}
public override void RunPreset(int data)
{
SendLine(String.Format("Device recallPreset {0}", data ));
}
/// <summary>
/// Adds a raw string command to the queue
/// </summary>