hsc3-0.14: Haskell SuperCollider

Safe HaskellSafe-Inferred

Sound.SC3.Server.Enum

Description

Server input enumerations.

Synopsis

Documentation

data AddAction Source

Enumeration of possible locations to add new nodes (s_new and g_new).

data ErrorScope Source

Error posting scope.

Constructors

Globally

Global scope

Locally

Bundle scope

data ErrorMode Source

Error posting mode.

Constructors

ErrorsOff

Turn error posting off

ErrorsOn

Turn error posting on

data PrintLevel Source

Enumeration of Message printer types.