Module

Audio.Graph

Package
purescript-audiograph
Repository
newlandsvalley/purescript-audiograph

#NodeId Source

type NodeId = String

an identifier of a node

#NodeDef Source

data NodeDef

An audio node definition

Constructors

#Reference Source

#AudioGraph Source

type AudioGraph = List NodeDef

A full graph

#Assemblage Source

type Assemblage = Map String AudioNode

A run-time assemblage of nodes built from the graph