This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| vividshaper_reference_manual [2025/08/23 17:25] – [API] lars | vividshaper_reference_manual [2025/09/13 15:47] (current) – [API] lars | ||
|---|---|---|---|
| Line 89: | Line 89: | ||
| legato | legato | ||
| portamento[x] | portamento[x] | ||
| + | portamentotype -- 0 for linear, 1 for exponential | ||
| -- Coming soon in a future version (v1.5 probably) | -- Coming soon in a future version (v1.5 probably) | ||
| Line 109: | Line 109: | ||
| d1vol[x] | d1vol[x] | ||
| d2vol[x] | d2vol[x] | ||
| - | ovol[x] -- How much of oscillator x that should be sent to main output (1 = default) | + | |
| - | mvol -- Amplify | + | -- Reverb output information |
| + | reverb1[x] | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | reverb2[x] | ||
| + | rrvol -- Amplification of reberb2 output | ||
| + | |||
| + | -- Other routes of sound | ||
| + | mvol[x] -- How much of oscillator x that should be sent to main output (1 = default) | ||
| + | mrvol | ||
| + | avol[x] | ||
| + | apanning[x] | ||
| + | arvol -- Amplification on alternative route | ||
| + | |||
| -- Views settings | -- Views settings | ||
| Line 169: | Line 189: | ||
| -- start higher. You can also call the function without level as argument (v1.4). It will then be zero. | -- start higher. You can also call the function without level as argument (v1.4). It will then be zero. | ||
| vol[x] = VSADSR(attack, | vol[x] = VSADSR(attack, | ||
| - | vol[x] = VSADSR(attack, | + | vol[x] = VSADSR(attack, |
| vol[x] = VSADSRE(attack, | vol[x] = VSADSRE(attack, | ||
| - | vol[x] = VSADSR(attack, | + | vol[x] = VSADSR(attack, |
| -- Filters (x = oscillator) | -- Filters (x = oscillator) | ||