Safe Haskell | Safe-Inferred |
---|
Tools for interactively tweaking Symbol parameters.
TODO using this module on linux will break the REPL. Apparently ghci on linux has a problem when it has to link in a FFI-using module.
Synopsis
- make :: Cmd.CmdL ()
- set :: Symbol.Symbol -> Cmd.CmdL ()
- get_fonts :: Cmd.CmdL [Symbol.Font]
- glyph_at :: Int -> (Double, Double) -> Symbol.Glyph -> Symbol.Glyph
- font :: String -> Symbol.Glyph -> Symbol.Glyph
- rotate :: Int -> Symbol.Glyph -> Symbol.Glyph
- arp_up :: Symbol.Symbol
- arp_arrow_up :: Symbol.Glyph
- arp :: Symbol.Glyph
Documentation
Make a test block with a dummy track and event that will display the symbol under test.
set :: Symbol.Symbol -> Cmd.CmdL () Source #
Put the given Symbol into the test block.
get_fonts :: Cmd.CmdL [Symbol.Font] Source #
glyph_at :: Int -> (Double, Double) -> Symbol.Glyph -> Symbol.Glyph Source #
font :: String -> Symbol.Glyph -> Symbol.Glyph Source #
rotate :: Int -> Symbol.Glyph -> Symbol.Glyph Source #
arp :: Symbol.Glyph Source #