Skip to content

Play Song Tile#


alt text This Tile plays a song.

Description#

Description

  • Starts the song that is connected to the Song input.

Inputs#

Song#

Info
  • Type
    File
    
    Accepted 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)