Beispiel #1
0
 static bool g_get_default_preset( dsp_preset & p_out )
 {
     make_preset(0.4,0,0,100,2,128, p_out );
     return true;
 }
Beispiel #2
0
	static bool g_get_default_preset(dsp_preset & p_out) {
		make_preset(0, p_out);
		return true;
	}