[PD-cvs] externals/grill/vst/src VstHost.cpp,1.4,1.5

xovo at users.sourceforge.net xovo at users.sourceforge.net
Wed Oct 29 04:41:38 CET 2003


Update of /cvsroot/pure-data/externals/grill/vst/src
In directory sc8-pr-cvs1:/tmp/cvs-serv14583/src

Modified Files:
	VstHost.cpp 
Log Message:
 ""

Index: VstHost.cpp
===================================================================
RCS file: /cvsroot/pure-data/externals/grill/vst/src/VstHost.cpp,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** VstHost.cpp	4 Mar 2003 04:40:14 -0000	1.4
--- VstHost.cpp	29 Oct 2003 03:41:36 -0000	1.5
***************
*** 339,343 ****
  		}
  		return 0;	// inquire if an input or output is beeing connected;
! 
  	case audioMasterWantMidi:			
  		return 0;
--- 339,343 ----
  		}
  		return 0;	// inquire if an input or output is beeing connected;
! /*
  	case audioMasterWantMidi:			
  		return 0;
***************
*** 345,349 ****
  	case audioMasterProcessEvents:		
  		return 0; 	// Support of vst events to host is not available
! 
  	case audioMasterGetTime:
  		memset(&_timeInfo, 0, sizeof(_timeInfo));
--- 345,349 ----
  	case audioMasterProcessEvents:		
  		return 0; 	// Support of vst events to host is not available
! */
  	case audioMasterGetTime:
  		memset(&_timeInfo, 0, sizeof(_timeInfo));






More information about the Pd-cvs mailing list