Home
last modified time | relevance | path

Searched refs:new_dsp (Results 1 – 6 of 6) sorted by path

/dports/audio/faust/faust-2.37.3/embedded/faustjava/com/grame/faust/
H A DFaustEngineJNI.java12 public final static native long new_dsp(); in new_dsp() method in FaustEngineJNI
H A Ddsp.java39 this(FaustEngineJNI.new_dsp(), true); in dsp()
/dports/audio/faust/faust-2.37.3/tests/impulse-tests/archs/rust/
H A Darchitecture.rs225 fn new_dsp() -> Box<Dsp64> { in new_dsp() function
238 print_header(new_dsp(), num_total_samples, &mut output_file); in main()
241 run_dsp(new_dsp(), block_size, 0, &mut output_file); in main()
/dports/audio/faustlive/faustlive-2.5.7/src/MainStructure/
H A DFLWindow.cpp411 …dsp* new_dsp = sessionManager->createDSP(factorySetts, source, fSettings, remoteDSPCallback, this,… in update_Window() local
413 if (new_dsp) { in update_Window()
417 if (fAudioManager->init_FadeAudio(errorMsg, newName.toStdString().c_str(), new_dsp)) { in update_Window()
429 fCurrentDSP = new_dsp; in update_Window()
438 buildInterfaces(new_dsp); in update_Window()
/dports/biology/ncbi-toolkit/ncbi/api/
H A Dasn2ff2.c1811 DescrStructPtr dsp, new_dsp; in get_descr_list() local
1838 new_dsp = (DescrStructPtr) MemNew(sizeof(DescrStruct)); in get_descr_list()
1839 new_dsp->vnp = v_new; in get_descr_list()
1840 new_dsp->entityID = gcp->entityID; in get_descr_list()
1841 new_dsp->itemID = gcp->itemID; in get_descr_list()
1842 new_dsp->itemtype = gcp->thistype; in get_descr_list()
1844 vv->data.ptrvalue = new_dsp; in get_descr_list()
/dports/graphics/tgif/tgif-QPL-4.2.5/
H A Dnames.c1892 DspList *dsp_ptr1=NULL, *new_dsp=NULL, *pdl=NULL; local
1894 new_dsp = (DspList*)malloc(num_entries*sizeof(DspList));
1895 if (new_dsp == NULL) FailAllocMessage();
1896 memset(new_dsp, 0, num_entries*sizeof(DspList));
1897 for (i=0, pdl=new_dsp, dsp_ptr1=dsp_ptr; i < num_entries;
1904 new_dsp[num_entries-1].next = NULL;
1907 return new_dsp;