hmt-0.20: Haskell Music Theory
Safe HaskellSafe-Inferred
LanguageHaskell2010

Music.Theory.Tuning.Scala.Cli

Contents

Description

Command line interface to hmt/scala.

Synopsis

Documentation

type R = Double Source #

env :: IO () Source #

cut :: Maybe Int -> [a] -> [a] Source #

search :: (IO [a], a -> String, a -> [String]) -> (Bool, Maybe Int) -> [String] -> IO () Source #

rng_enum :: Enum t => (t, t) -> [t] Source #

cps_tbl_cps :: String -> (String, R, Midi, Int) -> (Midi, Midi) -> IO () Source #

Main