| Copyright | (c) OleksandrZhabenko 2020 2024 |
|---|---|
| License | MIT |
| Maintainer | oleksandr.zhabenko@yahoo.com |
| Stability | Experimental |
| Safe Haskell | None |
| Language | Haskell2010 |
DobutokO.Sound.ParseList
Description
Helps to create experimental music from a file (or its part) and a Ukrainian text. It can also generate a timbre for the notes. Uses SoX inside.
Synopsis
Documentation
containsExt :: [String] -> Bool Source #
canBePreParseV :: Vector String -> Bool Source #
Predicate to check whether a Vector does not contain round parentheses or dash (a minus sign) as its elements. Is used internally in the
parseStoLInts function to avoid lists with negative elements.
parseV :: Int -> Vector String -> Maybe [Int] Source #
Notification. Uses an Int limitation to avoid infinite lists. All arguments must be not negative.
parseVInf :: Vector String -> Maybe [Int] Source #
From the 0.19.0.0 version. Can be used to parse also into infinite lists.