Delegate SoundRenamedDelegate
A sound bank callback function, called after changing sound name.
Namespace: Stem
Assembly: Stem.dll
Syntax
public delegate void SoundRenamedDelegate(Sound sound, int index, string oldName, string newName);
Parameters
Type | Name | Description |
---|---|---|
Sound | sound | A reference to a sound. |
System.Int32 | index | An index in corresponding Sounds collection. |
System.String | oldName | An old name of the sound. |
System.String | newName | A new name of the sound. |