Skip to content

Instantly share code, notes, and snippets.

@algorev
Created May 23, 2017 14:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save algorev/474843913ad87cf628ed02c74be85ade to your computer and use it in GitHub Desktop.
Save algorev/474843913ad87cf628ed02c74be85ade to your computer and use it in GitHub Desktop.
A Haskell function for tidal to convert a scale to a pattern
spat :: [Int] -> [Char]
spat scale = unwords (map (\x -> show x) scale)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment