max definecommand n patcher insertobj newobj;
max definecommandinstructions patcher n "new object";
max definecommand m patcher insertobj message;
max definecommandinstructions patcher m "message box";
max definecommand p patcher insertobjectpalette;
max definecommandinstructions patcher p "show explorer";
max definecommand b patcher insertobj button;
max definecommandinstructions patcher b button;
max definecommand t patcher insertobj toggle;
max definecommandinstructions patcher t toggle;
max definecommand i patcher insertobj number;
max definecommandinstructions patcher i "number box";
max definecommand f patcher insertobj flonum;
max definecommandinstructions patcher f "float number box";
max definecommand c patcher insertobj comment;
max definecommandinstructions patcher c comment;
max definecommand j patcher inserttextobj jit.;
max definecommandinstructions patcher j "jitter object"; 
max definecommand P patcher inserttextobj "newobj @presentation 1 @text ";
max definecommandinstructions patcher P "presentation object";
max definecommand l patcher inserttextobj live.;
max definecommandinstructions patcher l "live object";
max definecommand x patcher keycommandmenu;
max definecommandinstructions patcher x "key command menu";
