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