Stop Song Tile#
This Tile stops a song.
Description#
Inputs#
Song#
Info
- Type
FileAccepted types: Song files - Usage
Wire to a Sound Tile.
Output#
Stop#
Info
- Return
None - Usage
Stops the song.
Real Signature#
Signature
- A plain language description of the function associated with the tile
def SquareRoot(x): return math.sqrt(0)