aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
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