poll_edited disabled by default. Fix doc
This commit is contained in:
@@ -83,7 +83,7 @@ var unique_names = false; // When enabled, force names to be unique when renam
|
||||
var use_uid = 0; // Generating UID for each presets when enabled. Requires a [pattr preset_metadata]
|
||||
var recall_passthrough = true; // By default (true), clicking a slot sends a recall message directly to [pattrstorage], and the jsui left outlet outputs a recall message once the recall is done. When disabled, clicking a slot will send a recall message straight from the jsui left outlet, so it's up to the user to forward the message to pattrstorage. It can be usefull for triggering interpolations with custom logic.
|
||||
var ui_rename = false; // Use the attached textedit, if any, to edit slot names directly in the JSUI frame when clicking a slot while holding the control key. When disabled, the textedit remains untouched but gets focused when clicking a slot while holding the control key.
|
||||
var poll_edited = 1; // If >0, check if current preset is edited every X seconds defined by the variable value.
|
||||
var poll_edited = 0; // If >0, check if current preset is edited every X seconds defined by the variable value.
|
||||
var nbslot_edit = true; // If nbslot_edit and scrollable are enabled, the last two visible slots are replaced by buttons to add or remove lines of slot.
|
||||
|
||||
// (WORK)
|
||||
|
Reference in New Issue
Block a user