mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-02-18 14:15:08 +00:00
added IDspPreset Interface
Implemented IDspPreset Interface on internal Tesira DSP Resolves #457
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user