/mrmrIB mrmr_clear_bank (clears current bank)
/mrmrIB mrmr_clear_all (clears all banks
/mrmrIB mrmr_setPrecision:int/float
/mrmrIB mrmr_setBundleStyle:1
/mrmr_setSendUniqueID:0 (whether the client sends a unique id or the generic 'jedermann')
/mrmrIB mrmr_setSleepDisabled:1
/mrmrIB mrmr_setHeartbeat:4000
/mrmrIB mrmr_setNumberOfBanksVisible:5
/mrmrIB mrmr_goPerformanceMode

/mrmrIB mrmr_alert title||<alert text title>|| body||<alert text body>||

/mrmrIB mrmr_showInterstitial:message||x (tells the mrmr client to display a short, screen-blocking, fullscreen message for x milliseconds (note the || separating the message from the time))

/mrmrIB mrmr_setAccelerometerOutputEnabled
/mrmrIB mrmr_setAccelerometerOutputDisabled

/mrmrIB mrmr_setAccelerometerSmoothingAmount:0-1
/mrmrIB mrmr_setAccelerometerUpdateRate:8-1000

mrmr_sendDeviceID:0/1 (specify whether clients should send their device name (user defined) or the full device ID (hardcoded unique id per device) in each mrmr message)

/mrmrIB mrmr_changeBank:(bank number)

/mrmrIB mrmr_setKioskMode:0/1

|*| = the presence of this combo in a patch prompts the client to switch to the next bank before continuing to build the interface. This way you can not only push multi-bank interfaces to the client, but you can also determine which bank the user should be on to.

|+| = specifies the beginning of a series of widgets. Prompts the client to switch to bank 0 before beginning to populate the UI.

|-| = specifies the end of a series of widgets. Prompts the client to switch back to bank 0 in anticipation of performance.

sample widgets:
togglebutton asdf .1 4 6 1 2 1 1 effect_1
togglebutton asdf .1 4 6 2 2 1 1 effect_2
togglebutton asdf .1 4 6 3 2 1 1 effect_3
togglebutton asdf .1 4 6 4 2 1 1 effect_4
togglebutton asdf .1 4 6 1 3 1 1 effect_5
togglebutton asdf .1 4 6 2 3 1 1 effect_6
togglebutton asdf .1 4 6 3 3 1 1 effect_7
togglebutton asdf .1 4 6 4 3 1 1 effect_8
slider asdf .1 5 5 1 4 5 1 X-fade_Banks
slider asdf .1 5 5 1 5 5 1 Zoom
titleview asdf .1 4 22 1 2 4 1 QCP_Control_Panel 2

