helpfile update with v8ui and new features
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
A jsui replacement for the preset object.
|
||||
</digest>
|
||||
<description>
|
||||
tc.preset is a <o>jsui</o>/<o>v8ui</o> clone of the <o>preset</o> object, but loaded with more features, such as preset organization through drag and drop, display as a scrollable list, colored slots...
|
||||
tc.preset is a <o>jsui</o> /<o>v8ui</o> clone of the <o>preset</o> object, but loaded with more features, such as preset organization through drag and drop, display as a scrollable list, colored slots...
|
||||
Contrary to the preset object, tc.preset doesn't work alone and has to be used in conjonction with a pattrstorage object.<modification class=""></modification>
|
||||
</description>
|
||||
|
||||
@@ -18,6 +18,7 @@
|
||||
<metadata name='tag'>preset</metadata>
|
||||
<metadata name='tag'>pattrstorage</metadata>
|
||||
<metadata name='tag'>jsui</metadata>
|
||||
<metadata name='tag'>v8ui</metadata>
|
||||
</metadatalist>
|
||||
|
||||
|
||||
@@ -185,7 +186,7 @@
|
||||
</attribute>
|
||||
<attribute name='menu_mode' get='1' set='1' type='int' size='1' >
|
||||
<digest>Menu mode</digest>
|
||||
<description>Populates the umenu connected to 2nd outlet with preset number and name (0), preset number only (1), or name only (2). See recall_filled when using mode 2</description>
|
||||
<description>Populates the umenu connected to 2nd outlet with preset number and name (0), preset number only (1), or name only (2). In modes 0 and 2, use the leftmost outlet of umenu prepended by the recall_filled message to recall the correct preset. In mode 1, you can use the umenu's middle outlet directly.</description>
|
||||
</attribute>
|
||||
<attribute name='min_rows' get='1' set='1' type='int' size='1' >
|
||||
<digest>Minimum number of rows to display</digest>
|
||||
@@ -202,15 +203,15 @@
|
||||
<digest>pattrstorage object to bind to</digest>
|
||||
<description>Set the name of the [pattrstorage] to bind to. Its outlet must be connected to the [tc.preset] inlet.
|
||||
</description>
|
||||
</attribute>
|
||||
<attribute name='recall_passthrough' get='1' set='1' type='bool' size='1' >
|
||||
<digest>Send recall messages to pattrstorage directly</digest>
|
||||
<description>When enabled (default) recall messages triggered by clicking filled slots in tc.preset are sent directly to [pattrstorage]. When disabled, these recall messages are sent out of [tc.preset] left outlet and it's up to the user to pass them to [pattrstorage]. It can be usefull for triggering interpolations with custom logic.</description>
|
||||
</attribute>
|
||||
<attribute name='poll_edited' get='1' set='1' type='bool' size='1' >
|
||||
<digest>Regularly check if current preset is edited</digest>
|
||||
<description>When set to a positive value, [tc.preset] will check if the last recalled preset has been edited by polling [pattrstorage] with the 'getedited' message every period of time defined by the value. For example, a value of 0.5 will result in a polling every half second. When a preset is edited, a dot appears on top of its slot.</description>
|
||||
</attribute>
|
||||
<attribute name='recall_passthrough' get='1' set='1' type='bool' size='1' >
|
||||
<digest>Send recall messages to pattrstorage directly</digest>
|
||||
<description>When enabled (default) recall messages triggered by clicking filled slots in tc.preset are sent directly to [pattrstorage]. When disabled, these recall messages are sent out of [tc.preset] left outlet and it's up to the user to pass them to [pattrstorage]. It can be usefull for triggering interpolations with custom logic.</description>
|
||||
</attribute>
|
||||
<attribute name='scrollable' get='1' set='1' type='bool' size='1' >
|
||||
<digest>Scroll through your presets</digest>
|
||||
<description>When set to 1, you can through the jsui to see all your presets, or at least up to the row defined by the min_rows attributes.
|
||||
|
Reference in New Issue
Block a user