vivid-0.3.0.2: Sound synthesis with SuperCollider

Safe HaskellNone
LanguageHaskell98
ExtensionsDataKinds

Vivid.NoPlugins

Contents

Description

Exports everything from Vivid (and some helpful reexports) except Plugins

Synopsis

Vivid Reexports

Vivid-supercollider Reexports:

Handy Reexports For Livecoding

module Data.Int

(&) :: a -> (a -> b) -> b infixl 1 #

& is a reverse application operator. This provides notational convenience. Its precedence is one higher than that of the forward application operator $, which allows & to be nested in $.

Since: 4.8.0.0