pd-andy / elm-audio-graph / AudioGraph.Units


type alias ChannelNumber =
Basics.Int

Represents the channel number of an auidio node input or output.


type alias Hertz =
Basics.Float

Represents frequency in Herts.


type alias KValue =
Basics.Float

Represents an arbitrary control value. The "K" is a naming convention that has its roots in MUSIC 11 and has been adopted by most music computing platforms including Csound and SuperCollider.


type alias MIDI =
Basics.Int

Represents a MIDI note number.