[maxmsp] Re: OSC Buffer size, Packets Per Second
Mattijs Kneppers
mattijs at smadsteck.nl
Mon Dec 3 02:28:17 MST 2007
- Previous message: [maxmsp] Re: OSC Buffer size, Packets Per Second
- Next message: [maxmsp] Re: OSC Buffer size, Packets Per Second
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Quote: gavspav wrote on Sun, 02 December 2007 14:53 ---------------------------------------------------- > Not sure no but I'm only sending from my patch, not receiving! > > As i said 45 per second works fine but when I have say 4 instances of the plug in things get a bit vlogged. > > Seems to max out at about 100 per second > > Gav ---------------------------------------------------- I am sure you tested this (not inside a pluggo, just in max): #P window setfont "Sans Serif" 9.; #P number 60 205 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0; #P number 101 79 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0; #P flonum 133 267 56 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0; #P window linecount 1; #P newex 133 247 49 196617 !/ 1000.; #P newex 133 206 20 196617 t b; #P newex 59 118 70 196617 random 1000; #P toggle 59 79 15 0; #P newex 59 98 52 196617 metro 10; #P newex 133 227 35 196617 timer; #P newex 60 185 86 196617 udpreceive 3000; #P newex 59 138 120 196617 udpsend 127.0.0.1 3000; #P comment 192 267 40 196617 msg/s; #P connect 7 0 3 0; #P connect 7 0 3 1; #P connect 2 0 11 0; #P connect 2 0 7 0; #P connect 10 0 4 1; #P connect 3 0 8 0; #P connect 8 0 9 0; #P connect 6 0 1 0; #P connect 4 0 6 0; #P connect 5 0 4 0; #P window clipboard copycount 12; With this patch I get at least up to 1000 msg/sec. So I guess your question is what the difference is between sending udp messages to a pluggo compared to plain max. Is that correct? Mattijs -- SmadSteck - http://www.smadsteck.nl Hard- and software for interactive audiovisual sampling
- Previous message: [maxmsp] Re: OSC Buffer size, Packets Per Second
- Next message: [maxmsp] Re: OSC Buffer size, Packets Per Second
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
