aboutsummaryrefslogtreecommitdiff
path: root/osc
AgeCommit message (Expand)Author
2010-12-16Fixed problems when bundle depth is exceeded. Placed global defines in packin...Martin Peach
2010-06-14Removed class_sethelpsymbol as it's the same name as the object.Martin Peach
2010-06-14removed ifdef for useless D_HAVECONFIGMartin Peach
2010-06-14Fixed name of help patch, removed some sludge.Martin Peach
2010-05-21Eliminate any post of any part of a bad address string in case it contains '{...Martin Peach
2010-05-19Cleaned up some diagnostic messages.Martin Peach
2010-05-19Trying to make it immune to garbage input: Don't attempt to print bad OSC pat...Martin Peach
2010-05-13Check for buffer overflow in case of bad input.Martin Peach
2010-04-21Set help symbol to routeOSC as it's the same help patch.Martin Peach
2010-01-25install reference files side-by-side with the object filesIOhannes m zmölnig
2010-01-02Changed MSW to _WIN32Martin Peach
2010-01-02Changed MSW to _WIN32Martin Peach
2010-01-02Changed MSW to _WIN32Martin Peach
2009-12-13fixed two 64-bit bugs because int!=longN.N.
2009-12-13resolved 1 slight 64-bit bug because int!=long and 5 spurious warnings becaus...N.N.
2009-12-13added by request from two independent people at onceN.N.
2009-06-10Blob padding does not add zero if already modulo 4 length.Martin Peach
2009-06-08Added blob typeMartin Peach
2009-06-08Added a blob type, changed some post()s to error()s.Martin Peach
2009-05-10Fixed a bug where a type-forced message with a non-data type following a type...Martin Peach
2009-02-03These were updated by romanMartin Peach
2009-01-13This is Roman Haefeli's tcpsocketserver for FUDI and OSC.Martin 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-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-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
2007-11-13fixed crasher-bug when a "bang" was sent to the [routeOSC] object;IOhannes m zmölnig
2007-10-20Modified OSC_writeFloatArg for strict aliasingMartin 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-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-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-05-28Changed [prepend send] to [list prepend send][list trim]Martin Peach
2007-05-28Removed hardcoded limit on number of arguments.Martin Peach
2007-02-15Added handler for T, F, I, and N OSC typesMartin Peach