[PD-cvs] externals/nusmuk/msd2D help-msd2D.pd, 1.4, 1.5 main.cpp, 1.7, 1.8

Nicolas Montgermont nimon at users.sourceforge.net
Thu Apr 28 17:22:15 CEST 2005


Update of /cvsroot/pure-data/externals/nusmuk/msd2D
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25007/msd2D

Modified Files:
	help-msd2D.pd main.cpp 
Log Message:
MSD version 0.05


Index: main.cpp
===================================================================
RCS file: /cvsroot/pure-data/externals/nusmuk/msd2D/main.cpp,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** main.cpp	26 Apr 2005 16:10:07 -0000	1.7
--- main.cpp	28 Apr 2005 15:22:06 -0000	1.8
***************
*** 31,35 ****
   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  
!  Version 0.04 -- 26.04.2005
  */
  
--- 31,35 ----
   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  
!  Version 0.05 -- 28.04.2005
  */
[...979 lines suppressed...]
! 		for (i=0, mi=mass; i<nb_mass; mi++, i++)	{
! 			SetFloat((sortie[0]),(*mi)->nbr);
! 			SetSymbol((sortie[1]),(*mi)->Id);
! 			SetFloat((sortie[2]),(*mi)->mobile);
! 			SetFloat((sortie[3]),1/(*mi)->invM);
! 			SetFloat((sortie[4]),(*mi)->posX);
! 			SetFloat((sortie[5]),(*mi)->posY);
  		ToOutAnything(1, S_Mass, 6, sortie);
  		}
  
! 		for (i=0, li=link; i<nb_link; li++, i++)	{
! 			SetFloat((sortie[0]),(*li)->nbr);
! 			SetSymbol((sortie[1]),(*li)->Id);
! 			SetFloat((sortie[2]),(*li)->mass1->nbr);
! 			SetFloat((sortie[3]),(*li)->mass2->nbr);
! 			SetFloat((sortie[4]),(*li)->K1);
! 			SetFloat((sortie[5]),(*li)->D1);
! 			SetFloat((sortie[6]),(*li)->D2);
  		ToOutAnything(1, S_Link, 7, sortie);
  		}

Index: help-msd2D.pd
===================================================================
RCS file: /cvsroot/pure-data/externals/nusmuk/msd2D/help-msd2D.pd,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** help-msd2D.pd	26 Apr 2005 16:10:07 -0000	1.4
--- help-msd2D.pd	28 Apr 2005 15:22:06 -0000	1.5
***************
*** 16,20 ****
  -262131 -66577 0;
  #X text 350 467 \$2 : New value;
- #X text 348 503 \$1 : Id (symbol);
  #X text 348 521 \$2 : New value;
  #X msg 87 429 posX \$1 \$2;
--- 16,19 ----
***************
*** 61,76 ****
  #X text 334 271 \$4 \, \$5 : initial position;
  #X text 350 449 \$1 : Id (symbol) or No;
! #X connect 1 0 45 0;
! #X connect 8 0 45 0;
! #X connect 14 0 45 0;
! #X connect 17 0 45 0;
! #X connect 19 0 45 0;
! #X connect 20 0 45 0;
! #X connect 23 0 45 0;
! #X connect 27 0 45 0;
! #X connect 30 0 45 0;
! #X connect 39 0 45 0;
! #X connect 42 0 45 0;
! #X connect 47 0 45 0;
  #X restore 221 312 pd masses;
  #X text 75 312 HELP on masses --->;
--- 60,76 ----
  #X text 334 271 \$4 \, \$5 : initial position;
  #X text 350 449 \$1 : Id (symbol) or No;
! #X text 348 503 \$1 : Id (symbol) or No;
! #X connect 1 0 44 0;
! #X connect 8 0 44 0;
! #X connect 13 0 44 0;
! #X connect 16 0 44 0;
! #X connect 18 0 44 0;
! #X connect 19 0 44 0;
! #X connect 22 0 44 0;
! #X connect 26 0 44 0;
! #X connect 29 0 44 0;
! #X connect 38 0 44 0;
! #X connect 41 0 44 0;
! #X connect 46 0 44 0;
  #X restore 221 312 pd masses;
  #X text 75 312 HELP on masses --->;





More information about the Pd-cvs mailing list