(stop! score)

Stops the given score from playing. The `score` should be what was returned by `play!`.

Source

(defn stop! "Stops the given score from playing. The `score` should be what was returned by `play!`." [score] (some-> score sound/tear-down!) nil)