mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-08-31 19:08:29 +00:00
fix: Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
d4284bd59f
commit
4dca16e9bd
1 changed files with 3 additions and 3 deletions
|
|
@ -6,9 +6,9 @@ namespace PepperDash.Essentials.Core
|
||||||
public interface IHasDspPresetSave : IDspPresets
|
public interface IHasDspPresetSave : IDspPresets
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Saves the DSP preset by key
|
/// Saves the preset by key
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <param name="presetKey"></param>
|
/// <param name="key">key of preset to save</param>
|
||||||
void SavePresetByKey(string presetKey); // mirrors RecallPreset(string key)
|
void SavePreset(string key);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue