strings
Strings — Bowed/plucked string instrument (modal wrapper). body: violin/viola/cello/double-bass/guitar/harp.
Quick Start
strings({ body: 'violin', style: 'arco', gain: 0.35 })Parameters
| Name | Type | Default | Range/Options | Description |
|---|---|---|---|---|
body | enum | violin | violin viola cello double-bass guitar harp | Instrument body |
style | enum | arco | arco pizzicato col-legno | Bowing style (arco / pizzicato / col-legno) |
vibratoRate | number | 5.5 | 1–10 Hz | Vibrato rate (arco only) |
vibratoDepth | number | 0 | 0–1 0–1 | Vibrato depth (arco only) |
brightness | number | 0.5 | 0–1 0–1 | Upper harmonic emphasis (0 = dark, 0.5 = neutral, 1 = bright) |
pressure | number | 0.2 | 0–1 0–1 | Bow pressure (arco only): 0 = legato, 1 = martelé attack |
decay | number | — | 0.05–10 s | Decay time override (pizzicato/col-legno only) |
gain | number | 0.35 | 0–1 0–1 | Output gain |