Home
last modified time | relevance | path

Searched refs:vcf2 (Results 1 – 25 of 27) sorted by relevance

12

/dports/audio/whysynth/whysynth-20120903/src/
H A Dwhysynth_voice.c361 voice->vcf2.last_mode = -1;
621 *(synth->vcf2.mode) = (float)patch->vcf2.mode;
622 *(synth->vcf2.source) = (float)patch->vcf2.source;
623 *(synth->vcf2.frequency) = patch->vcf2.frequency;
624 *(synth->vcf2.freq_mod_src) = (float)patch->vcf2.freq_mod_src;
625 *(synth->vcf2.freq_mod_amt) = patch->vcf2.freq_mod_amt;
626 *(synth->vcf2.qres) = patch->vcf2.qres;
627 *(synth->vcf2.mparam) = patch->vcf2.mparam;
H A Dgui_data.c132 patch_write_vcf(file, 2, &patch->vcf2); in gui_data_write_patch()
450 c_write_vcf(file, &patch->vcf2); in gui_data_write_patch_as_c()
826 tmp.vcf2.frequency = f0; in gui_data_read_xsynth_patch()
827 tmp.vcf2.qres = f1 / 1.995f; in gui_data_read_xsynth_patch()
828 tmp.vcf2.mode = i0 + 1; in gui_data_read_xsynth_patch()
900 tmp.vcf2.freq_mod_amt = lfo2vcf; in gui_data_read_xsynth_patch()
906 tmp.vcf2.freq_mod_src = Y_MOD_EG1; in gui_data_read_xsynth_patch()
917 tmp.vcf2.freq_mod_src = Y_MOD_EG2; in gui_data_read_xsynth_patch()
1401 tmp.vcf2 = tmp.vcf1; in k4_interpret_patch()
1404 tmp.vcf2 = tmp.vcf1; in k4_interpret_patch()
[all …]
H A Dwhysynth_voice_render.c2625 voice->vcf2.mode = lrintf(*(synth->vcf2.mode)); in y_voice_render()
2732 vcf_2pole(sample_count, &synth->vcf2, voice, &voice->vcf2, in y_voice_render()
2737 vcf_4pole(sample_count, &synth->vcf2, voice, &voice->vcf2, in y_voice_render()
2742 vcf_mvclpf(sample_count, &synth->vcf2, voice, &voice->vcf2, in y_voice_render()
2747 vcf_clip4pole(sample_count, &synth->vcf2, voice, &voice->vcf2, in y_voice_render()
2752 vcf_bandpass(sample_count, &synth->vcf2, voice, &voice->vcf2, in y_voice_render()
2757 vcf_amsynth(sample_count, &synth->vcf2, voice, &voice->vcf2, in y_voice_render()
2762 vcf_resonz(sample_count, &synth->vcf2, voice, &voice->vcf2, in y_voice_render()
2767 vcf_highpass_2pole(sample_count, &synth->vcf2, voice, &voice->vcf2, in y_voice_render()
2772 vcf_highpass_4pole(sample_count, &synth->vcf2, voice, &voice->vcf2, in y_voice_render()
[all …]
H A Dwhysynth_voice.h139 vcf2; member
291 vcf2; member
H A Ddssp_synth.c292 case Y_PORT_VCF2_MODE: synth->vcf2.mode = data; break; in y_connect_port()
293 case Y_PORT_VCF2_SOURCE: synth->vcf2.source = data; break; in y_connect_port()
294 case Y_PORT_VCF2_FREQUENCY: synth->vcf2.frequency = data; break; in y_connect_port()
295 case Y_PORT_VCF2_FREQ_MOD_SRC: synth->vcf2.freq_mod_src = data; break; in y_connect_port()
296 case Y_PORT_VCF2_FREQ_MOD_AMT: synth->vcf2.freq_mod_amt = data; break; in y_connect_port()
297 case Y_PORT_VCF2_QRES: synth->vcf2.qres = data; break; in y_connect_port()
298 case Y_PORT_VCF2_MPARAM: synth->vcf2.mparam = data; break; in y_connect_port()
H A Dgui_callbacks.c1619 update_voice_widget(Y_PORT_VCF2_MODE, (float)patch->vcf2.mode, FALSE); in update_voice_widgets_from_patch()
1620 update_voice_widget(Y_PORT_VCF2_SOURCE, (float)patch->vcf2.source, FALSE); in update_voice_widgets_from_patch()
1621 update_voice_widget(Y_PORT_VCF2_FREQUENCY, patch->vcf2.frequency, FALSE); in update_voice_widgets_from_patch()
1622 update_voice_widget(Y_PORT_VCF2_FREQ_MOD_SRC, (float)patch->vcf2.freq_mod_src, FALSE); in update_voice_widgets_from_patch()
1912 patch->vcf2.mode = get_value_from_combo(Y_PORT_VCF2_MODE); in update_patch_from_voice_widgets()
1913 patch->vcf2.source = get_value_from_combo(Y_PORT_VCF2_SOURCE); in update_patch_from_voice_widgets()
1914 patch->vcf2.frequency = get_value_from_knob(Y_PORT_VCF2_FREQUENCY); in update_patch_from_voice_widgets()
1915 patch->vcf2.freq_mod_src = get_value_from_combo(Y_PORT_VCF2_FREQ_MOD_SRC); in update_patch_from_voice_widgets()
1916 patch->vcf2.freq_mod_amt = get_value_from_knob(Y_PORT_VCF2_FREQ_MOD_AMT); in update_patch_from_voice_widgets()
1917 patch->vcf2.qres = get_value_from_knob(Y_PORT_VCF2_QRES); in update_patch_from_voice_widgets()
[all …]
H A Ddssp_event.h163 vcf2; member
H A Dcommon_data.c513 case 2: vcf = &tmp.vcf2; break; in y_data_read_patch()
/dports/biology/gatk/gatk-4.2.0.0/src/test/java/org/broadinstitute/hellbender/tools/walkers/mutect/
H A DCreateSomaticPanelOfNormalsIntegrationTest.java35 final File vcf2 = new File(PON_VCFS_DIR, "sample1-copy.vcf"); in testTwoIdenticalVcfs() local
37 final List<File> inputs = Arrays.asList(vcf1, vcf2); in testTwoIdenticalVcfs()
137 final File vcf2 = new File(PON_VCFS_DIR, "sample2.vcf"); in testThreeVcfs() local
141 final List<File> inputs = Arrays.asList(vcf2,vcf3,vcf4); in testThreeVcfs()
/dports/biology/gatk/gatk-4.2.0.0/src/test/java/org/broadinstitute/hellbender/tools/walkers/varianteval/
H A DVariantEvalIntegrationTest.java271 String vcf2 = getTestFilePath("yri.trio.gatk.ug.head.vcf"); in testSelect1() local
276 " --comp:comp_genotypes " + vcf2; in testSelect1()
351 String vcf2 = largeFileTestDir + "ALL.20100201.chr20.subset.bc.sites.vcf"; in testMultipleEvalTracksWithoutGenotypes() local
358 " --eval:evalBC " + vcf2 + in testMultipleEvalTracksWithoutGenotypes()
631 String vcf2 = getTestFilePath("validationReportComp.noGenotypes.vcf"); in testPrintMissingComp() local
636 " --comp " + vcf2 + in testPrintMissingComp()
/dports/biology/vcftools/vcftools-0.1.16/src/perl/
H A Dvcf-phased-join366 my ($vcf2,$rec2) = next_vcf_file($opts);
408 $rec2 = $vcf2->next_data_array();
433 $vcf2->close();
434 ($vcf2,$rec2) = next_vcf_file($opts);
437 $vcf1 = $vcf2;
441 ($vcf2,$rec2) = next_vcf_file($opts);
/dports/audio/faust/faust-2.37.3/examples/SAM/virtualAnalog/
H A DvirtualAnalog.dsp135 attT60VCF = 0.001 * vcf2(vslider("[0] AttackF [midi:ctrl 40] [tooltip: Attack Time] [unit:ms] [styl…
136 decT60VCF = 0.001 * vcf2(vslider("[0] DecayF [midi:ctrl 41] [tooltip: Decay-to-Sustain Time] [unit:…
137 susLvlVCF = 0.01 * vcf2(vslider("[0] SustainF [midi:ctrl 42] [tooltip: Sustain level as percent of …
H A DvirtualAnalogForBrowser.dsp133 attT60VCF = 0.001 * vcf2(vslider("[0] AttackF [midi:ctrl 40] [tooltip: Attack Time] [unit:ms] [styl…
134 decT60VCF = 0.001 * vcf2(vslider("[0] DecayF [midi:ctrl 41] [tooltip: Decay-to-Sustain Time] [unit:…
135 susLvlVCF = 0.01 * vcf2(vslider("[0] SustainF [midi:ctrl 42] [tooltip: Sustain level as percent of …
282vcf2(x) = vcfg(hgroup("[1] Filter Contour [tooltip:AttFilt, DecFilt, Sustain Level for Filter Cont…
H A DvirtualAnalogWithEffectsForBrowser.dsp133 attT60VCF = 0.001 * vcf2(vslider("[0] AttackF [midi:ctrl 40] [tooltip: Attack Time] [unit:ms] [styl…
134 decT60VCF = 0.001 * vcf2(vslider("[0] DecayF [midi:ctrl 41] [tooltip: Decay-to-Sustain Time] [unit:…
135 susLvlVCF = 0.01 * vcf2(vslider("[0] SustainF [midi:ctrl 42] [tooltip: Sustain level as percent of …
539vcf2(x) = vcfg(hgroup("[1] Filter Contour [tooltip:AttFilt, DecFilt, Sustain Level for Filter Cont…
H A Dlayout2.dsp77vcf2(x) = vcfg(hgroup("[1] Filter Contour [tooltip:AttFilt, DecFilt, Sustain Level for Filter Cont…
/dports/science/ergo/ergo-3.8/source/dft/
H A Dfun-vwn.c953 real vcf2, fac2, vap2, ef0, ef1, ef2; in spni_second() local
978 vcf2 = f_zeta*ef2; in spni_second()
991 ds->df2000 += (vcf2 + vap2*(zA+zA) + fac2*zA*zA + delta*zAAr)*factor; in spni_second()
992 ds->df1100 += (vcf2 + vap2*(zA+zB) +fac2*zA*zB + delta*zABr)*factor; in spni_second()
993 ds->df0200 += (vcf2 + vap2*(zB+zB) + fac2*zB*zB + delta*zBBr)*factor; in spni_second()
/dports/science/dalton/dalton-66052b3af5ea7225e31178bf9a8b031913c72190/DALTON/dft/
H A Dfun-vwn.c1001 real vcf2, fac2, vap2, del2, ef0, ef1, ef2; in spni_second() local
1026 vcf2 = f_zeta*ef2; in spni_second()
1042 ds->df2000 += (vcf2 + vap2*(zA+zA) + fac2*zA*zA + delta*zAAr)*factor; in spni_second()
1043 ds->df1100 += (vcf2 + vap2*(zA+zB) +fac2*zA*zB + delta*zABr)*factor; in spni_second()
1044 ds->df0200 += (vcf2 + vap2*(zB+zB) + fac2*zB*zB + delta*zBBr)*factor; in spni_second()
/dports/audio/faust/faust-2.37.3/examples/SAM/chorus/
H A Dlayout2.dsp77vcf2(x) = vcfg(hgroup("[1] Filter Contour [tooltip:AttFilt, DecFilt, Sustain Level for Filter Cont…
H A DchorusForBrowser.dsp111vcf2(x) = vcfg(hgroup("[1] Filter Contour [tooltip:AttFilt, DecFilt, Sustain Level for Filter Cont…
/dports/audio/faust/faust-2.37.3/examples/SAM/flanger/
H A Dlayout2.dsp77vcf2(x) = vcfg(hgroup("[1] Filter Contour [tooltip:AttFilt, DecFilt, Sustain Level for Filter Cont…
H A DflangerForBrowser.dsp122vcf2(x) = vcfg(hgroup("[1] Filter Contour [tooltip:AttFilt, DecFilt, Sustain Level for Filter Cont…
/dports/audio/faust/faust-2.37.3/examples/SAM/freeverb/
H A Dlayout2.dsp77vcf2(x) = vcfg(hgroup("[1] Filter Contour [tooltip:AttFilt, DecFilt, Sustain Level for Filter Cont…
/dports/audio/faust/faust-2.37.3/examples/SAM/effects/
H A Dlayout2.dsp77vcf2(x) = vcfg(hgroup("[1] Filter Contour [tooltip:AttFilt, DecFilt, Sustain Level for Filter Cont…
/dports/audio/faust/faust-2.37.3/examples/SAM/echo/
H A Dlayout2.dsp77vcf2(x) = vcfg(hgroup("[1] Filter Contour [tooltip:AttFilt, DecFilt, Sustain Level for Filter Cont…
H A DechoForBrowser.dsp130vcf2(x) = vcfg(hgroup("[1] Filter Contour [tooltip:AttFilt, DecFilt, Sustain Level for Filter Cont…

12