SoundBlock Constructors
A tape block that plays a single sound.
public SoundBlock(Sound sound, bool? initialSignal = null);
Parameters
| Name | Type | Description |
|---|---|---|
| sound | Sound | The sound to play. |
| initialSignal | Boolean? | The initial signal level, or null to continue from the previous block. |