Version history of the JSON script schema for the not-things TimeSeq module.
Supported from: TimeSeq v2.0.6, Release date: 2026-03-13
values to allow usage of sequences.clear-sequence actions to manipulate sequences.and and or logical if operators to exactly two child conditionals, allow any number of child conditionals as long as there are at least two.Add following property at the root of the JSON Script to allow JSON Schema validation:
{
"$schema": "https://not-things.com/schemas/timeseq-script-1.2.0.schema.json"
}
Supported from: TimeSeq v2.0.5, Release date: 2025-06-28
max, min, remain, trunc, frac, round, quantize, sign and vtofquantize calcno-limit property on voltage values. Allows disabling of the -10 to 10 volt limit check on voltage values.samples, millis, beats and hz properties of durations to be set using a value (instead of only through fixed numbers), allowing for variable segment durationsAdd following property at the root of the JSON Script to allow JSON Schema validation:
{
"$schema": "https://not-things.com/schemas/timeseq-script-1.1.0.schema.json"
}
Supported from: TimeSeq v2.0.2, Release date: 2025-06-06