Home
last modified time | relevance | path

Searched refs:waveform_table (Results 1 – 25 of 29) sorted by relevance

12

/dports/devel/upp/upp/examples/Synth/
H A DGen.cpp5 double waveform_table[9][4096]; variable
10 waveform_table[WAVEFORM_SIN][i] = sin(arg);
11 waveform_table[WAVEFORM_SQUARE][i] = sgn(waveform_table[WAVEFORM_SIN][i]);
12 waveform_table[WAVEFORM_TRIANGLE][i] = abs(2048 - i) / 1024.0 - 1;
13 waveform_table[WAVEFORM_SAWTOOTH][i] = 2 * i / 4096.0 - 1;
17 waveform_table[4][i] = wave_saxophone[i];
18 waveform_table[5][i] = wave_violin[i];
19 waveform_table[6][i] = wave_doublebass[i];
20 waveform_table[7][i] = wave_banjo[i];
21 waveform_table[8][i] = wave_trumpet[i];
[all …]
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/parasites/edges/
H A Ddigital_oscillator.cc198 const prog_uint8_t* wave_1 = waveform_table[base_resource_id + wave_index]; in RenderBandlimitedTriangle()
200 const prog_uint8_t* wave_2 = waveform_table[base_resource_id + wave_index]; in RenderBandlimitedTriangle()
H A Dresources.cc985 const prog_uint8_t* const waveform_table[] = { variable
H A Dresources.h45 extern const prog_uint8_t* const waveform_table[];
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/eurorack/edges/
H A Ddigital_oscillator.cc198 const prog_uint8_t* wave_1 = waveform_table[base_resource_id + wave_index]; in RenderBandlimitedTriangle()
200 const prog_uint8_t* wave_2 = waveform_table[base_resource_id + wave_index]; in RenderBandlimitedTriangle()
H A Dresources.cc985 const prog_uint8_t* const waveform_table[] = { variable
H A Dresources.h45 extern const prog_uint8_t* const waveform_table[];
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/eurorack/peaks/
H A Dresources.cc11082 const int16_t* waveform_table[] = { variable
H A Dresources.h53 extern const int16_t* waveform_table[];
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/parasites/peaks/
H A Dresources.cc11082 const int16_t* waveform_table[] = { variable
H A Dresources.h53 extern const int16_t* waveform_table[];
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/eurorack/tides/
H A Dresources.cc7043 const int16_t* waveform_table[] = { variable
H A Dresources.h49 extern const int16_t* waveform_table[];
H A Dgenerator.cc311 const int16_t* shape_1 = waveform_table[wave_index]; in ProcessAudioRate()
312 const int16_t* shape_2 = waveform_table[wave_index + 1]; in ProcessAudioRate()
478 const int16_t* shape_1 = waveform_table[wave_index]; in ProcessControlRate()
479 const int16_t* shape_2 = waveform_table[wave_index + 1]; in ProcessControlRate()
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/parasites/tides/
H A Dresources.cc9753 const int16_t* waveform_table[] = { variable
H A Dgenerator.cc334 const int16_t* wave_1 = waveform_table[WAV_BANDLIMITED_PARABOLA_0 + index]; in FillBufferAudioRate()
335 const int16_t* wave_2 = waveform_table[WAV_BANDLIMITED_PARABOLA_0 + index + 1]; in FillBufferAudioRate()
369 const int16_t* shape_1 = waveform_table[wave_index]; in FillBufferAudioRate()
370 const int16_t* shape_2 = waveform_table[wave_index + 1]; in FillBufferAudioRate()
592 const int16_t* shape_1 = waveform_table[wave_index]; in FillBufferControlRate()
593 const int16_t* shape_2 = waveform_table[wave_index + 1]; in FillBufferControlRate()
H A Dresources.h49 extern const int16_t* waveform_table[];
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/parasites/yarns/
H A Dresources.cc1223 const int16_t* waveform_table[] = { variable
H A Dresources.h51 extern const int16_t* waveform_table[];
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/eurorack/yarns/
H A Dresources.cc1223 const int16_t* waveform_table[] = { variable
H A Dresources.h51 extern const int16_t* waveform_table[];
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/parasites/braids/
H A Dresources.cc2535 const int16_t* waveform_table[] = { variable
H A Dresources.h53 extern const int16_t* waveform_table[];
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/eurorack/braids/
H A Dresources.cc2535 const int16_t* waveform_table[] = { variable
H A Dresources.h53 extern const int16_t* waveform_table[];

12