aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-11-26Changed atom_blob back to atom_stringMartin Peach
2007-11-13fixed crasher-bug when a "bang" was sent to the [routeOSC] object;IOhannes m zmölnig
2007-11-07Now uses blobs instead of strings.Martin Peach
2007-10-20Modified OSC_writeFloatArg for strict aliasingMartin Peach
2007-09-26Added readat and writeat messages to set pointers.Martin Peach
2007-09-24An object to manipulate binary files in pd.Martin Peach
2007-09-05Use union for int/float conversion as submitted by zmoelnig.Martin Peach
2007-09-01Removed timezone calculation from timestamp so timestamp is always UTC.Martin Peach
2007-08-06Closing socket should actually work now. Before it was just removing it from ...Martin Peach
2007-08-02Added disconnectclient and disconnectsocket methods so server can close conne...Martin Peach
2007-07-23Removed unused static binbuf that caused occasional crashes when reinstantiat...Martin Peach
2007-07-15Should compile on MSW now...Martin Peach
2007-07-12Now outputs negative delays on right outlet. Immediate time tags will always ...Martin Peach
2007-07-12Reminder that opening a bundle sets the time tag at that time.Martin Peach
2007-07-12Negative and zero delays now cause lists to pass straight through without clo...Martin Peach
2007-07-11Added handler for blob type.Martin Peach
2007-07-11Updated to use pipelist.Martin Peach
2007-07-11pipelist is like pipe for lists. It can be used with unpackOSC to delay timet...Martin Peach
2007-07-11unpackOSC now simply outputs (through the right outlet) a delay in millisecon...Martin Peach
2007-07-05Added some support for time tags: immediate or current time plus optional off...Martin Peach
2007-06-20Updated with "prefix" and send without "send"Martin Peach
2007-06-20UpdatedMartin Peach
2007-06-20Implemented IOhannes' list sendMartin Peach
2007-06-20Implemented IOhannes' prefix and anything methods.Martin Peach
2007-06-04added bufsize messageMartin Peach
2007-06-04added bufsize message and cleaned up codeMartin Peach
2007-06-03cleaned up some unused variablesMartin Peach
2007-06-02cleaned up code to reduce number of warningsMartin Peach
2007-05-28Changed [prepend send] to [list prepend send][list trim]Martin Peach
2007-05-28Removed hardcoded limit on number of arguments.Martin Peach
2007-04-10Cleaned up, should compile under DarwinMartin Peach
2007-03-29Cleaned up help file to make it easier to useMartin Peach
2007-03-29Added finite call to eliminate NaNsMartin Peach
2007-03-20help files for CMOS externalsMartin Peach
2007-03-20CMOS digital logic emulation objectsMartin Peach
2007-02-15Added handler for T, F, I, and N OSC typesMartin Peach
2007-02-15Updated with sendtyped messageMartin Peach
2007-02-15Added handler for sendtyped messageMartin Peach
2007-02-11Modified str.c to build a dummy object if pd is not patched for string type.Martin Peach
2007-01-28An external that uses the string type. PD needs to be patched for this...Martin Peach
2006-12-12removed the "break;" statement in the broadcast() code to enable broadcastingIOhannes m zmölnig
2006-12-04make sure bytes > 127 are not interpreted as negative.Martin Peach
2006-12-04make sure bytes >127 are not interpreted as negative.Martin Peach
2006-12-01Use sprintf_s instead of snprintf if _MSC_VER definedMartin Peach
2006-11-28changed MAX_PATH to FILENAME_MAX.Martin Peach
2006-11-28changed MAX_PATH to FILENAME_MAXMartin Peach
2006-11-13Changed file names to conform to ~convention.Martin Peach
2006-11-07test file for net object help patchesMartin Peach
2006-11-07added send filenameMartin Peach
2006-11-07removed declspecMartin Peach