[PD-cvs] externals/clr/Counter Counter.cs,1.3,1.4

Thomas Grill xovo at users.sourceforge.net
Wed Mar 8 18:37:27 CET 2006


Update of /cvsroot/pure-data/externals/clr/Counter
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18908/clr/Counter

Modified Files:
	Counter.cs 
Log Message:
some small additions, like ability to set pd class type

Index: Counter.cs
===================================================================
RCS file: /cvsroot/pure-data/externals/clr/Counter/Counter.cs,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** Counter.cs	8 Mar 2006 16:48:27 -0000	1.3
--- Counter.cs	8 Mar 2006 17:37:25 -0000	1.4
***************
*** 24,28 ****
  
  	// this function MUST exist
! 	private static void Setup(Counter obj)
  	{
  	    Add(new MethodBang(obj.MyBang));
--- 24,29 ----
  
  	// this function MUST exist
! 	// returns void or ClassType
! 	private static ClassType Setup(Counter obj)
  	{
  	    Add(new MethodBang(obj.MyBang));
***************
*** 35,38 ****
--- 36,40 ----
  
          Post("Count.Main");
+         return ClassType.Default;
  	}
  





More information about the Pd-cvs mailing list