Age | Commit message (Expand) | Author |
2008-11-05 | Updated to add port number on ip (right) outlet | Martin Peach |
2008-11-05 | Added port number to ip outlet as suggested by zmoelnig | Martin Peach |
2008-11-05 | Added broadcast permission to sockets as suggested by zmoelnig's patch 2221504 | Martin Peach |
2008-09-17 | cleaned up some more. | Martin Peach |
2008-09-17 | unpackOSC now always outputs a delay of 0 when a non-bundled message has been... | Martin Peach |
2008-09-16 | cleaned up some more... | Martin Peach |
2008-09-16 | Adding Roman Haefili's abstractions to enable OSC over streaming connections ... | Martin Peach |
2008-08-21 | A cellular automaton to do Conway's life and similar. | Martin Peach |
2008-07-06 | The anything method works now... | Martin Peach |
2008-07-06 | pipelist now passes meta-messages (lists without the list selector) as well. | Martin Peach |
2008-06-19 | removed the svn:executable bit for code, patches and text | IOhannes m zmölnig |
2008-06-18 | Clarify what SO_REUSEADDR is for, no code changes. | Martin Peach |
2008-05-20 | Cleaned up and improved... | Martin Peach |
2008-05-20 | Changed to using getbytes to allocate the initial array so it can be as long ... | Martin Peach |
2008-05-16 | help patch for runningmean | Martin Peach |
2008-05-16 | not the binary... | Martin Peach |
2008-05-16 | A running mean external with settable length. | Martin Peach |
2008-05-11 | Applied zmoelnig's patch (1959417) to use path as output selector instead of ... | Martin Peach |
2008-05-07 | removed svn:executable-flag | IOhannes m zmölnig |
2008-03-27 | No limit on sendable file size. | Martin Peach |
2008-03-20 | Updated with dump message | Martin Peach |
2008-03-20 | Added dump message for hexdump of received characters to main window. | Martin Peach |
2008-03-17 | Adding a red noise generator dsp object. | Martin Peach |
2008-03-11 | Updated to reflect new write message, and example uses real noteoffs | Martin Peach |
2008-03-11 | Changed "write" message to include frame per second and ticks per frame. | Martin Peach |
2008-03-11 | Use default division of 90 when writing midi files. | Martin Peach |
2008-02-27 | This is a sample midi file to use with midifile-help.pd. It comes from | Martin Peach |
2008-02-27 | Updated the help file. | Martin Peach |
2008-02-18 | Cleaned up overlapping comments. | Martin Peach |
2008-02-18 | Use canvas-relative path if not an absolute path (with slash or drive letter ... | Martin Peach |
2008-02-18 | Reads and writes to paths relative to current canvas if path doesn't start wi... | Martin Peach |
2008-01-21 | Applied W.Ritsch's patch to fix sign error with input > 127 | Martin Peach |
2007-11-26 | Changed atom_blob back to atom_string | Martin Peach |
2007-11-13 | fixed crasher-bug when a "bang" was sent to the [routeOSC] object; | IOhannes m zmölnig |
2007-11-07 | Now uses blobs instead of strings. | Martin Peach |
2007-10-20 | Modified OSC_writeFloatArg for strict aliasing | Martin Peach |
2007-09-26 | Added readat and writeat messages to set pointers. | Martin Peach |
2007-09-24 | An object to manipulate binary files in pd. | Martin Peach |
2007-09-05 | Use union for int/float conversion as submitted by zmoelnig. | Martin Peach |
2007-09-01 | Removed timezone calculation from timestamp so timestamp is always UTC. | Martin Peach |
2007-08-06 | Closing socket should actually work now. Before it was just removing it from ... | Martin Peach |
2007-08-02 | Added disconnectclient and disconnectsocket methods so server can close conne... | Martin Peach |
2007-07-23 | Removed unused static binbuf that caused occasional crashes when reinstantiat... | Martin Peach |
2007-07-15 | Should compile on MSW now... | Martin Peach |
2007-07-12 | Now outputs negative delays on right outlet. Immediate time tags will always ... | Martin Peach |
2007-07-12 | Reminder that opening a bundle sets the time tag at that time. | Martin Peach |
2007-07-12 | Negative and zero delays now cause lists to pass straight through without clo... | Martin Peach |
2007-07-11 | Added handler for blob type. | Martin Peach |
2007-07-11 | Updated to use pipelist. | Martin Peach |
2007-07-11 | pipelist is like pipe for lists. It can be used with unpackOSC to delay timet... | Martin Peach |