Skip to content

Commit

Permalink
Adds subgraph file
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Solomon committed Oct 1, 2021
1 parent e79611f commit dce9cd3
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions src/WAGS/Subgraph.purs
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
module WAGS.Subgraph where

import Prelude

import WAGS.Control.Types (Frame0, SubScene)
import WAGS.Interpret (class AudioInterpret)

type SubSceneSig terminus inputs env =
forall audio engine
. AudioInterpret audio engine
=> SubScene terminus
inputs
env
audio
engine
Frame0
Unit

0 comments on commit dce9cd3

Please sign in to comment.