wahsp-0.2: A haskell binding of the Web Audio API ala blank-canvas

Safe HaskellNone
LanguageHaskell2010

Web.Audio.JavaScript

Synopsis

Documentation

data OscillatorNode Source #

OscillatorNode represents a periodic waveform with a frequency (in hertz), detuning (in cents), an OscillatorNodeType (e.g. a sine wave, square wave, etc.), etc.

Constructors

OscillatorNode 

Fields

class JSArg a where Source #

Minimal complete definition

showtJS

Methods

showtJS :: a -> Text Source #

Display a value as JavaScript data.

tshow :: Show a => a -> Text Source #