wf_16BankSpktra

For use with 16Steps DISCONTINUOUS oscs. The waveform is choosen with the int inlet "select" 0 hollow_2_3 1 hollow_23_3 2 hollow_23_4 3 hp2 4 hp2p 5 hp3p 6 hp5p 7 n12_4___8 8 n12_4___8p 9 no7p 10 spect1 11 spect2 12 spect3 13 primes 14 primesp 15 wide
Author: Thierry Smashed Transistors
License: LGPL
Github: tiar/osc/wf16/wf_16BankSpktra.axo

Inlets

int32 select

Outlets

frac32buffer.bipolar waveform

Control Rate
const int16_t *b = tiar_w16bankSpktra + 32 * (inlet_select % 16);
int16_t *wf16 = (int16_t *)outlet_waveform;
for (int i = 0; i < 32; i++)
  wf16[i] = b[i];

Privacy

© 2024 Zrna Research