A jsui replacement for the preset object. tc.preset is a jsui clone of the preset object, but loaded with more features, such as preset organization through drag and drop, display as a scrollable list, auto-rewrite the saved JSON/XML file after any change. Contrary to the preset object, tc.preset has to be used in conjonction with a pattrstorage object. Théophile Clet preset pattrstorage jsui Recall numbered preset Sending any integer will trigger the preset of the same number Interpolate between presets Recalls the data from the preset specified by float. If the number falls between two whole numbers (e.g. 1.5), the pattrstorage object will interpolate between the data stored in the preset corresponding to the integer portion of the float and the data stored at the preset numbered one higher (e.g. 1.5 will cause pattrstorage to interpolate 50% between presets 1 and 2). See the interp message for more information about interpolation modes. Recall last recalled preset When a bang is received, the last triggered preset is triggered again. Link to named pattrstorage object The word 'pattrstorage' followed by the name of an existing pattrstorage links the jsui to that pattrstorage. Make sure that pattrstorage outlet is connected to the jsui left inlet prior to send the message. If the word `pattrstorage`is sent alone, the jsui is unlinked from any pattrstorage. Resync the jsui to the pattrstorage The word 'resync' will repopulate the jsui with the current preset list from the pattrstorage. It is usefull in case you add/remove/edit presets without using the jsui. Lock or unlock selected preset The word 'setlock' followed by a 0 or a 1 respectively unlocks or locks the currently selected preset in the jsui. Note that if select_mode is set to 1, the selected preset is not necessarily the last recalled one. Set the name of the selected preset The word 'setslotname' followed by a symbol sets that symbol as the name of the currently selected preset in the jsui. Note that if select_mode is set to 1, the selected preset is not necessarily the last recalled one. Set the name of the selected preset Same as setslotname. Allows to connect the leftmost outlet of a textedit to the jsui and use it as an interface to rename the selected presets. Active slot color Color of the last recalled preset Automatic writeagain When set to 1, the jsui will automatically send a "writeagain" message to its linked pattrstorage anytime a preset have been stored, moved, renamed, (un)locked or deleted, saving any change into the preset file immediately. Slot size Size of the preset slots