{
  "version": 0,
  "entry": "b1",
  "blocks": {
    "b1": {
      "type": "setVar",
      "inputs": {
        "name": "trackRef",
        "value": {
          "type": "prGetTrackRef",
          "inputs": {
            "sequence": "::SEQ\\ACTIVE",
            "kind": "VIDEO",
            "index": 0
          }
        }
      },
      "next": "b2"
    },
    "b2": {
      "type": "setVar",
      "inputs": {
        "name": "clipRefs",
        "value": []
      },
      "next": "b3"
    },
    "b3": {
      "type": "prForEachTrackItem",
      "inputs": {
        "track": {
          "var": "trackRef"
        },
        "kind": "CLIP",
        "order": "ASC",
        "itemVar": "clipRef",
        "indexVar": "i"
      },
      "body": [
        {
          "type": "listPush",
          "inputs": {
            "name": "clipRefs",
            "value": {
              "var": "clipRef"
            }
          }
        }
      ],
      "next": "b4"
    },
    "b4": {
      "type": "setVar",
      "inputs": {
        "name": "clipCount",
        "value": {
          "type": "listLength",
          "inputs": {
            "list": {
              "var": "clipRefs"
            }
          }
        }
      },
      "next": "b5"
    },
    "b5": {
      "type": "esConsoleLog",
      "inputs": {
        "message": {
          "type": "textJoin",
          "inputs": {
            "items": [
              "v1ClipCount=",
              {
                "var": "clipCount"
              }
            ]
          }
        }
      },
      "next": null
    }
  }
}
