Pd Refcard

Embed Size (px)

DESCRIPTION

pd

Citation preview

  • Pure Data Reference CardKarim Barkati December 12, 2010

    Modes

    ctl-e (or cmd-e) toggle between run mode (performance) and editmode (programming); this affects how mouse clicks affect the patch.

    Gluebang output a bang messagefloat store and recall a numbersymbol store and recall a symbolint store and recall an integersend send a message to a named objectreceive catch "sent" messagesselect test for matching numbers or symbolsroute route messages according to first elementpack make compound messagesunpack get elements of compound messagestrigger sequence and convert messagesspigot interruptible message connectionmoses part a numeric streamuntil looping mechanismprint print out messagesmakefilename format a symbol with a variable fieldchange remove repeated numbers from a streamswap swap two numbersvalue shared numeric value

    Time

    delay send a message after a time delaymetro send a message periodicallyline send a series of linearly stepped numberstimer measure time intervalscputime measure CPU timerealtime measure real timepipe dynamically growable delay line for messages

    Math

    + - * / pow arithmetic== != > < >=