HSpar:
Filter:
miSCellaneous_lib/Classes (extension) | Libraries > miSCellaneous > HS and HSpar | Streams-Patterns-Events > HS and HSpar

HSpar
ExtensionExtension

object for use of synth values in the language by event patterns

Description

To be used in connection with PHSpar / PHSparUse to play event patterns using synth values. Holds synth definitions, keeps track of OSC traffic when PHSpar / PHSparUse are played. For using a singular help synth see HS and related.

Class Methods

.new

Creates a new HSpar object.

Arguments:

server

Must be running server.

ugenFuncs

Collection of functions that define the synths.

demandLatency

Latency of help synths in seconds. Default value 0.15.

respondLatency

Time in seconds, given to the response to be received by the client on time. Default value 0.15.

postOSC

Boolean for posting of (server to client) OSC messages. Defaults to false.

granularity

Time grains per second, quantization for bookkeeping. Defaults to 200.

inputCheck

Boolean for checking input data. Defaults to true.

Examples