[PD-cvs] pd/src s_midi_pm.c,1.4.4.1.2.2,1.4.4.1.2.3

Jamie Tittle tigital at users.sourceforge.net
Fri Jul 28 16:46:45 CEST 2006


Update of /cvsroot/pure-data/pd/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26822

Modified Files:
      Tag: devel_0_39
	s_midi_pm.c 
Log Message:
Pm_OpenInput() has 6, not 7, args

Index: s_midi_pm.c
===================================================================
RCS file: /cvsroot/pure-data/pd/src/s_midi_pm.c,v
retrieving revision 1.4.4.1.2.2
retrieving revision 1.4.4.1.2.3
diff -C2 -d -r1.4.4.1.2.2 -r1.4.4.1.2.3
*** s_midi_pm.c	12 Jul 2005 17:47:55 -0000	1.4.4.1.2.2
--- s_midi_pm.c	28 Jul 2006 14:46:43 -0000	1.4.4.1.2.3
***************
*** 49,53 ****
                  {
                      err = Pm_OpenInput(&mac_midiindevlist[mac_nmidiindev],
!                         j, NULL, 100, NULL, NULL , NULL);
                      if (err)
                          post("could not open midi input %d (%s): %s",
--- 49,53 ----
                  {
                      err = Pm_OpenInput(&mac_midiindevlist[mac_nmidiindev],
!                         j, NULL, 100, NULL, NULL);
                      if (err)
                          post("could not open midi input %d (%s): %s",





More information about the Pd-cvs mailing list