aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-01-22tab2flist extracts a list of floats from a table at a given offset. The lengt...Martin Peach
2009-01-13This is Roman Haefeli's tcpsocketserver for FUDI and OSC.Martin Peach
2008-11-21select garray_getfloatwords() or garray_getfloatarray() depending on pd version.Martin Peach
2008-11-21An external to find a float or sequence of floats in a table/array.Martin Peach
2008-11-05Updated to add port number to list on right outletMartin Peach
2008-11-05Added port number output to ip list on right outlet as suggested by zmoelnigMartin Peach
2008-11-05Updated to add port number on ip (right) outletMartin Peach
2008-11-05Added port number to ip outlet as suggested by zmoelnigMartin Peach
2008-11-05Added broadcast permission to sockets as suggested by zmoelnig's patch 2221504Martin Peach
2008-09-17cleaned up some more.Martin Peach
2008-09-17unpackOSC now always outputs a delay of 0 when a non-bundled message has been...Martin Peach
2008-09-16cleaned up some more...Martin Peach
2008-09-16Adding Roman Haefili's abstractions to enable OSC over streaming connections ...Martin Peach
2008-08-21A cellular automaton to do Conway's life and similar.Martin Peach
2008-07-06The anything method works now...Martin Peach
2008-07-06pipelist now passes meta-messages (lists without the list selector) as well.Martin Peach
2008-06-19removed the svn:executable bit for code, patches and textIOhannes m zmölnig
2008-06-18Clarify what SO_REUSEADDR is for, no code changes.Martin Peach
2008-05-20Cleaned up and improved...Martin Peach
2008-05-20Changed to using getbytes to allocate the initial array so it can be as long ...Martin Peach
2008-05-16help patch for runningmeanMartin Peach
2008-05-16not the binary...Martin Peach
2008-05-16A running mean external with settable length.Martin Peach
2008-05-11Applied zmoelnig's patch (1959417) to use path as output selector instead of ...Martin Peach
2008-05-07removed svn:executable-flagIOhannes m zmölnig
2008-03-27No limit on sendable file size.Martin Peach
2008-03-20Updated with dump messageMartin Peach
2008-03-20Added dump message for hexdump of received characters to main window.Martin Peach
2008-03-17Adding a red noise generator dsp object.Martin Peach
2008-03-11Updated to reflect new write message, and example uses real noteoffs Martin Peach
2008-03-11Changed "write" message to include frame per second and ticks per frame.Martin Peach
2008-03-11Use default division of 90 when writing midi files.Martin Peach
2008-02-27This is a sample midi file to use with midifile-help.pd. It comes from Martin Peach
2008-02-27Updated the help file.Martin Peach
2008-02-18Cleaned up overlapping comments.Martin Peach
2008-02-18Use canvas-relative path if not an absolute path (with slash or drive letter ...Martin Peach
2008-02-18Reads and writes to paths relative to current canvas if path doesn't start wi...Martin Peach
2008-01-21Applied W.Ritsch's patch to fix sign error with input > 127Martin Peach
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