[PD-cvs] SF.net SVN: pure-data: [10008] branches/pd-extended/v0-40/pd/src/ s_audio_jack.c

zmoelnig at users.sourceforge.net zmoelnig at users.sourceforge.net
Mon Jun 16 12:10:37 CEST 2008


Revision: 10008
          http://pure-data.svn.sourceforge.net/pure-data/?rev=10008&view=rev
Author:   zmoelnig
Date:     2008-06-16 03:10:36 -0700 (Mon, 16 Jun 2008)

Log Message:
-----------
reduced the max.number of jack-ports to 128.
should be ok for now...

Modified Paths:
--------------
    branches/pd-extended/v0-40/pd/src/s_audio_jack.c

Modified: branches/pd-extended/v0-40/pd/src/s_audio_jack.c
===================================================================
--- branches/pd-extended/v0-40/pd/src/s_audio_jack.c	2008-06-15 13:24:09 UTC (rev 10007)
+++ branches/pd-extended/v0-40/pd/src/s_audio_jack.c	2008-06-16 10:10:36 UTC (rev 10008)
@@ -13,7 +13,7 @@
 
 
 #define MAX_CLIENTS 100
-#define NUM_JACK_PORTS 1024
+#define NUM_JACK_PORTS 128
 #define BUF_JACK 4096
 static jack_nframes_t jack_out_max;
 #define JACK_OUT_MAX  64


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Pd-cvs mailing list