mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-08-31 10:58:28 +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
|
||||
{
|
||||
/// <summary>
|
||||
/// Saves the DSP preset by key
|
||||
/// Saves the preset by key
|
||||
/// </summary>
|
||||
/// <param name="presetKey"></param>
|
||||
void SavePresetByKey(string presetKey); // mirrors RecallPreset(string key)
|
||||
/// <param name="key">key of preset to save</param>
|
||||
void SavePreset(string key);
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue