Home
last modified time | relevance | path

Searched refs:factorySetts (Results 1 – 5 of 5) sorted by relevance

/dports/audio/faustlive/faustlive-2.5.7/src/MainStructure/
H A DFLComponentItem.cpp111 QPair<QString, void*> factorySetts = sessionManager->createFactory(source, NULL, errorMsg); in createInterfaceInRect() local
113 if(factorySetts.second == NULL){ in createInterfaceInRect()
118 fCompiledDSP = sessionManager->createDSP(factorySetts, source, NULL, NULL, NULL, errorMsg); in createInterfaceInRect()
H A DFLWindow.cpp207 QPair<QString, void*> factorySetts = sessionManager->createFactory(source, fSettings, errorMsg); in init_Window() local
210 if (!factorySetts.second) { // testing if the factory pointer is null (= the compilation failed) in init_Window()
218 …fCurrentDSP = sessionManager->createDSP(factorySetts, source, fSettings, remoteDSPCallback, this, … in init_Window()
405 …QPair<QString, void*> factorySetts = sessionManager->createFactory(sourceToCompile, fSettings, err… in update_Window() local
406 bool isUpdateSucessfull = factorySetts.second; in update_Window()
411 …dsp* new_dsp = sessionManager->createDSP(factorySetts, source, fSettings, remoteDSPCallback, this,… in update_Window()
780 … QPair<QString, void*> factorySetts = sessionManager->createFactory(fSource, fSettings, errorMsg); in resetAudioDSPInterfaces() local
801 …fCurrentDSP = sessionManager->createDSP(factorySetts, fSource, fSettings, remoteDSPCallback, this,… in resetAudioDSPInterfaces()
H A DFLSessionManager.h210 dsp* createDSP(QPair<QString, void*> factorySetts,
H A DFLSessionManager.cpp292 dsp* FLSessionManager::createDSP(QPair<QString, void*> factorySetts, const QString& source, in createDSP() argument
297 factorySettings* mySetts = (factorySettings*)(factorySetts.second); in createDSP()
404 settings->setValue("SHA", factorySetts.first); in createDSP()
/dports/audio/faustlive/faustlive-2.5.7/Documentation/
H A DImplementation.tex252 \item createDSP(QPair<QString, void*> factorySetts, const QString\& source, QString\& errorMsg, FLW…