Module
Audio.Graph.Compiler
- Package
- purescript-audiograph
- Repository
- newlandsvalley/purescript-audiograph
#compile Source
compile :: String -> Either PositionedParseError AudioGraph
compile a graph definition and perform semantic checks
#compileUpdate Source
compileUpdate :: String -> Either PositionedParseError AudioGraph
compile an update graph (which requires no semantic checks)