[PD-cvs] externals/grill/flext/tutorial/stk2 main.cpp,1.3,1.4

Thomas Grill xovo at users.sourceforge.net
Tue Aug 30 12:54:38 CEST 2005


Update of /cvsroot/pure-data/externals/grill/flext/tutorial/stk2
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7025/tutorial/stk2

Modified Files:
	main.cpp 
Log Message:
don't use explicit so that STL can be used
small fixes for tutorial examples
added typed flext::NewAligned


Index: main.cpp
===================================================================
RCS file: /cvsroot/pure-data/externals/grill/flext/tutorial/stk2/main.cpp,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** main.cpp	30 Jun 2003 02:33:10 -0000	1.3
--- main.cpp	30 Aug 2005 10:54:36 -0000	1.4
***************
*** 49,53 ****
  
  private:
! 	static void Setup(t_class *c);
  
  	FLEXT_CALLBACK_F(m_sh1)
--- 49,53 ----
  
  private:
! 	static void Setup(t_classid c);
  
  	FLEXT_CALLBACK_F(m_sh1)
***************
*** 66,70 ****
  }
  
! void stk2::Setup(t_class *c)
  {
  	FLEXT_CADDMETHOD_F(c,0,"shL",m_sh1);
--- 66,70 ----
  }
  
! void stk2::Setup(t_classid c)
  {
  	FLEXT_CADDMETHOD_F(c,0,"shL",m_sh1);





More information about the Pd-cvs mailing list