Skip to content

Stop Song Tile#


alt text This Tile stops a song.

Description#

Description

  • Stops 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#

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)