wf12_display

wf_12 waveform display for use with the 12Steps series of oscillators (tiar/osc)
Author: Smashed Transistors
License: LGPL
Github: tiar/disp/wf12_display.axo

Inlets

frac32buffer.bipolar wf12 waveform

Outlets

None

Displays

int8array128.vbar wf12

Control Rate
for (int i = 0; i < 12; i++)
  for (int j = i * 10; j < (i + 1) * 10; j++)
    disp_wf12[j] = (uint8_t)(inlet_wf12[i] >> 21);
for (int j = 120; j < 128; j++)
  disp_wf12[j] = (uint8_t)(inlet_wf12[0] >> 21);

Privacy

© 2024 Zrna Research