Delegate SoundAddedDelegate
A sound bank callback function, called after adding sound to the bank.
Namespace: Stem
Assembly: Stem.dll
Syntax
public delegate void SoundAddedDelegate(Sound sound);
Parameters
Type | Name | Description |
---|---|---|
Sound | sound | A reference to a newly added sound. |