Skip to content

Commit

Permalink
solve n warning by renaming to k
Browse files Browse the repository at this point in the history
  • Loading branch information
geikha committed Apr 19, 2024
1 parent 8e7ee39 commit 1b550bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Sound/Tidal/Boot.hs
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ p = streamReplace tidal

-- | Silences a specific stream, regardless of ControlPattern input. Useful for rapid muting of streams
_p :: Tidally => ID -> ControlPattern -> IO ()
_p n _ = streamReplace tidal n silence
_p k _ = streamReplace tidal k silence

-- | Silences a specific stream, regardless of ControlPattern input. Useful for rapid muting of streams
p_ :: Tidally => ID -> ControlPattern -> IO ()
Expand Down

0 comments on commit 1b550bd

Please sign in to comment.