Пример #1
0
 EchoPatch() : fUI(patches.getCurrentPatchProcessor())
 {
     fDSP.init(int(getSampleRate()));		// Init Faust code with the OWL sampling rate
     fDSP.buildUserInterface(&fUI);			// Maps owl parameters and faust widgets 
 }