Home
last modified time | relevance | path

Searched refs:pitch2 (Results 1 – 25 of 87) sorted by relevance

1234

/dports/cad/geda/geda-gaf-1.8.2/gschem/src/
H A Do_circle.c60 gint angle2, gint pitch2) in o_circle_fill_hollow() argument
92 gint angle2, gint pitch2) in o_circle_fill_fill() argument
132 gint angle2, gint pitch2) in o_circle_fill_hatch() argument
185 gint angle2, gint pitch2) in o_circle_fill_mesh() argument
210 int angle1, pitch1, angle2, pitch2; in o_circle_draw() local
249 pitch2 = o_current->fill_pitch2; in o_circle_draw()
254 pitch1 = 1; pitch2 = 1; in o_circle_draw()
265 pitch1 = 1; pitch2 = 1; in o_circle_draw()
275 pitch2 = 1; in o_circle_draw()
282 pitch1 = 1; pitch2 = 1; in o_circle_draw()
[all …]
H A Do_box.c65 gint angle2, gint pitch2) in o_box_fill_hollow() argument
95 gint angle2, gint pitch2) in o_box_fill_fill() argument
131 gint angle2, gint pitch2) in o_box_fill_hatch() argument
180 gint angle2, gint pitch2) in o_box_fill_mesh() argument
202 int angle1, pitch1, angle2, pitch2; in o_box_draw() local
257 pitch2 = o_current->fill_pitch2; in o_box_draw()
262 pitch1 = 1; pitch2 = 1; in o_box_draw()
273 pitch1 = 1; pitch2 = 1; in o_box_draw()
283 pitch2 = 1; in o_box_draw()
290 pitch1 = 1; pitch2 = 1; in o_box_draw()
[all …]
H A Do_path.c176 gint angle2, gint pitch2) in o_path_fill_hollow() argument
201 gint angle2, gint pitch2) in o_path_fill_fill() argument
228 gint angle2, gint pitch2) in o_path_fill_hatch() argument
273 gint angle2, gint pitch2) in o_path_fill_mesh() argument
295 int angle1, pitch1, angle2, pitch2; in o_path_draw() local
305 pitch2 = o_current->fill_pitch2; in o_path_draw()
310 pitch1 = 1; pitch2 = 1; in o_path_draw()
321 pitch1 = 1; pitch2 = 1; in o_path_draw()
331 pitch2 = 1; in o_path_draw()
338 pitch1 = 1; pitch2 = 1; in o_path_draw()
[all …]
/dports/cad/geda/geda-gaf-1.8.2/libgeda/src/
H A Do_circle_basic.c261 pitch2 = -1; in o_circle_read()
355 pitch2 = object->fill_pitch2; in o_circle_save()
680 pitch2 = o_current->fill_pitch2; in o_circle_print()
685 angle2 = -1; pitch2 = 1; in o_circle_print()
695 angle2 = -1; pitch2 = 1; in o_circle_print()
702 angle2 = -1; pitch2 = 1; in o_circle_print()
714 angle2 = -1; pitch2 = 1; in o_circle_print()
970 int angle2, int pitch2, in o_circle_print_filled() argument
1016 int angle2, int pitch2, in o_circle_print_mesh() argument
1030 angle2, pitch2, in o_circle_print_mesh()
[all …]
H A Do_path_basic.c165 int fill_type, fill_width, angle1, pitch1, angle2, pitch2; in o_path_read() local
180 &pitch1, &angle2, &pitch2, &num_lines) != 14) { in o_path_read()
254 int fill_width, angle1, pitch1, angle2, pitch2; in o_path_save() local
270 pitch2 = object->fill_pitch2; in o_path_save()
911 int fill_width, angle1, pitch1, angle2, pitch2; in o_path_print() local
999 pitch2 = o_current->fill_pitch2; in o_path_print()
1004 angle2 = -1; pitch2 = 1; in o_path_print()
1014 angle2 = -1; pitch2 = 1; in o_path_print()
1021 angle2 = -1; pitch2 = 1; in o_path_print()
1032 if((pitch1 <= 0) || (pitch2 <= 0)) { in o_path_print()
[all …]
H A Do_box_basic.c302 pitch2 = -1; in o_box_read()
420 pitch2 = object->fill_pitch2; in o_box_save()
773 pitch2 = o_current->fill_pitch2; in o_box_print()
778 angle2 = -1; pitch2 = 1; in o_box_print()
788 angle2 = -1; pitch2 = 1; in o_box_print()
795 angle2 = -1; pitch2 = 1; in o_box_print()
805 if((pitch1 <= 0) || (pitch2 <= 0)) { in o_box_print()
807 angle2 = -1; pitch2 = 1; in o_box_print()
1172 int angle2, int pitch2, in o_box_print_filled() argument
1224 int angle2, int pitch2, in o_box_print_mesh() argument
[all …]
/dports/games/libretro-nxengine/nxengine-libretro-10c4381/nxengine/sound/
H A Dpxt.cpp333 stPXWave *pitch2 = &chan->pitch2; in CreateAudio() local
355 pitch2->phaseinc = ((MODEL_SIZE * pitch2->repeat) / (float_type)size_blocks); in CreateAudio()
366 pitch2->phaseacc = (float_type)pitch2->offset; in CreateAudio()
371 pitch2->white_ptr = pitch2->offset; in CreateAudio()
417 GETWAVEBYTE(pitch2, bm2); in CreateAudio()
426 if (pitch2->model_no==MOD_PULSE) bm2 = (signed char)bm2; in CreateAudio()
452 pitch2->phaseacc += pitch2->phaseinc; in CreateAudio()
795 memset(&snd->chan[i].pitch2, 0, sizeof(stPXWave)); in pxt_load()
796 pxt_SetModel(&snd->chan[i].pitch2, 0); in pxt_load()
/dports/devel/efl/efl-1.25.1/src/lib/evas/common/
H A Devas_font_compress.c318 int pitch2, x, y, *iptr; in compress_bpp4() local
322 pitch2 = (w + 1) / 2; in compress_bpp4()
324 buf = malloc(sizeof(int) + (pitch2 * h)); in compress_bpp4()
332 *size_ret = (pitch2 * h) + sizeof(int); in compress_bpp4()
336 d = p + (y * pitch2); in compress_bpp4()
360 int pitch2, x, y; in decompress_bpp4() local
364 pitch2 = (w + 1) / 2; in decompress_bpp4()
369 s = src + (y * pitch2); in decompress_bpp4()
H A Devas_font_compress_draw.c249 int pitch2; variable
255 pitch2 = (w + 1) / 2;
256 s0 = fgo->rle + sizeof(int) + (y1 * pitch2);
335 s0 += pitch2;
/dports/audio/midifile/midifile-988d55b/tools/
H A Dmidimixup.cpp147 int pitch2 = noteon2->getKeyNumber(); in swapNotes() local
148 if (pitch1 == pitch2) { return; } in swapNotes()
150 if (pitch2 < 0) { return; } in swapNotes()
152 noteon1->setKeyNumber(pitch2); in swapNotes()
153 noteoff1->setKeyNumber(pitch2); in swapNotes()
/dports/audio/espeak/espeak-1.48.04-source/src/
H A Dintonation.cpp50 unsigned char pitch2; member
424 int pitch1, pitch2; in set_pitch() local
429 pitch2 = base; in set_pitch()
437 pitch1 = pitch2 + drop; in set_pitch()
442 if(pitch2 > 254) pitch2 = 254; in set_pitch()
445 syl->pitch2 = pitch2; in set_pitch()
1299 p->pitch2 = syl->pitch2; in CalcPitches()
1310 if(p->pitch1 > p->pitch2) in CalcPitches()
1314 p->pitch1 = p->pitch2; in CalcPitches()
1315 p->pitch2 = x; in CalcPitches()
[all …]
H A Dsetlengths.cpp746 p->pitch2 = last_pitch; in CalcLengths()
772 p->pitch2 = phoneme_list[ix2].pitch2; in CalcLengths()
778 p->pitch1 = p->pitch2-16; in CalcLengths()
779 if(p->pitch2 < 16) in CalcLengths()
955 pitch_start = p->pitch1 + ((p->pitch2-p->pitch1)*pitch_env[0])/256; in CalcLengths()
967 prev->pitch2 = pitch_start; in CalcLengths()
1009 if((min_drop > 0) && ((p->pitch2 - p->pitch1) < min_drop)) in CalcLengths()
1011 pitch1 = p->pitch2 - min_drop; in CalcLengths()
1017 last_pitch = p->pitch1 + ((p->pitch2-p->pitch1)*envelope_data[p->env][127])/256; in CalcLengths()
H A Dsynth_mbrola.cpp43 extern void SetPitch2(voice_t *voice, int pitch1, int pitch2, int *pitch_base, int *pitch_range);
296 static char *WritePitch(int env, int pitch1, int pitch2, int split, int final) in WritePitch() argument
320 SetPitch2(voice, pitch1, pitch2, &pitch_base, &pitch_range); in WritePitch()
522 char *pitch = WritePitch(p->env,p->pitch1,p->pitch2,0,0); in MbrolaTranslate()
529 pitch = WritePitch(p->env,p->pitch1,p->pitch2,len_percent,0); in MbrolaTranslate()
533 pitch = WritePitch(p->env,p->pitch1,p->pitch2,-len_percent,0); in MbrolaTranslate()
578 final_pitch = WritePitch(p->env,p->pitch1,p->pitch2,0,1); in MbrolaTranslate()
586 final_pitch = WritePitch(p->env,p->pitch1,p->pitch2,0,1); in MbrolaTranslate()
H A Dsynthesize.cpp170 pitch2 = 76; in DoPitch()
176 if(pitch2 < 0) in DoPitch()
177 pitch2 = 0; in DoPitch()
183 q[3] = (pitch1 << 16) + pitch2; in DoPitch()
1523 DoPitch(envelope_data[p->env],p->pitch1,p->pitch2); in Generate()
1538 DoPitch(envelope_data[p->env],p->pitch1,p->pitch2); in Generate()
1593 DoPitch(envelope_data[p->env],p->pitch1,p->pitch2); in Generate()
1636 DoPitch(envelope_data[p->env],p->pitch1,p->pitch2); in Generate()
1677 DoPitch(envelope_data[p->env],p->pitch1,p->pitch2); in Generate()
1767 DoPitch(pitch_env,p->pitch1,p->pitch2); in Generate()
[all …]
/dports/audio/praat/praat-6.2.03/external/espeak/
H A Dintonation.cpp50 unsigned char pitch2;
386 int pitch1, pitch2;
391 pitch2 = base;
398 pitch1 = pitch2 + drop;
403 if (pitch2 > 254) pitch2 = 254;
406 syl->pitch2 = pitch2;
1088 p->pitch2 = syl->pitch2;
1096 if (p->pitch1 > p->pitch2) {
1099 p->pitch1 = p->pitch2;
1100 p->pitch2 = x;
[all …]
H A Dsynthesize.cpp151 pitch2 = 76; in DoPitch()
157 if (pitch2 < 0) in DoPitch()
158 pitch2 = 0; in DoPitch()
164 q[3] = (pitch1 << 16) + pitch2; in DoPitch()
1283 DoPitch(envelope_data[p->env], p->pitch1, p->pitch2); in Generate()
1334 DoPitch(envelope_data[p->env], p->pitch1, p->pitch2); in Generate()
1365 DoPitch(envelope_data[p->env], p->pitch1, p->pitch2); in Generate()
1473 DoPitch(pitch_env, p->pitch1, p->pitch2); in Generate()
1476 DoPitch(envelope_data[PITCHrise], p->pitch2 - 15, p->pitch2); in Generate()
1479 DoPitch(pitch_env, p->pitch1, p->pitch2); in Generate()
[all …]
H A Dsetlengths.cpp590 p->pitch2 = last_pitch; in CalcLengths()
605 p->pitch2 = phoneme_list[ix2].pitch2; in CalcLengths()
611 p->pitch1 = p->pitch2-16; in CalcLengths()
612 if (p->pitch2 < 16) in CalcLengths()
755 pitch_start = p->pitch1 + ((p->pitch2-p->pitch1)*pitch_env[0])/256; in CalcLengths()
766 prev->pitch2 = pitch_start; in CalcLengths()
797 if ((min_drop > 0) && ((p->pitch2 - p->pitch1) < min_drop)) { in CalcLengths()
798 pitch1 = p->pitch2 - min_drop; in CalcLengths()
804 last_pitch = p->pitch1 + ((p->pitch2-p->pitch1)*envelope_data[p->env][127])/256; in CalcLengths()
H A Dsynth_mbrola.cpp40 extern void SetPitch2(voice_t *voice, int pitch1, int pitch2, int *pitch_base, int *pitch_range);
211 static char *WritePitch(int env, int pitch1, int pitch2, int split, int final) in WritePitch() argument
234 SetPitch2(voice, pitch1, pitch2, &pitch_base, &pitch_range); in WritePitch()
404 char *pitch = WritePitch(p->env, p->pitch1, p->pitch2, 0, 0); in MbrolaTranslate()
409 pitch = WritePitch(p->env, p->pitch1, p->pitch2, len_percent, 0); in MbrolaTranslate()
413 pitch = WritePitch(p->env, p->pitch1, p->pitch2, -len_percent, 0); in MbrolaTranslate()
452 final_pitch = WritePitch(p->env, p->pitch1, p->pitch2, 0, 1); in MbrolaTranslate()
458 final_pitch = WritePitch(p->env, p->pitch1, p->pitch2, 0, 1); in MbrolaTranslate()
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/share/extensions/
H A Drender_gears.py122 pitch2 = c + half_thick_angle
123 base2 = pitch2 + pitch_to_base_angle
124 outer2 = pitch2 - pitch_to_outer_angle
132 p2 = point_on_circle(pitch_radius, pitch2)
138 root2 = pitch2 + pitch_to_root_angle
/dports/cad/lepton-eda/lepton-eda-1.9.17/liblepton/src/
H A Dbox_object.c376 int fill_width, angle1, pitch1, angle2, pitch2; in lepton_box_object_read() local
406 pitch2 = -1; in lepton_box_object_read()
419 &fill_width, &angle1, &pitch1, &angle2, &pitch2) != 17) { in lepton_box_object_read()
470 pitch2, in lepton_box_object_read()
495 int fill_width, angle1, pitch1, angle2, pitch2; in lepton_box_object_to_buffer() local
538 pitch2 = lepton_object_get_fill_pitch2 (object); in lepton_box_object_to_buffer()
545 fill_width, angle1, pitch1, angle2, pitch2); in lepton_box_object_to_buffer()
H A Dfill.c48 fill->pitch2 = DEFAULT_FILL_PITCH2; in lepton_fill_new()
185 return fill->pitch2; in lepton_fill_get_pitch2()
200 fill->pitch2 = pitch; in lepton_fill_set_pitch2()
H A Dpath_object.c209 int fill_type, fill_width, angle1, pitch1, angle2, pitch2; in o_path_read() local
224 &pitch1, &angle2, &pitch2, &num_lines) != 14) { in o_path_read()
279 pitch2, in o_path_read()
307 int fill_width, angle1, pitch1, angle2, pitch2; in lepton_path_object_to_buffer() local
323 pitch2 = lepton_object_get_fill_pitch2 (object); in lepton_path_object_to_buffer()
332 fill_width, angle1, pitch1, angle2, pitch2, in lepton_path_object_to_buffer()
H A Dcircle_object.c308 int fill_width, angle1, pitch1, angle2, pitch2; in o_circle_read() local
335 pitch2 = -1; in o_circle_read()
348 &fill_width, &angle1, &pitch1, &angle2, &pitch2) != 16) { in o_circle_read()
389 pitch2, in o_circle_read()
/dports/audio/codec2/codec2-1.0.3/octave/
H A Dplpitch.m12 pitch2 = load(pitch2_name); variable
33 plot(pitch2(st:en),l2);
/dports/audio/py-music21/music21-7.1.0/music21/
H A Dinterval.py3398 pitch2 = copy.deepcopy(pitch1)
3406 pitch2.step = newStep
3407 pitch2.octave = newOctave
3408 pitch2.accidental = None
3409 pitch2.microtone = None
3422 pitch2.octave = pitch2.octave - 1
3434 pitch2.ps = pitch2.ps + halfStepsToFix
3444 pitch2.octave = None
3447 return pitch2
3449 pitch1.name = pitch2.name
[all …]

1234