{
	"$schema": "https://not-things.com/schemas/timeseq-script-1.3.0.schema.json",
	"type": "not-things_timeseq_script",
	"version": "1.3.0",
	"global-actions": [
		{
			"set-polyphony": {
				"index": 1,
				"channels": 5
			}
		}
	],
	"clocks": [
		{
			"time-scale": { "bpm": 120, "bpb": 4 },
			"lanes": [
				{
					"auto-start": true,
					"durations": [ { "beats": 1 } ],
					"output": { "index": 1, "channel": 1 }
				},
				{
					"durations": [ { "beats": 1.75 } ],
					"output": { "index": 1, "channel": 2 },
					"gate-high-ratio": 0.66
				},
				{
					"durations": [ { "beats": 0, "bars": 4 } ],
					"output": { "index": 1, "channel": 5 },
					"gate-high-ratio": 0.25
				}
			]
		},
		{
			"time-scale": { "bpm": 90 },
			"lanes": [
				{
					"durations": [ { "beats": 1 } ],
					"output": { "index": 1, "channel": 3 }
				}
			]
		},
		{
			"time-scale": { "bpm": 70, "bpb": 4 },
			"lanes": [
				{
					"durations": [ { "beats": 1 } ],
					"output": { "index": 1, "channel": 4 }
				}
			]
		},
		{
			"lanes": [
				{
					"durations": [
						{ "millis": 250 },
						{ "millis": 125 },
						{ "millis": 125 },
						{ "millis": 250 },
						{ "millis": 500 },
						{ "millis": 250 },
						{ "millis": 500 }
					],
					"output": 2
				}
			]
		}
	]
}
