StkInst:
Filter:
Classes (extension) | UGens > PhysicalModels

StkInst : UGen : AbstractFunction : Object
ExtensionExtension

Wrapping Synthesis toolkit.
Source: StkInst.sc

Description

Wrapping of Synthesis toolkit physical model instruments https://ccrma.stanford.edu/software/stk/index.html

Class Methods

StkInst.ar(instNumber: 6, freq: 220, gate: 1, onamp: 1, offamp: 0.5, args)

Arguments:

instNumber

The number identifying which instrument is used (Can be setted with Stk Array)

freq

Sound frequency.

gate

Does noteOn on 0 to 1 changes and noteOff on 1 to 0 changes.

onamp

Amplitude used on noteOn.

offamp

Amplitude used on noteOff.

args

Array of control numbers and control values (most of them 0-128) according to Stk.

Inherited class methods

Instance Methods

Inherited instance methods

Examples